Skip to content

Commit 18f35a4

Browse files
committed
Removing unnecessary dependency
1 parent 57d78fd commit 18f35a4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@
266266
<artifactId>AuthenticationSdk</artifactId>
267267
<version>0.0.9</version>
268268
</dependency>
269-
<dependency>
270-
<groupId>com.fasterxml.jackson.core</groupId>
271-
<artifactId>jackson-databind</artifactId>
272-
<version>${jackson-version}</version>
273-
</dependency>
274269
</dependencies>
275270

276271
<properties>
@@ -284,7 +279,6 @@
284279
<jodatime-version>2.9.9</jodatime-version>
285280
<maven-plugin-version>1.0.0</maven-plugin-version>
286281
<junit-version>4.12</junit-version>
287-
<jackson-version>2.9.10.3</jackson-version>
288282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
289283
</properties>
290284
</project>

0 commit comments

Comments
 (0)