Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 777ce760..44c7781b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,12 @@
<layout>p2</layout>
<url>${eclipse-repo.url}</url>
</repository>
+ <repository>
+ <!-- 338252 slf4j 1.6.4 and logback 1.0.0 -->
+ <id>orbit</id>
+ <layout>p2</layout>
+ <url>http://download.eclipse.org/tools/orbit/downloads/drops/S20120123151124/repository/</url>
+ </repository>
<repository>
<releases>

Back to the top