From 928c778683b5e39ec0b6bf0202431a120230f926 Mon Sep 17 00:00:00 2001
From: Mirco Nasuti <mirco.nasuti@chuv.ch>
Date: Fri, 16 Dec 2016 11:40:58 +0100
Subject: [PATCH] use Bintray repo to download woken-messages dependency

---
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1181417d5..5e7fa773d 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>
-- 
GitLab