Skip to content

Commit

Permalink
fix: missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
swollner committed Apr 19, 2024
1 parent f64ea2d commit d20dd4b
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 d20dd4b

Please sign in to comment.