diff --git a/pom.xml b/pom.xml index 146668f8458cd8ea233e7b9f72c434a637f593e5..08e443d529b9736f1d25038289d6b438cff0dcd1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,16 +13,10 @@ <description>Sharing Plattform WebApp</description> <repositories> - <repository> - <id>codabilitySharingAPIRepository</id> - <name>codability Sharing API Repository via git</name> - <url>https://sharing-codeability.uibk.ac.at/development/sharing/codeabilitysharingpluginapi/-/raw/master/target/</url> - <layout>default</layout> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <!-- jhipster-needle-maven-repository --> + <repository> + <id>codeability-sharing-maven</id> + <url>https://sharing-codeability.uibk.ac.at/api/v4/projects/26/packages/maven</url> + </repository> </repositories> <pluginRepositories>