summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 18:16:30 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-11-14 18:16:30 +0000
commit40991a80046e6f83f015083704c441f4387c6dc6 (patch)
treec64c5f897e8c46bdb90f8dfbd939295fa30b00f7 /branches
parent38777ef4cabde2946e29de359aae818593d494a8 (diff)
Fix scope for junit dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@714091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/databinding-fastinfoset/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/databinding-fastinfoset/pom.xml b/branches/sca-equinox/modules/databinding-fastinfoset/pom.xml
index b910a34a9a..40015147fe 100644
--- a/branches/sca-equinox/modules/databinding-fastinfoset/pom.xml
+++ b/branches/sca-equinox/modules/databinding-fastinfoset/pom.xml
@@ -51,7 +51,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.1</version>
+ <version>4.5</version>
+ <scope>test</scope>
</dependency>
</dependencies>
<repositories>