Skip to content

Commit

Permalink
[releng] the keep attribute is making test fail because it removes
Browse files Browse the repository at this point in the history
databases.** and domain.** test packages && derby upgraded
  • Loading branch information
emacarron committed Sep 12, 2014
1 parent 95e8ada commit ed89b1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.10.2.0</version>
<version>10.11.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -282,9 +282,6 @@
<pattern>javassist.**</pattern>
<result>org.apache.ibatis.javassist.@1</result>
</rule>
<keep>
<pattern>org.apache.ibatis.**</pattern>
</keep>
</rules>
<overwrite>true</overwrite>
</configuration>
Expand Down

0 comments on commit ed89b1a

Please sign in to comment.