We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5849d4 commit f826ee1Copy full SHA for f826ee1
pom.xml
@@ -91,6 +91,17 @@
91
<groupId>org.springframework.data</groupId>
92
<artifactId>spring-data-jpa</artifactId>
93
<version>${spring.data.version}</version>
94
+ <exclusions>
95
+ <!--
96
+ Temporary workaround for https://jira.springsource.org/browse/DATACMNS-178
97
+ Will be removed during updates to new version.
98
+ See https://github.com/SpringSource/spring-data-commons/commit/31926a6299b1ea85da3ced7fd7714e2a1480613a
99
+ -->
100
+ <exclusion>
101
+ <groupId>junit</groupId>
102
+ <artifactId>junit-dep</artifactId>
103
+ </exclusion>
104
+ </exclusions>
105
</dependency>
106
107
<dependency>
0 commit comments