Author: jjankovi
Date: 2012-02-07 10:32:20 -0500 (Tue, 07 Feb 2012)
New Revision: 38468
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
Added dependencies to pom.xml - running ws bot tests with maven should be ok now
Modified: trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-02-07 14:53:02 UTC (rev
38467)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-02-07 15:32:20 UTC (rev
38468)
@@ -37,18 +37,21 @@
<artifactId>org.jboss.tools.ws.jaxrs.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
- <!--
<dependency>
<type>p2-installable-unit</type>
- <artifactId>org.jboss.tools.cdi.feature.feature.group</artifactId>
+ <artifactId>org.eclipse.jst.enterprise_ui.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
- <artifactId>org.jboss.tools.richfaces.feature.feature.group</artifactId>
+ <artifactId>org.eclipse.wst.xml_ui.feature.feature.group</artifactId>
<version>0.0.0</version>
- </dependency>
- -->
+ </dependency>
+ <dependency>
+ <type>p2-installable-unit</type>
+ <artifactId>org.eclipse.wst.ws_ui.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
</dependencies>
</configuration>
</plugin>
Show replies by date