diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml index db3b44327c..dc87308218 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/simple-bigbank-spring/pom.xml @@ -214,13 +214,6 @@ </dependency> <dependency> - <groupId>org.dojotoolkit</groupId> - <artifactId>dojo</artifactId> - <version>1.3.0</version> - <type>zip</type> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> @@ -230,54 +223,7 @@ </dependencies> <build> - <finalName>${artifactId}</finalName> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - - <dependencies> - <dependency> - <groupId>ant</groupId> - <artifactId>ant-trax</artifactId> - <version>1.6.5</version> - </dependency> - </dependencies> - - <executions> - <execution> - <id>copy-dojo-files</id> - <phase>generate-resources</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <ant antfile="./build-dojo.xml" target="unpack-dojo-files"> - <property name="localRepository" value="${settings.localRepository}"/> - <property name="artifactId" value="${artifactId}"/> - </ant> - </tasks> - </configuration> - </execution> - <execution> - <id>clean-dojo-files</id> - <phase>clean</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <ant antfile="./build-dojo.xml" target="clean-dojo-files"> - <property name="localRepository" value="${settings.localRepository}"/> - <property name="artifactId" value="${artifactId}"/> - </ant> - </tasks> - </configuration> - </execution> - </executions> - </plugin> - </plugins> + <finalName>${artifactId}</finalName> </build> </project> |