You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by es...@apache.org on 2007/08/24 04:42:57 UTC

svn commit: r569231 - /portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml

Author: esm
Date: Thu Aug 23 19:42:57 2007
New Revision: 569231

URL: http://svn.apache.org/viewvc?rev=569231&view=rev
Log:
Updating dependencies for Pluto 1.1/Spring producer to work with 0.5-SNAPSHOT.

Modified:
    portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml

Modified: portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml
URL: http://svn.apache.org/viewvc/portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml?rev=569231&r1=569230&r2=569231&view=diff
==============================================================================
--- portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml (original)
+++ portals/wsrp4j/branches/wsrp4j-pluto11/pom.xml Thu Aug 23 19:42:57 2007
@@ -22,47 +22,23 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     
-    <!-- Break from parent pom until Pluto versions are resolved -->
-    <!--parent>
+    <parent>
         <artifactId>wsrp4j</artifactId>
         <groupId>org.apache.wsrp4j</groupId>
-        <version>0.4-SNAPSHOT</version>
-    </parent-->
+        <version>0.5-SNAPSHOT</version>
+    </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.wsrp4j</groupId>
     <artifactId>wsrp4j-producer</artifactId>
     <packaging>war</packaging>
     <name>WSRP4J Producer</name>
-    <description>WSRP4J Producer allows JSR-168 portlets to be exposed as WSRP-compliant portlets. </description>
+    <description>WSRP4J Producer allows JSR-168 portlets to be exposed as WSRP-compliant portlets.</description>
 
-    <version>0.4-SNAPSHOT</version>    
-    <properties>
-        
+    <properties>        
         <spring.version>2.0.6</spring.version>
         <pluto.version>1.1.4</pluto.version>
-
-        <!-- propeties from parent pom -->
-        <axis.version>1.4</axis.version>
-        <castor.version>0.9.6</castor.version>
-        <commons-beanutils.version>1.7.0</commons-beanutils.version>
-        <commons-discovery.version>0.2</commons-discovery.version>
-        <commons-fileupload.version>1.1.1</commons-fileupload.version>
-        <commons-lang.version>2.1</commons-lang.version>
-        <commons-logging.version>1.0.4</commons-logging.version>
-        <hibernate.version>3.2.1.ga</hibernate.version>
-        <javax-mail.version>1.4</javax-mail.version>
-        <jstl.version>1.0.6</jstl.version>
-        <junit.version>3.8.1</junit.version>
-        <log4j.version>1.2.13</log4j.version>
-        <portlet-api.version>1.0</portlet-api.version>
-        <servlet-api.version>2.3</servlet-api.version>
-        <taglibs.version>1.0.6</taglibs.version>
-        <wsdl4j.version>1.5.1</wsdl4j.version>
-        <xalan.version>2.7.0</xalan.version>
-        <xerces.version>2.6.0</xerces.version>
-        <xml-apis.version>1.0.b2</xml-apis.version>
-    </properties>
+    </properties>    
     
     <build>
         
@@ -132,7 +108,7 @@
               
         <dependency>
             <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
+            <artifactId>commons-logging-api</artifactId>
             <version>${commons-logging.version}</version>
         </dependency>
         
@@ -140,12 +116,12 @@
             <groupId>commons-lang</groupId>
             <artifactId>commons-lang</artifactId>
             <version>${commons-lang.version}</version>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.wsrp4j</groupId>
-            <artifactId>wsrp4j-commons</artifactId>
-            <version>0.4-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         
         <!-- Runtime ============================================ -->
@@ -200,21 +176,14 @@
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>
-        
-        <dependency>
-            <artifactId>wsrp4j-persistence-db</artifactId>
-            <groupId>org.apache.wsrp4j</groupId>
-            <version>${pom.version}</version>
-            <scope>runtime</scope>
-        </dependency>
+        </dependency>        
         
         <dependency>
             <artifactId>wsrp4j-persistence-xml</artifactId>
             <groupId>org.apache.wsrp4j</groupId>
             <version>${pom.version}</version>
             <scope>runtime</scope>
-        </dependency>
+        </dependency>        
 
         <dependency>
             <artifactId>standard</artifactId>
@@ -268,37 +237,5 @@
         </dependency>        
         
     </dependencies>
-    
-    <!-- Profile for testing Pluto 1.1.4 (remove when Pluto 1.1.4 is officially released) -->
-    <profiles>
-        <profile>
-            <id>pluto-test</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <repositories>
-                <repository>
-                    <releases><enabled>true</enabled></releases>
-                    <snapshots><enabled>false</enabled></snapshots>
-                    <id>pluto-staging</id>
-                    <name>Apache Pluto Staging Repository</name>
-                    <url>
-                        http://people.apache.org/builds/portals-pluto/m2-staging-repository
-                    </url>
-                </repository>
-            </repositories>
-            <pluginRepositories>
-                <pluginRepository>
-                    <releases><enabled>true</enabled></releases>
-                    <snapshots><enabled>false</enabled></snapshots>
-                    <id>pluto-staging</id>
-                    <name>Apache Pluto Staging Repository</name>
-                    <url>
-                        http://people.apache.org/builds/portals-pluto/m2-staging-repository
-                    </url>
-                </pluginRepository>
-            </pluginRepositories>
-        </profile>
-    </profiles>
     
 </project>