Skip to content

Commit

Permalink
chaned dependencies for artifacts jctools-core, dagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed Mar 18, 2024
1 parent 60d2d17 commit 9206f90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
8 changes: 0 additions & 8 deletions dynamic-mapping-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@
</properties>

<dependencies>
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
</dependency>
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
Expand Down
11 changes: 7 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,19 @@

<dependencyManagement>
<dependencies>
<!-- artifacts dagger, jctools-core need to be listed as provided, other wise one can
not run the dynamic-mapper locally in vcode in case of error tracing & debugging
-->
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.51</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jctools</groupId>
<artifactId>jctools-core</artifactId>
<version>2.1.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
Expand Down Expand Up @@ -128,7 +130,8 @@
<artifactId>commons-text</artifactId>
<version>1.11.0</version>
</dependency>
<!-- commons-text 1.11.0 requires commons-lang3 3.13.0, see https://stackoverflow.com/questions/53459184/java-lang-noclassdeffounderror-could-not-initialize-class-org-apache-commons-te-->
<!-- commons-text 1.11.0 requires commons-lang3 3.13.0, see
https://stackoverflow.com/questions/53459184/java-lang-noclassdeffounderror-could-not-initialize-class-org-apache-commons-te-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand Down

0 comments on commit 9206f90

Please sign in to comment.