We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a404c0 + 2f5e713 commit d62f755Copy full SHA for d62f755
wmclient/CHANGELOG.txt
@@ -1,6 +1,7 @@
1
2.0.2
2
-------------------------------------
3
-- Updated unit tests to run on different WURFL Microservice server configurations
+- Updated unit tests to run on different WURFL Microservice server configurations.
4
+- Removed not needed dependency on Jackson
5
6
2.0.1
7
wmclient/pom.xml
@@ -86,13 +86,6 @@
86
<version>6.8.21</version>
87
<scope>test</scope>
88
</dependency>
89
-
90
- <!-- Jackson 2 -->
91
- <dependency>
92
- <groupId>com.fasterxml.jackson.core</groupId>
93
- <artifactId>jackson-core</artifactId>
94
- <version>2.10.2</version>
95
- </dependency>
96
</dependencies>
97
98
<!-- Build -->
0 commit comments