Skip to content

Commit 6c5dbf8

Browse files
committed
Adding Client Side SDKs to POM and updating Server Side SDK version
1 parent 0432704 commit 6c5dbf8

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

java/flex-sdk-spring-boot/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@
5353
<dependency>
5454
<groupId>com.cybersource</groupId>
5555
<artifactId>flex-server-sdk</artifactId>
56-
<version>0.1.0</version>
56+
<version>0.1.1</version>
57+
</dependency>
58+
59+
<!-- Flex Web SDK -->
60+
<dependency>
61+
<groupId>org.webjars.npm</groupId>
62+
<artifactId>cybersource__flex-sdk-web</artifactId>
63+
<version>0.1.2</version>
5764
</dependency>
5865
</dependencies>
59-
</project>
66+
</project>

0 commit comments

Comments
 (0)