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 2016/03/09 15:41:38 UTC

svn commit: r1734252 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml

Author: lofwyr
Date: Wed Mar  9 14:41:38 2016
New Revision: 1734252

URL: http://svn.apache.org/viewvc?rev=1734252&view=rev
Log:
TOBAGO-1539: Using Servlet 3.0 for uploading files with <tc:file>

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml?rev=1734252&r1=1734251&r2=1734252&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-test/pom.xml Wed Mar  9 14:41:38 2016
@@ -79,11 +79,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.myfaces.tobago</groupId>
-      <artifactId>tobago-fileupload</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.myfaces.tomahawk</groupId>
       <artifactId>tomahawk20</artifactId>
       <version>1.1.13</version>