Author: vanto
Date: Wed Jul  7 08:37:36 2010
New Revision: 961303

URL: http://svn.apache.org/viewvc?rev=961303&view=rev
Log:
plugin deps fix, 2nd try.

Modified:
    ode/trunk/bpel-itest/pom.xml
    ode/trunk/pom.xml

Modified: ode/trunk/bpel-itest/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-itest/pom.xml?rev=961303&r1=961302&r2=961303&view=diff
==============================================================================
--- ode/trunk/bpel-itest/pom.xml (original)
+++ ode/trunk/bpel-itest/pom.xml Wed Jul  7 08:37:36 2010
@@ -42,6 +42,14 @@
        <testng.version>5.8</testng.version>
     </properties>
 
+    <pluginRepositories>
+        <pluginRepository>
+            <id>oss.sonatype.snapshots</id>
+            <name>OSS Sonatype Snapshots (for BPELUnit)</name>
+            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+        </pluginRepository>
+    </pluginRepositories>
+
     <dependencies>
         <dependency>
             <groupId>org.apache.ode</groupId>

Modified: ode/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/pom.xml?rev=961303&r1=961302&r2=961303&view=diff
==============================================================================
--- ode/trunk/pom.xml (original)
+++ ode/trunk/pom.xml Wed Jul  7 08:37:36 2010
@@ -291,11 +291,6 @@
             <name>Apache Maven Repo</name>
             <url>http://repo1.maven.org/maven2/</url>
         </repository>
-        <repository>
-            <id>oss.sonatype.snapshots</id>
-            <name>OSS Sonatype Snapshots (for BPELUnit)</name>
-            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
-        </repository>
     </repositories>
 
     <!--


Reply via email to