Skip to content

Commit

Permalink
Merge pull request #69 from hazendaz/master
Browse files Browse the repository at this point in the history
Update dependencies and allow travis-ci jdk8 build
  • Loading branch information
hazendaz committed May 24, 2015
2 parents 3268991 + bcdc763 commit 5a84cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
- openjdk6
Expand Down
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>3.0.3.RELEASE</version>
<version>3.0.4.RELEASE</version>
<scope>provided</scope>
</dependency>

Expand All @@ -153,7 +153,7 @@
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.0.8</version>
<version>3.0.11</version>
<scope>test</scope>
</dependency>

Expand All @@ -174,7 +174,7 @@
<dependency>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-bmunit</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -222,10 +222,6 @@
<groupId>nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</exclusion>
<exclusion>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -310,6 +306,7 @@
</testResources>
</build>

<!-- TODO: Why is this necessary, the dependency is alreayd present at this scope? -->
<!-- this is just a turnaround to Mac compilers -->
<profiles>
<profile>
Expand Down

0 comments on commit 5a84cb8

Please sign in to comment.