Author: jjankovi
Date: 2012-04-25 04:40:54 -0400 (Wed, 25 Apr 2012)
New Revision: 40471
Modified:
trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml
Log:
workaround for JBIDE-11645
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-04-25 08:17:47 UTC (rev
40470)
+++ trunk/ws/tests/org.jboss.tools.ws.ui.bot.test/pom.xml 2012-04-25 08:40:54 UTC (rev
40471)
@@ -47,8 +47,15 @@
<artifactId>org.jboss.tools.ws.jaxrs.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
+ <!-- workaround until JIRA fixed -->
<dependency>
<type>p2-installable-unit</type>
+ <artifactId>org.jboss.ide.eclipse.as.feature.feature.group</artifactId>
+ <version>0.0.0</version>
+ </dependency>
+ <!-- end of workaround -->
+ <dependency>
+ <type>p2-installable-unit</type>
<artifactId>org.eclipse.jst.enterprise_ui.feature.feature.group</artifactId>
<version>0.0.0</version>
</dependency>
Show replies by date