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 2017/01/13 22:57:45 UTC

svn commit: r1778683 - /myfaces/tobago/trunk/tobago-core/pom.xml

Author: lofwyr
Date: Fri Jan 13 22:57:45 2017
New Revision: 1778683

URL: http://svn.apache.org/viewvc?rev=1778683&view=rev
Log:
TOBAGO-1634
depedency to vdldoc seems not to be required

Modified:
    myfaces/tobago/trunk/tobago-core/pom.xml

Modified: myfaces/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/pom.xml?rev=1778683&r1=1778682&r2=1778683&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-core/pom.xml Fri Jan 13 22:57:45 2017
@@ -147,11 +147,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.omnifaces</groupId>
-      <artifactId>vdldoc</artifactId>
-      <version>2.1</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
       <optional>true</optional>