You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2008/06/14 01:21:53 UTC

svn commit: r667694 - /myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml

Author: sobryan
Date: Fri Jun 13 16:21:53 2008
New Revision: 667694

URL: http://svn.apache.org/viewvc?rev=667694&view=rev
Log:
Some additional POM changes associated with TRINIDAD-1089.

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml?rev=667694&r1=667693&r2=667694&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-api/pom.xml Fri Jun 13 16:21:53 2008
@@ -23,7 +23,7 @@
 
   <name>Apache MyFaces Trinidad API</name>
   <description>Public API for the Apache MyFaces Trinidad project</description>
-  
+
   <parent>
     <groupId>org.apache.myfaces.trinidad</groupId>
     <artifactId>trinidad</artifactId>
@@ -34,7 +34,7 @@
   <packaging>jar</packaging>
 
   <dependencies>
-  
+
     <dependency>
       <groupId>org.apache.myfaces.trinidad</groupId>
       <artifactId>trinidad-build</artifactId>
@@ -51,7 +51,7 @@
     </dependency>
 
     <dependency>
-      <groupId>portlet-api</groupId>
+      <groupId>javax.portlet</groupId>
       <artifactId>portlet-api</artifactId>
     </dependency>
 
@@ -82,13 +82,6 @@
       <artifactId>jmock-cglib</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
   <build>
@@ -97,6 +90,7 @@
         <groupId>org.apache.myfaces.trinidadbuild</groupId>
         <artifactId>maven-jdev-plugin</artifactId>
       </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>