[java-parent-project] branch main updated: Replace jackson dependencies with bom.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 22 14:23:27 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=d161421da1356bfd8649356f99211edb631af24c
The following commit(s) were added to refs/heads/main by this push:
new d161421 Replace jackson dependencies with bom.
d161421 is described below
commit d161421da1356bfd8649356f99211edb631af24c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 22 10:23:24 2021 -0400
Replace jackson dependencies with bom.
---
pom.xml | 32 +++++++-------------------------
1 file changed, 7 insertions(+), 25 deletions(-)
diff --git a/pom.xml b/pom.xml
index b99a001..9cc8853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,13 @@
<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>
@@ -311,31 +318,6 @@
<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