Skip to content

Commit f826ee1

Browse files
committed
1 parent e5849d4 commit f826ee1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,17 @@
9191
<groupId>org.springframework.data</groupId>
9292
<artifactId>spring-data-jpa</artifactId>
9393
<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>
94105
</dependency>
95106

96107
<dependency>

0 commit comments

Comments
 (0)