We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b195e2e + 5d213fc commit e1ab733Copy full SHA for e1ab733
pom.xml
@@ -224,9 +224,9 @@
224
<scope>test</scope>
225
</dependency>
226
<dependency>
227
- <groupId>javax.transaction</groupId>
228
- <artifactId>transaction-api</artifactId>
229
- <version>1.1</version>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.2_spec</artifactId>
+ <version>1.0.1.Final</version>
230
231
232
src/test/java/org/apache/ibatis/type/ArrayTypeHandlerTest.java
@@ -19,8 +19,6 @@
19
import org.mockito.Mock;
20
21
import java.sql.Array;
22
-import java.sql.Timestamp;
23
-import java.util.Date;
24
25
import static org.junit.Assert.assertEquals;
26
import static org.junit.Assert.assertNull;
0 commit comments