You are viewing a plain text version of this content. The canonical link for it is here.
Posted to odf-commits@incubator.apache.org by sv...@apache.org on 2017/09/19 10:04:40 UTC

svn commit: r1808852 - /incubator/odf/trunk/odfdom/pom.xml

Author: svanteschubert
Date: Tue Sep 19 10:04:40 2017
New Revision: 1808852

URL: http://svn.apache.org/viewvc?rev=1808852&view=rev
Log:
#ODFTOOLKIT-464# Patch by Olivier Cailloux - Pom does not follow best practices

Modified:
    incubator/odf/trunk/odfdom/pom.xml

Modified: incubator/odf/trunk/odfdom/pom.xml
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/odfdom/pom.xml?rev=1808852&r1=1808851&r2=1808852&view=diff
==============================================================================
--- incubator/odf/trunk/odfdom/pom.xml (original)
+++ incubator/odf/trunk/odfdom/pom.xml Tue Sep 19 10:04:40 2017
@@ -34,11 +34,6 @@
 
 	<dependencies>
 		<dependency>
-			<groupId>${project.groupId}</groupId>
-			<artifactId>taglets</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-		<dependency>
 			<groupId>xerces</groupId>
 			<artifactId>xercesImpl</artifactId>
 		</dependency>