Skip to content

Commit e1ab733

Browse files
authored
Merge pull request #696 from hazendaz/master
Remove unused import, add missing license header, and use java 6 transaction api 1.2
2 parents b195e2e + 5d213fc commit e1ab733

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>
227-
<groupId>javax.transaction</groupId>
228-
<artifactId>transaction-api</artifactId>
229-
<version>1.1</version>
227+
<groupId>org.jboss.spec.javax.transaction</groupId>
228+
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
229+
<version>1.0.1.Final</version>
230230
<scope>test</scope>
231231
</dependency>
232232
<dependency>

src/test/java/org/apache/ibatis/type/ArrayTypeHandlerTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
import org.mockito.Mock;
2020

2121
import java.sql.Array;
22-
import java.sql.Timestamp;
23-
import java.util.Date;
2422

2523
import static org.junit.Assert.assertEquals;
2624
import static org.junit.Assert.assertNull;

0 commit comments

Comments
 (0)