Skip to content

Commit

Permalink
Merge pull request #2632 from siemens/fix/containers
Browse files Browse the repository at this point in the history
fix(backend): fix dependency for backend core

Reviewed-by: [email protected]
Tested-by: [email protected]
  • Loading branch information
GMishx authored Oct 3, 2024
2 parents 9bf7c2b + 5c4810a commit f1503cb
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 f1503cb

Please sign in to comment.