diff options
Diffstat (limited to 'sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf')
-rw-r--r-- | sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml index 3a2ff11a11..06b862058f 100644 --- a/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml +++ b/sca-java-2.x/trunk/itest/distribution/webapp-helloworld-jsf/pom.xml @@ -28,14 +28,21 @@ <artifactId>itest-distribution-webapp-helloworld-jsf</artifactId> <name>Apache Tuscany SCA iTest Distribution Webapp helloworld-jsf</name> - <dependencies> + <profiles> + <profile> + <id>distribution</id> + <dependencies> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>itest-bin-distro-unzip</artifactId> + <type>pom</type> + <version>2.0-SNAPSHOT</version> + </dependency> + </dependencies> + </profile> + </profiles> - <dependency> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>itest-bin-distro-unzip</artifactId> - <type>pom</type> - <version>2.0-SNAPSHOT</version> - </dependency> + <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> |