summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
index 2e7f88a8e7..2be6371b14 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-supplier/pom.xml
@@ -35,14 +35,6 @@
</repository>
</repositories>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>1.6.1-SNAPSHOT</version>
- </dependency>
- </dependencies>
-
<build>
<finalName>${artifactId}</finalName>
<sourceDirectory>${basedir}</sourceDirectory>
@@ -53,7 +45,7 @@
<exclude>**/*.java</exclude>
<exclude>**/.*/**</exclude>
<exclude>pom.xml</exclude>
- <exclude>build.xml</exclude>
+ <exclude>build*.xml</exclude>
<exclude>target/**</exclude>
</excludes>
</resource>