Author: bimargulies
Date: Mon Mar 24 14:55:05 2008
New Revision: 640599
URL: http://svn.apache.org/viewvc?rev=640599&view=rev
Log:
Fix stupid trash left from early experiment.
Modified:
incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml
Modified: incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml?rev=640599&r1=640598&r2=640599&view=diff
==============================================================================
--- incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml (original)
+++ incubator/cxf/trunk/maven-plugins/xml2fastinfoset-test/pom.xml Mon Mar 24
14:55:05 2008
@@ -53,23 +53,8 @@
</goals>
</execution>
</executions>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf</groupId>
<artifactId>cxf-xml2fastinfoset-plugin</artifactId>
- <configuration>
- <compilerId>cxf-xml2fastinfoset</compilerId>
- </configuration>
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-xml2fastinfoset-compiler</artifactId>
- <version>2.1-incubator-SNAPSHOT</version>
- </dependency>
- </dependencies>
</plugin>
</plugins>
</build>