diff options
5 files changed, 10 insertions, 12 deletions
diff --git a/branches/sca-java-1.x/itest/corba/pom.xml b/branches/sca-java-1.x/itest/corba/pom.xml index fee9eafba8..bdb17e791a 100644 --- a/branches/sca-java-1.x/itest/corba/pom.xml +++ b/branches/sca-java-1.x/itest/corba/pom.xml @@ -109,12 +109,12 @@ <scope>compile</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.5</version> + <scope>test</scope> + </dependency> </dependencies> <build> diff --git a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml index 0aa7107313..c78a7e47d8 100644 --- a/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml +++ b/branches/sca-java-1.x/itest/policy-security-basicauth/pom.xml @@ -108,6 +108,5 @@ <version>1.6.1</version> <scope>test</scope> </dependency> - </dependencies> </project> diff --git a/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml b/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml index e14b4a3d17..cd64e65167 100644 --- a/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml +++ b/branches/sca-java-1.x/itest/policy-security-jsr250/pom.xml @@ -68,8 +68,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> + <scope>test</scope> </dependency> - - </dependencies> </project> diff --git a/branches/sca-java-1.x/itest/policy-security-token/pom.xml b/branches/sca-java-1.x/itest/policy-security-token/pom.xml index e123cf4885..fc114918e0 100644 --- a/branches/sca-java-1.x/itest/policy-security-token/pom.xml +++ b/branches/sca-java-1.x/itest/policy-security-token/pom.xml @@ -98,7 +98,8 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.2</version> + <version>4.5</version> + <scope>test</scope> </dependency> <dependency> diff --git a/branches/sca-java-1.x/itest/policy-security/pom.xml b/branches/sca-java-1.x/itest/policy-security/pom.xml index d6f9f8e93a..ce7842d5c6 100644 --- a/branches/sca-java-1.x/itest/policy-security/pom.xml +++ b/branches/sca-java-1.x/itest/policy-security/pom.xml @@ -61,8 +61,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> + <scope>test</scope> </dependency> - - </dependencies> </project> |