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 10be32c commit 63a8132Copy full SHA for 63a8132
persistence-modules/spring-data-jpa-3/pom.xml
@@ -47,13 +47,11 @@
47
<dependency>
48
<groupId>org.postgresql</groupId>
49
<artifactId>postgresql</artifactId>
50
- <version>${postgresql.version}</version>
51
</dependency>
52
53
<groupId>com.h2database</groupId>
54
<artifactId>h2</artifactId>
55
<scope>runtime</scope>
56
- <version>${h2.version}</version>
57
58
59
<!-- Test Dependencies -->
@@ -81,7 +79,6 @@
81
79
82
80
<groupId>org.junit.platform</groupId>
83
<artifactId>junit-platform-launcher</artifactId>
84
- <version>${junit-platform.version}</version>
85
<scope>test</scope>
86
87
0 commit comments