diff --git a/pom.xml b/pom.xml index 1181417d529c3c53a2928ec6e02798a9b53c73b8..5e7fa773d83b3146c49c5e409e433eaf36f074b9 100644 --- a/pom.xml +++ b/pom.xml @@ -55,10 +55,18 @@ </properties> <repositories> - <repository> + <!--<repository> <id>artifactory</id> <name>artifactory</name> <url>http://lab01560.intranet.chuv:9082/artifactory/libs-release-local</url> + </repository>--> + <repository> + <snapshots> + <enabled>false</enabled> + </snapshots> + <id>bintray-lren-chuv-mip-portal</id> + <name>bintray</name> + <url>http://dl.bintray.com/lren-chuv/mip-portal</url> </repository> </repositories> @@ -223,6 +231,14 @@ <name>jcenter</name> <url>http://jcenter.bintray.com</url> </pluginRepository> + <pluginRepository> + <snapshots> + <enabled>false</enabled> + </snapshots> + <id>bintray-lren-chuv-mip-portal</id> + <name>bintray-plugins</name> + <url>http://dl.bintray.com/lren-chuv/mip-portal</url> + </pluginRepository> </pluginRepositories> <build>