Skip to content

Commit

Permalink
RHPAM-4700: Upgrade Jackson to 2.15.2 to make it work with SnakeYAML … (
Browse files Browse the repository at this point in the history
#871)

* RHPAM-4700: Upgrade Jackson to 2.15.2 to make it work with SnakeYAML 2.0 (#870)

* disable sonar execution

* disable sonar with the opposite property

---------

Co-authored-by: Jiří Locker <jiri.locker@gmail.com>
  • Loading branch information
mareknovotny and yurloc authored Nov 20, 2023
1 parent ad1a92f commit 6fadeaf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Map getMultijobPRConfig() {
[
id: 'optaweb-vehicle-routing',
primary: true,
env : [
// Disable Sonarcloud analysis.
DISABLE_SONARCLOUD: true
]
]
],
]
Expand Down
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
<version.frontend-maven-plugin>1.11.3</version.frontend-maven-plugin>
<version.node>v12.16.2</version.node>
<version.npm>6.14.18</version.npm>
<!-- Override protobuf version from Quarkus to make it compatible with SnakeYAML 2.0. -->
<version.com.fasterxml.jackson>2.15.2</version.com.fasterxml.jackson>
<!-- Override protobuf version from Quarkus to make it compatible with GraphHopper. -->
<protobuf-java.version>3.19.6</protobuf-java.version>
<version.com.google.protobuf>3.19.6</version.com.google.protobuf>
Expand Down Expand Up @@ -86,6 +88,13 @@
<type>zip</type>
</dependency>
<!-- BOM imports -->
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${version.com.fasterxml.jackson}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
Expand Down

0 comments on commit 6fadeaf

Please sign in to comment.