You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/11/05 12:49:19 UTC

svn commit: r1538954 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml

Author: lofwyr
Date: Tue Nov  5 11:49:18 2013
New Revision: 1538954

URL: http://svn.apache.org/r1538954
Log:
clean up dependencies

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml?rev=1538954&r1=1538953&r2=1538954&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/pom.xml Tue Nov  5 11:49:18 2013
@@ -141,19 +141,10 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>javax.el</groupId>
       <artifactId>el-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
       <groupId>rhino</groupId>
       <artifactId>js</artifactId>
       <version>1.6R2</version>