Author: bimargulies
Date: Mon Mar 24 21:46:48 2008
New Revision: 640698
URL: http://svn.apache.org/viewvc?rev=640698&view=rev
Log:
put the parent pom back to get rid of java 1.3 issues, at the risk of
recursion.
Modified:
incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
Modified: incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml?rev=640698&r1=640697&r2=640698&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/xml2fastinfoset-plugin/pom.xml Mon Mar 24
21:46:48 2008
@@ -29,7 +29,16 @@
<maven>2.0</maven>
</prerequisites>
- <dependencies>
+ <parent>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-parent</artifactId>
+ <version>2.1-incubator-SNAPSHOT</version>
+ <relativePath>../../parent/pom.xml</relativePath>
+ </parent>
+
+
+
+ <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>