Tuesday, 23 November
2010
Tue, 23 Nov
'10
7:51 a.m.
Author: tolusha
Date: 2010-11-23 08:51:50 -0500 (Tue, 23 Nov 2010)
New Revision: 3523
Modified:
core/trunk/exo.core.component.database/pom.xml
core/trunk/pom.xml
Log:
EXOJCR-1070: Remove dependency on pull-parser artifact as redundant
Modified: core/trunk/exo.core.component.database/pom.xml
===================================================================
--- core/trunk/exo.core.component.database/pom.xml 2010-11-23 13:08:47 UTC (rev 3522)
+++ core/trunk/exo.core.component.database/pom.xml 2010-11-23 13:51:50 UTC (rev 3523)
@@ -74,10 +74,6 @@
<artifactId>jta</artifactId>
</dependency>
<dependency>
- <groupId>pull-parser</groupId>
- <artifactId>pull-parser</artifactId>
- </dependency>
- <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>runtime</scope>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2010-11-23 13:08:47 UTC (rev 3522)
+++ core/trunk/pom.xml 2010-11-23 13:51:50 UTC (rev 3523)
@@ -166,12 +166,6 @@
<dependency>
- <groupId>pull-parser</groupId>
- <artifactId>pull-parser</artifactId>
- <version>2</version>
- </dependency>
-
- <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
Show replies by date