Skip to content

Commit

Permalink
DATAJPA-262, DATAJPA-258 - Fixed dependency setup.
Browse files Browse the repository at this point in the history
Switched from SpringSource snapshot repository to release one. Excluded JUnit 3.8.1 dependency transitively pulled in through OpenJPA.
  • Loading branch information
odrotbohm committed Oct 9, 2012
1 parent 6425140 commit b0efce1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pom.xml
Expand Up @@ -406,6 +406,12 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<!-- Transitive dependency pulls in JUnit 3.8.1 -->
<!-- http://sourceforge.net/tracker/?func=detail&aid=2572567&group_id=31479&atid=402282 -->
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -655,8 +661,8 @@

<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot</url>
<id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-release</url>
</repository>
</repositories>

Expand Down

0 comments on commit b0efce1

Please sign in to comment.