Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mollik2017-11-10 12:21:52 +0000
committerRalf Mollik2017-11-10 12:21:52 +0000
commitebfdc0eeccffe8f077a232ac98c031b081987622 (patch)
treeee75a059f13ba236d40425f60b1183667b77b7ac
parent563414e9fd75dc56b6c85bba9afdee3d894742a3 (diff)
downloadorg.eclipse.osbp.mobile.vaadin-ebfdc0eeccffe8f077a232ac98c031b081987622.tar.gz
org.eclipse.osbp.mobile.vaadin-ebfdc0eeccffe8f077a232ac98c031b081987622.tar.xz
org.eclipse.osbp.mobile.vaadin-ebfdc0eeccffe8f077a232ac98c031b081987622.zip
exclude improper repo reference
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f13985f..d3f2261 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,11 +41,13 @@
</pluginRepository>
</pluginRepositories>
<repositories>
+<!--
<repository>
<id>osbp-nexus-thirdparty</id>
<name>OSBP Nexus Thirdparty</name>
<url>http://download.osbee.org:8086/nexus/content/repositories/osbee-thirdparty/</url>
</repository>
+-->
<repository>
<id>vaadin-addons</id>
<url>http://maven.vaadin.com/vaadin-addons</url>

Back to the top