Skip to content
Snippets Groups Projects
Commit 928c7786 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

use Bintray repo to download woken-messages dependency

parent 1c9469c0
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment