Skip to content

Commit 49aa2d4

Browse files
Merge pull request #32 from splitio/fix/remove-azure-dependency
Remove azure dependency and use jackson directly
2 parents e467f53 + 797203c commit 49aa2d4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
<artifactId>httpclient</artifactId>
5555
<version>4.5.14</version>
5656
</dependency>
57-
<dependency>
58-
<groupId>io.split.integrations.azure</groupId>
59-
<artifactId>impressions-listener</artifactId>
60-
<version>0.9.1</version>
61-
</dependency>
6257
<dependency>
6358
<groupId>org.mockito</groupId>
6459
<artifactId>mockito-core</artifactId>
@@ -70,6 +65,16 @@
7065
<artifactId>sdk</artifactId>
7166
<version>1.17.0</version>
7267
</dependency>
68+
<dependency>
69+
<groupId>com.fasterxml.jackson.core</groupId>
70+
<artifactId>jackson-core</artifactId>
71+
<version>2.20.0</version>
72+
</dependency>
73+
<dependency>
74+
<groupId>com.fasterxml.jackson.core</groupId>
75+
<artifactId>jackson-databind</artifactId>
76+
<version>2.20.0</version>
77+
</dependency>
7378
</dependencies>
7479
<build>
7580
<pluginManagement>

0 commit comments

Comments
 (0)