Author: richard.opalka(a)jboss.com
Date: 2008-05-29 10:42:51 -0400 (Thu, 29 May 2008)
New Revision: 7211
Modified:
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/native-tests/scripts/assembly-bpel-artifacts.xml
Log:
[JBWS-2168] use test scope
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-29 14:34:05 UTC (rev
7210)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-29 14:42:51 UTC (rev
7211)
@@ -22,14 +22,13 @@
<version>1.4</version>
<scope>test</scope>
</dependency>
- <!--
<dependency>
<groupId>jboss.jbpm</groupId>
<artifactId>bpel</artifactId>
<version>1.1.0.Beta5</version>
+ <scope>test</scope>
<type>sar</type>
</dependency>
- -->
</dependencies>
<!-- Profiles -->
Modified:
stack/native/trunk/modules/testsuite/native-tests/scripts/assembly-bpel-artifacts.xml
===================================================================
---
stack/native/trunk/modules/testsuite/native-tests/scripts/assembly-bpel-artifacts.xml 2008-05-29
14:34:05 UTC (rev 7210)
+++
stack/native/trunk/modules/testsuite/native-tests/scripts/assembly-bpel-artifacts.xml 2008-05-29
14:42:51 UTC (rev 7211)
@@ -12,7 +12,7 @@
<outputDirectory>lib</outputDirectory>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<useStrictFiltering>true</useStrictFiltering>
- <!--scope>provided</scope-->
+ <scope>test</scope>
<unpack>false</unpack>
<includes>
<include>*:bpel:sar</include>
Show replies by date