#321 - Remove dependency to Objenesis.
We're now using the inlined version of Objenesis in Spring Framework to avoid the additional dependency.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -64,7 +64,6 @@
|
||||
<jaxrs.version>1.0</jaxrs.version>
|
||||
<minidevjson.version>2.1.0</minidevjson.version>
|
||||
<jsonpath.version>0.9.1</jsonpath.version>
|
||||
<objenesis.version>2.1</objenesis.version>
|
||||
<slf4j.version>1.7.10</slf4j.version>
|
||||
<evo.version>1.2.1</evo.version>
|
||||
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>
|
||||
@@ -457,12 +456,6 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.objenesis</groupId>
|
||||
<artifactId>objenesis</artifactId>
|
||||
<version>${objenesis.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user