diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 17:37:23 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-19 17:37:23 +0000 |
commit | 72d38f4f894cd31b85827d61ed447320835c318c (patch) | |
tree | da995a0b0ba1306225429dd0cc7c14543b35ff04 /sandbox/travelsample/hotel-contribution | |
parent | 693d0212794688f8f2ad93200bfcc31fcb0e22e3 (diff) |
Adjust some dependency versions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@697159 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/hotel-contribution')
-rw-r--r-- | sandbox/travelsample/hotel-contribution/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/hotel-contribution/pom.xml b/sandbox/travelsample/hotel-contribution/pom.xml index 7746f91c26..ff7eeba831 100644 --- a/sandbox/travelsample/hotel-contribution/pom.xml +++ b/sandbox/travelsample/hotel-contribution/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.2</version> + <version>4.5</version> <scope>test</scope> </dependency> |