You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/30 12:31:22 UTC

svn commit: r1810199 - in /myfaces/core/branches/2.3.x: bundle/pom.xml impl/pom.xml

Author: deki
Date: Sat Sep 30 12:31:22 2017
New Revision: 1810199

URL: http://svn.apache.org/viewvc?rev=1810199&view=rev
Log:
MYFACES-4135 cleanup osgi imports

Modified:
    myfaces/core/branches/2.3.x/bundle/pom.xml
    myfaces/core/branches/2.3.x/impl/pom.xml

Modified: myfaces/core/branches/2.3.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/bundle/pom.xml?rev=1810199&r1=1810198&r2=1810199&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/bundle/pom.xml (original)
+++ myfaces/core/branches/2.3.x/bundle/pom.xml Sat Sep 30 12:31:22 2017
@@ -104,7 +104,6 @@
                             javax.xml.parsers,
                             org.apache;resolution:=optional,
                             org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",
-                            org.apache.commons.collections.map;version="[3.2.0, 4.0.0)",
                             org.apache.commons.digester;version="[1.8.0, 2.0.0)",
                             org.apache.commons.logging;version="[1.1.1, 2.0.0)",
                             org.w3c.dom,

Modified: myfaces/core/branches/2.3.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/pom.xml?rev=1810199&r1=1810198&r2=1810199&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.3.x/impl/pom.xml Sat Sep 30 12:31:22 2017
@@ -764,7 +764,6 @@
                                     javax.xml.parsers,
                                     org.apache;resolution:=optional,
                                     org.apache.commons.beanutils;version="[1.8.3, 2.0.0)",
-                                    org.apache.commons.collections.map;version="[3.2.0, 4.0.0)",
                                     org.apache.commons.digester;version="[1.8.0, 2.0.0)",
                                     org.apache.commons.logging;version="[1.1.1, 2.0.0)",
                                     org.w3c.dom,