You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2014/06/29 14:38:30 UTC

[3/8] git commit: Removing third-party repositories

Removing third-party repositories


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/df55c5b2
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/df55c5b2
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/df55c5b2

Branch: refs/heads/master
Commit: df55c5b299df88e51e38c00ca9c022760da67450
Parents: c84bc06
Author: Suresh Marru <sm...@apache.org>
Authored: Sun Jun 29 00:30:31 2014 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Sun Jun 29 00:30:31 2014 -0400

----------------------------------------------------------------------
 pom.xml | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/df55c5b2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 046ffe7..9ffe306 100644
--- a/pom.xml
+++ b/pom.xml
@@ -398,11 +398,6 @@
     </dependencyManagement>
 
     <repositories>
-        <!--<repository>-->
-            <!--<name>go.nexus.repo</name>-->
-            <!--<id>go.nexus.repo</id>-->
-            <!--<url>http://code.ceres.auckland.ac.nz/nexus/content/repositories/releases/</url>-->
-        <!--</repository>-->
         <repository>
             <id>central</id>
             <name>Maven Central</name>
@@ -414,12 +409,6 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
-
-        <repository>
-            <id>unicore.eu</id>
-            <name>UNICORE repository</name>
-            <url>http://unicore-dev.zam.kfa-juelich.de/maven</url>
-        </repository>
     </repositories>
 
     <profiles>
@@ -579,11 +568,12 @@
                 </plugins>
             </build>
             <modules>
+                <module>modules/configuration</module>
                 <module>airavata-api</module>
+                <module>modules/commons</module>
                 <module>modules/gfac</module>
                 <module>modules/ws-messenger</module>
                 <module>modules/workflow-model</module>
-                <module>modules/commons</module>
                 <module>modules/registry</module>
                 <module>modules/airavata-client</module>
                 <module>modules/security</module>
@@ -591,7 +581,6 @@
                 <module>modules/orchestrator</module>
                 <module>tools</module>
                 <module>modules/server</module>
-                <module>modules/configuration</module>
                 <module>modules/test-suite</module>
                 <module>modules/distribution</module>
                 <module>modules/integration-tests</module>