Skip to content

Commit

Permalink
Fixing missing mvn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgordtop committed Aug 15, 2023
1 parent 2780d2b commit f9d4eb6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<artifactId>basyx.submodelrepository-tck</artifactId>

<dependencies>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.submodelservice-http</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.submodelrepository-http</artifactId>
Expand Down Expand Up @@ -36,4 +42,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit f9d4eb6

Please sign in to comment.