Skip to content

Commit

Permalink
RM-3338: remove hardcoded repositories and distributionManagement for…
Browse files Browse the repository at this point in the history
… cdoc2-client
  • Loading branch information
jann0k committed Aug 7, 2024
1 parent 6d5d681 commit aefbcdd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions cdoc2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,6 @@
<maven.repository.url>gitlab.ext.cyber.ee::::https://gitlab.ext.cyber.ee/api/v4/projects/39/packages/maven</maven.repository.url>
</properties>

<repositories>
<repository>
<id>gitlab.ext.cyber.ee</id>
<url>https://gitlab.ext.cyber.ee/api/v4/projects/39/packages/maven</url>
</repository>
</repositories>

<distributionManagement>
<repository>
<id>gitlab.ext.cyber.ee</id>
<url>https://gitlab.ext.cyber.ee/api/v4/projects/40/packages/maven</url>
</repository>

<snapshotRepository>
<id>gitlab.ext.cyber.ee</id>
<url>https://gitlab.ext.cyber.ee/api/v4/projects/40/packages/maven</url>
</snapshotRepository>
</distributionManagement>


<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit aefbcdd

Please sign in to comment.