Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/maven/fixes/9.0' into maven/rele…
Browse files Browse the repository at this point in the history
…ase/9.0
  • Loading branch information
metaventis-build committed Apr 19, 2024
2 parents b3d4be3 + d20dd4b commit d3caef9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Backend/alfresco/module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,12 @@

<!-- runtime -->

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<scope>runtime</scope>
</dependency>


</dependencies>
</project>
6 changes: 6 additions & 0 deletions Backend/services/module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>edu_sharing-community-repository-backend-alfresco-common</artifactId>
Expand Down

0 comments on commit d3caef9

Please sign in to comment.