Skip to content

Commit 3c2d76c

Browse files
authored
Fixes error with missing library
1 parent c1c5562 commit 3c2d76c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

framework/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<id>smartbear-sweden-plugin-repository</id>
3535
<url>http://www.soapui.org/repository/maven2/</url>
3636
</repository>
37+
<repository>
38+
<id>libs</id>
39+
<url>https://repo.nds.rub.de/repository/libs/</url>
40+
</repository>
3741
<!-- This is no longer needed, using
3842
https://repo.nds.rub.de:8443/archiva/repository/libs/
3943
instead

0 commit comments

Comments
 (0)