DATAJPA-245 - Listing all compile time dependencies directly.
We've been relying on some compile time dependencies being pulled in transitively. This is now fixed by declaring those locally.
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -251,6 +251,18 @@
|
||||
<version>${spring.version.range}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>${spring.version.range}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
<version>${spring.version.range}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user