You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2011/03/07 23:07:59 UTC

svn commit: r1078976 - in /portals/jetspeed-2/portal/trunk: components/jetspeed-cm/pom.xml components/jetspeed-portal/pom.xml components/jetspeed-portlet-factory/pom.xml components/jetspeed-statistics/pom.xml pom.xml

Author: ate
Date: Mon Mar  7 22:07:58 2011
New Revision: 1078976

URL: http://svn.apache.org/viewvc?rev=1078976&view=rev
Log:
JS2-1245: Update some external artifact dependencies to more recent and general available versions
See: https://issues.apache.org/jira/browse/JS2-1245
- update mockrunner:mockrunner:jar:0.3.8 to com.mockrunner:mockrunner-jdk1.5-j2ee1.3:jar:0.4

Modified:
    portals/jetspeed-2/portal/trunk/components/jetspeed-cm/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-portlet-factory/pom.xml
    portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-cm/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-cm/pom.xml?rev=1078976&r1=1078975&r2=1078976&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-cm/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-cm/pom.xml Mon Mar  7 22:07:58 2011
@@ -105,8 +105,8 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>mockrunner</groupId>
-            <artifactId>mockrunner</artifactId>
+            <groupId>com.mockrunner</groupId>
+            <artifactId>mockrunner-jdk1.5-j2ee1.3</artifactId>
             <scope>provided</scope>
         </dependency>
         <!--

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml?rev=1078976&r1=1078975&r2=1078976&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml Mon Mar  7 22:07:58 2011
@@ -245,8 +245,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>mockrunner</groupId>
-      <artifactId>mockrunner</artifactId>
+      <groupId>com.mockrunner</groupId>
+      <artifactId>mockrunner-jdk1.5-j2ee1.3</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portlet-factory/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portlet-factory/pom.xml?rev=1078976&r1=1078975&r2=1078976&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-portlet-factory/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-portlet-factory/pom.xml Mon Mar  7 22:07:58 2011
@@ -76,8 +76,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>mockrunner</groupId>
-      <artifactId>mockrunner</artifactId>
+      <groupId>com.mockrunner</groupId>
+      <artifactId>mockrunner-jdk1.5-j2ee1.3</artifactId>
       <scope>test</scope>
     </dependency>
 

Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml?rev=1078976&r1=1078975&r2=1078976&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-statistics/pom.xml Mon Mar  7 22:07:58 2011
@@ -80,8 +80,8 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>mockrunner</groupId>
-      <artifactId>mockrunner</artifactId>
+      <groupId>com.mockrunner</groupId>
+      <artifactId>mockrunner-jdk1.5-j2ee1.3</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1078976&r1=1078975&r2=1078976&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Mon Mar  7 22:07:58 2011
@@ -219,7 +219,7 @@
     <jmock.version>1.2.0</jmock.version>
     <jmock-cglib.version>1.1.0</jmock-cglib.version>
     <junit.version>3.8.1</junit.version>
-    <mockrunner.version>0.3.8</mockrunner.version>
+    <mockrunner.version>0.4</mockrunner.version>
     <org.apache.maven.artifact.ant.version>2.0.5</org.apache.maven.artifact.ant.version>
     <!--
       Bug: using specific version of surefire plugin
@@ -1095,10 +1095,72 @@
         <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>mockrunner</groupId>
-        <artifactId>mockrunner</artifactId>
+        <groupId>com.mockrunner</groupId>
+        <artifactId>mockrunner-jdk1.5-j2ee1.3</artifactId>
         <version>${mockrunner.version}</version>
         <scope>test</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>cglib-nodep</groupId>
+            <artifactId>cglib-nodep</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-beanutils</groupId>
+            <artifactId>commons-beanutils</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-digester</groupId>
+            <artifactId>commons-digester</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-validator</groupId>
+            <artifactId>commons-validator</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>oro</groupId>
+            <artifactId>oro</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jdom</groupId>
+            <artifactId>jdom</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>jboss</groupId>
+            <artifactId>jboss-jee</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>org.mockejb</groupId>
+            <artifactId>mockejb</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>nekohtml</groupId>
+            <artifactId>nekohtml</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>struts</groupId>
+            <artifactId>struts</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+        </exclusions>
       </dependency>
       <dependency>
         <groupId>tyrex</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org