Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d17cdcfb94..c5224f37b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,11 @@
<layout>p2</layout>
<url>${orbit-site}</url>
</repository>
+ <repository>
+ <id>license-feature</id>
+ <url>http://download.eclipse.org/cbi/updates/license/</url>
+ <layout>p2</layout>
+ </repository>
</repositories>
<profiles>

Back to the top