Fixing jUnit scope for some iTest projects

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@810719 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-09-02 22:29:52 +00:00
parent 8f89f16ccc
commit aeced4f905
5 changed files with 10 additions and 12 deletions

View file

@ -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>

View file

@ -108,6 +108,5 @@
<version>1.6.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -68,8 +68,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -98,7 +98,8 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.2</version>
<version>4.5</version>
<scope>test</scope>
</dependency>
<dependency>

View file

@ -61,8 +61,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>