chore: update to latest com.fasterxml.jackson 2.14.z (CRW-4790, #22548)
Change-Id: Iacdbd86ccc1480c8badbbc15ffe48bdb01206e44 Signed-off-by: Nick Boldt <nboldt@redhat.com>pull/571/head
parent
9a553b6344
commit
d1efdfd47b
|
|
@ -1,3 +1,5 @@
|
|||
.repository/
|
||||
|
||||
# Eclipse #
|
||||
###################
|
||||
|
||||
|
|
@ -11,10 +13,6 @@ test-output/
|
|||
maven-eclipse.xml
|
||||
.factorypath
|
||||
|
||||
# Theia #
|
||||
##################
|
||||
.theia/
|
||||
|
||||
# Idea #
|
||||
##################
|
||||
*.iml
|
||||
|
|
@ -48,8 +46,6 @@ maven-eclipse.xml
|
|||
*.war
|
||||
*.ear
|
||||
|
||||
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
|
|
|
|||
|
|
@ -32,6 +32,12 @@ Other modules are deprecated and will be removed in the future.
|
|||
# Sources build
|
||||
Run `mvn clean install` to build. Activate a faster profile build by adding `-Pfast`.
|
||||
|
||||
You can skip enforcers, validators, and tests with:
|
||||
|
||||
```
|
||||
mvn clean install -V -B -e -Pfast -DskipTests -Dskip-validate-sources -Denforcer.skip=true -Dmaven.repo.local=.repository/
|
||||
```
|
||||
|
||||
# Image build and push
|
||||
1. Go to the `dockerfiles` directory.
|
||||
2. Run `./build.sh`.
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -50,7 +50,7 @@
|
|||
<aopalliance.version>1.0</aopalliance.version>
|
||||
<ch.qos.logback.version>1.2.11</ch.qos.logback.version>
|
||||
<com.auth0.jwks-rsa.version>0.20.0</com.auth0.jwks-rsa.version>
|
||||
<com.fasterxml.jackson.version>2.14.1</com.fasterxml.jackson.version>
|
||||
<com.fasterxml.jackson.version>2.14.3</com.fasterxml.jackson.version>
|
||||
<com.github.kirviq.dumbster.version>1.7.1</com.github.kirviq.dumbster.version>
|
||||
<com.github.tomakehurst.wiremock-jre8-standalone.version>2.32.0</com.github.tomakehurst.wiremock-jre8-standalone.version>
|
||||
<com.google.code.guice.version>5.0.1</com.google.code.guice.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue