Skip to content
Snippets Groups Projects
Commit 31349eff authored by trantzas's avatar trantzas
Browse files

Merge branch '3-internal-component-versioning-1-0-0-snapshot' into 'develop'

Fix: maven job fails due to dependency

See merge request !5
parents a816305a 407f6fd6
No related branches found
No related tags found
2 merge requests!7Merging 2024Q2_RC into main, creating 2024Q2 Release,!5Fix: maven job fails due to dependency
Pipeline #4200 passed
......@@ -48,7 +48,7 @@
<repositories>
<repository>
<id>gitlab-maven</id>
<url>${CI_API_V4_URL}/groups/260/-/packages/maven</url>
<url>https://labs.etsi.org/rep/api/v4/groups/260/-/packages/maven</url>
</repository>
<repository>
<id>opendaylight-release</id>
......@@ -161,7 +161,7 @@
<!-- Dependencies for OSMClient START -->
<dependency>
<groupId>org.etsi.osl.sol005nbi</groupId>
<groupId>org.etsi.osl</groupId>
<artifactId>org.etsi.osl.sol005nbi.osm</artifactId>
<version>${org.etsi.osl.sol005nbi.osm.version}</version>
</dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment