Skip to content

Commit

Permalink
fix(backend): fix dependency for backend core
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Mishra <[email protected]>
  • Loading branch information
GMishx committed Oct 3, 2024
1 parent 9bf7c2b commit 5c4810a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
<artifactId>backend-common</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.eclipse.sw360</groupId>
<artifactId>backend-service-core</artifactId>
<version>18.99.1</version>
</dependency>
<dependency>
<groupId>org.spdx</groupId>
<artifactId>tools-java</artifactId>
Expand Down

0 comments on commit 5c4810a

Please sign in to comment.