File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 154
154
<artifactId >spring-boot-starter-mail</artifactId >
155
155
</dependency >
156
156
157
+ <!-- https://github.com/spring-projects/spring-boot/blob/v1.2.3.RELEASE/spring-boot-starters/spring-boot-starter-jdbc/pom.xml -->
158
+ <dependency >
159
+ <groupId >org.springframework.boot</groupId >
160
+ <artifactId >spring-boot-starter-jdbc</artifactId >
161
+ <exclusions >
162
+ <exclusion >
163
+ <groupId >org.apache.tomcat</groupId >
164
+ <artifactId >tomcat-jdbc</artifactId >
165
+ </exclusion >
166
+ </exclusions >
167
+ </dependency >
168
+
157
169
<dependency >
158
170
<groupId >org.mortbay.jetty</groupId >
159
171
<artifactId >servlet-api</artifactId >
185
197
<artifactId >spring-orm</artifactId >
186
198
</dependency >
187
199
188
- <dependency >
189
- <groupId >org.springframework</groupId >
190
- <artifactId >spring-tx</artifactId >
191
- </dependency >
192
-
193
200
<dependency >
194
201
<groupId >org.springframework.data</groupId >
195
202
<artifactId >spring-data-jpa</artifactId >
461
468
</dependency >
462
469
463
470
<!-- Dependencies which used only in test environment -->
464
- <dependency >
465
- <groupId >org.springframework</groupId >
466
- <artifactId >spring-jdbc</artifactId >
467
- </dependency >
468
471
<dependency >
469
472
<groupId >com.h2database</groupId >
470
473
<artifactId >h2</artifactId >
You can’t perform that action at this time.
0 commit comments