Author: echatellier Date: 2011-07-04 18:27:13 +0200 (Mon, 04 Jul 2011) New Revision: 1044 Url: http://nuiton.org/repositories/revision/wikitty/1044 Log: jta is not a module dependencies Modified: trunk/wikitty-lucene/pom.xml trunk/wikitty-solr/pom.xml Modified: trunk/wikitty-lucene/pom.xml =================================================================== --- trunk/wikitty-lucene/pom.xml 2011-07-04 16:08:35 UTC (rev 1043) +++ trunk/wikitty-lucene/pom.xml 2011-07-04 16:27:13 UTC (rev 1044) @@ -33,11 +33,6 @@ </dependency> <dependency> - <groupId>org.jboss.jbossts</groupId> - <artifactId>jbossjta</artifactId> - </dependency> - - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> Modified: trunk/wikitty-solr/pom.xml =================================================================== --- trunk/wikitty-solr/pom.xml 2011-07-04 16:08:35 UTC (rev 1043) +++ trunk/wikitty-solr/pom.xml 2011-07-04 16:27:13 UTC (rev 1044) @@ -31,11 +31,6 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> - - <dependency> - <groupId>org.jboss.jbossts</groupId> - <artifactId>jbossjta</artifactId> - </dependency> <dependency> <groupId>org.nuiton</groupId>
participants (1)
-
echatellier@users.nuiton.org