Skip to content

Commit 763f829

Browse files
committed
Adding additional dependencies
1 parent ad5654a commit 763f829

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,18 @@
260260
<artifactId>AuthenticationSdk</artifactId>
261261
<version>0.0.1</version>
262262
</dependency>
263-
263+
264+
<!-- Added dependencies -->
265+
<dependency>
266+
<groupId>com.cybersource</groupId>
267+
<artifactId>flex-server-sdk</artifactId>
268+
<version>${flex-version}</version>
269+
</dependency>
270+
<dependency>
271+
<groupId>com.fasterxml.jackson.core</groupId>
272+
<artifactId>jackson-databind</artifactId>
273+
<version>${jackson-version}</version>
274+
</dependency>
264275
</dependencies>
265276

266277
<properties>
@@ -274,6 +285,8 @@
274285
<jodatime-version>2.9.9</jodatime-version>
275286
<maven-plugin-version>1.0.0</maven-plugin-version>
276287
<junit-version>4.12</junit-version>
288+
<flex-version>0.3.1</flex-version>
289+
<jackson-version>2.9.7</jackson-version>
277290
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
278291
</properties>
279292
</project>

0 commit comments

Comments
 (0)