File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ src/main/main.iml
23
23
* .BASE. * .jsp
24
24
* .LOCAL. * .jsp
25
25
* .REMOTE. * .jsp
26
+ * .iml
26
27
Original file line number Diff line number Diff line change 7
7
<packaging >war</packaging >
8
8
<version >6.0.1</version >
9
9
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
-
18
10
<!-- Shared version number properties -->
19
11
<properties >
20
12
<org .springframework.version>3.2.4.RELEASE</org .springframework.version>
191
183
</dependency >
192
184
<dependency >
193
185
<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 >
196
188
</dependency >
197
189
<dependency >
198
190
<groupId >net.sourceforge.jtds</groupId >
You can’t perform that action at this time.
0 commit comments