Skip to content

Commit 094d3a7

Browse files
authored
Update pom.xml
1 parent 56ba77b commit 094d3a7

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -260,18 +260,11 @@
260260
<artifactId>AuthenticationSdk</artifactId>
261261
<version>0.0.7</version>
262262
</dependency>
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>
263+
<dependency>
264+
<groupId>com.fasterxml.jackson.core</groupId>
265+
<artifactId>jackson-databind</artifactId>
266+
<version>${jackson-version}</version>
267+
</dependency>
275268
</dependencies>
276269

277270
<properties>
@@ -285,8 +278,7 @@
285278
<jodatime-version>2.9.9</jodatime-version>
286279
<maven-plugin-version>1.0.0</maven-plugin-version>
287280
<junit-version>4.12</junit-version>
288-
<flex-version>0.3.1</flex-version>
289-
<jackson-version>2.9.10.1</jackson-version>
281+
<jackson-version>2.9.10.1</jackson-version>
290282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
291283
</properties>
292284
</project>

0 commit comments

Comments
 (0)