diff options
Diffstat (limited to 'sca-java-2.x/trunk/archetypes/contribution-jar')
-rw-r--r-- | sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml b/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml index 5ac5472493..99eb8fe62b 100644 --- a/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml +++ b/sca-java-2.x/trunk/archetypes/contribution-jar/src/main/resources/archetype-resources/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.5</version> + <version>4.8.1</version> <scope>test</scope> </dependency> @@ -107,4 +107,4 @@ <tuscany.version>2.0-SNAPSHOT</tuscany.version> </properties> #end -</project>
\ No newline at end of file +</project> |