Added spring-jdbc dep back in core-tiger (since it's optional in core) hence not transient)
This commit is contained in:
parent
269865ca65
commit
55caab3bbc
|
@ -32,6 +32,11 @@
|
|||
<artifactId>aspectjweaver</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>annotations-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue