Author: manaRH
Date: 2013-02-21 11:01:59 -0500 (Thu, 21 Feb 2013)
New Revision: 15421
Modified:
branches/enterprise/WFK-2_1/jboss-seam/pom.xml
Log:
added exclusion for jackson-core-asl into jboss-seam
Modified: branches/enterprise/WFK-2_1/jboss-seam/pom.xml
===================================================================
--- branches/enterprise/WFK-2_1/jboss-seam/pom.xml 2013-02-21 16:01:52 UTC (rev 15420)
+++ branches/enterprise/WFK-2_1/jboss-seam/pom.xml 2013-02-21 16:01:59 UTC (rev 15421)
@@ -141,12 +141,16 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-orm</artifactId>
<optional>true</optional>
- <exclusions>
- <exclusion>
- <artifactId>jackson-mapper-asl</artifactId>
- <groupId>org.codehaus.jackson</groupId>
- </exclusion>
- </exclusions>
+ <exclusions>
+ <exclusion>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <groupId>org.codehaus.jackson</groupId>
+ </exclusion>
+ <exclusion>
+ <artifactId>jackson-core-asl</artifactId>
+ <groupId>org.codehaus.jackson</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
Show replies by date