Author: manaRH Date: 2013-10-07 07:07:35 -0400 (Mon, 07 Oct 2013) New Revision: 15600
Modified: branches/enterprise/WFK-2_1/bom/pom.xml Log: https://issues.jboss.org/browse/WFK2-182 fixed missing and useless dep mgmt in Seam BOM Modified: branches/enterprise/WFK-2_1/bom/pom.xml =================================================================== --- branches/enterprise/WFK-2_1/bom/pom.xml 2013-10-03 12:36:09 UTC (rev 15599) +++ branches/enterprise/WFK-2_1/bom/pom.xml 2013-10-07 11:07:35 UTC (rev 15600) @@ -257,15 +257,7 @@ <scope>import</scope> </dependency> - <!-- managed hibernate-commons-annotations here to overwrite usage of - other versions in transitive deps --> <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-commons-annotations</artifactId> - <version>3.2.0.Final-redhat-2</version> - </dependency> - - <dependency> <groupId>org.jboss.seam</groupId> <artifactId>jboss-seam</artifactId> <version>${version.seam}</version> @@ -477,32 +469,7 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>net.sourceforge.yarfraw</groupId> - <artifactId>yarfraw</artifactId> - <version>0.92</version> - <exclusions> - <exclusion> - <groupId>javax.xml</groupId> - <artifactId>jaxb-api</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-impl</artifactId> - </exclusion> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.javassist</groupId> <artifactId>javassist</artifactId> <version>3.15.0-GA-redhat-2</version> _______________________________________________ seam-commits mailing list [email protected] https://lists.jboss.org/mailman/listinfo/seam-commits
