[java-parent-project] branch main updated: Revert "Replace jackson dependencies with bom."
Scott Cantor
cantor.2 at osu.edu
Wed Jun 23 12:28:56 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=16957894673c0673b3a819c1677ed4b2f3f91887
The following commit(s) were added to refs/heads/main by this push:
new 1695789 Revert "Replace jackson dependencies with bom."
1695789 is described below
commit 16957894673c0673b3a819c1677ed4b2f3f91887
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 23 08:27:46 2021 -0400
Revert "Replace jackson dependencies with bom."
This reverts commit d161421da1356bfd8649356f99211edb631af24c.
---
pom.xml | 32 +++++++++++++++++++++++++-------
1 file changed, 25 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 28e57e3..082e850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,13 +259,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson</groupId>
- <artifactId>jackson-bom</artifactId>
- <version>${jackson.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
<dependency>
<groupId>${httpclient.groupId}</groupId>
<artifactId>httpcore</artifactId>
@@ -318,6 +311,31 @@
<version>${jakarta.jaxb.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-joda</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <version>${jackson.version}</version>
+ </dependency>
<dependency>
<groupId>com.github.jasminb</groupId>
<artifactId>jsonapi-converter</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list