Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
update mybatis-parent so travis builds work
update mybatis version
update byteman bmunit
Fix spelling mistake
  • Loading branch information
hazendaz committed May 31, 2015
1 parent acdabb0 commit 5395d15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>24-SNAPSHOT</version>
<version>24</version>
</parent>

<artifactId>mybatis-spring</artifactId>
Expand Down Expand Up @@ -110,7 +110,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.8</version>
<version>3.3.0</version>
<scope>provided</scope>
</dependency>

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

Expand Down Expand Up @@ -306,8 +306,8 @@
</testResources>
</build>

<!-- TODO: Why is this necessary, the dependency is alreayd present at this scope? -->
<!-- this is just a turnaround to Mac compilers -->
<!-- TODO: Why is this necessary, the dependency is already present at this scope? -->
<!-- this is just a turn-around to Mac compilers -->
<profiles>
<profile>
<id>mac-jvm-classloader-issue</id>
Expand Down

0 comments on commit 5395d15

Please sign in to comment.