Skip to content

Commit

Permalink
Fixing wrong provided in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Mar 15, 2024
1 parent b948978 commit 14ed3ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dynamic-mapping-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot-dependencies.version>2.7.11</spring-boot-dependencies.version>
<spring-boot-dependencies.version>2.7.17</spring-boot-dependencies.version>
</properties>

<repositories>
Expand Down

0 comments on commit 14ed3ef

Please sign in to comment.