Skip to content
Snippets Groups Projects
Commit ecd9ccb2 authored by michaelisvy's avatar michaelisvy
Browse files

fixed POM configuration issue for Spring Data

parent f958964c
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,12 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>${spring-data-jpa.version}</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment