Skip to content

Commit b9815e0

Browse files
committed
WEB-214: Fixed build failure while downloading javax.transaction dependency
1 parent d21d9b6 commit b9815e0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ src/main/main.iml
2323
*.BASE.*.jsp
2424
*.LOCAL.*.jsp
2525
*.REMOTE.*.jsp
26+
*.iml
2627

pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77
<packaging>war</packaging>
88
<version>6.0.1</version>
99

10-
<repositories>
11-
<repository>
12-
<id>maven2-repository.dev.java.net</id>
13-
<name>Java.net Maven 2 Repository</name>
14-
<url>http://download.java.net/maven/2</url>
15-
</repository>
16-
</repositories>
17-
1810
<!-- Shared version number properties -->
1911
<properties>
2012
<org.springframework.version>3.2.4.RELEASE</org.springframework.version>
@@ -191,8 +183,8 @@
191183
</dependency>
192184
<dependency>
193185
<groupId>javax.transaction</groupId>
194-
<artifactId>jta</artifactId>
195-
<version>1.0.1B</version>
186+
<artifactId>javax.transaction-api</artifactId>
187+
<version>1.2</version>
196188
</dependency>
197189
<dependency>
198190
<groupId>net.sourceforge.jtds</groupId>

0 commit comments

Comments
 (0)