Skip to content

Commit

Permalink
RESTEASY-2463 cleanup old org.codehaus.jackson dependencies (#2252)
Browse files Browse the repository at this point in the history
* RESTEASY-2463 cleanup old org.codehaus.jackson dependencies

* add ASL 2.0 License

* remove jackson module descriptors

* remove ASL 2.0 License
  • Loading branch information
vaibhavpatel authored and asoldano committed Jan 8, 2020
1 parent a3c0df7 commit da73420
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 177 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 2 additions & 23 deletions resteasy-dependencies-bom/pom.xml
Expand Up @@ -49,7 +49,6 @@
<version.org.apache.james.apache-mime4j>0.7.2</version.org.apache.james.apache-mime4j>
<version.org.apache.maven>3.3.9</version.org.apache.maven> <!-- Used to download aether-provider -->
<version.org.bouncycastle>1.64</version.org.bouncycastle>
<version.org.codehaus.jackson>1.9.13</version.org.codehaus.jackson>
<version.org.eclipse.aether>1.1.0</version.org.eclipse.aether>
<version.org.eclipse.jetty>9.4.24.v20191120</version.org.eclipse.jetty>
<version.org.eclipse.yasson>1.0.5</version.org.eclipse.yasson>
Expand Down Expand Up @@ -177,7 +176,7 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-eagledns-fork</artifactId>
Expand Down Expand Up @@ -547,26 +546,6 @@
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${version.com.fasterxml.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
Expand Down Expand Up @@ -882,7 +861,7 @@
<artifactId>javax.inject</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>

<dependency>
<groupId>org.wildfly.core</groupId>
Expand Down

0 comments on commit da73420

Please sign in to comment.