Bug 422066 - buildtools should use CBI provide common license (EUA)
diff --git a/pom.xml b/pom.xml
index c317331..c8bd8ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,11 @@
             <layout>p2</layout>
             <url>http://download.eclipse.org/eclipse/updates/4.4milestones</url>
         </repository>
+         <repository>
+            <id>cbi-common-license</id>
+            <layout>p2</layout>
+            <url>${license-repo.url}</url>
+        </repository>
     </repositories>
     <build>
         <plugins>