Skip to content

Commit 63a8132

Browse files
committed
cleaned up pom.xml
1 parent 10be32c commit 63a8132

File tree

1 file changed

+0
-3
lines changed
  • persistence-modules/spring-data-jpa-3

1 file changed

+0
-3
lines changed

persistence-modules/spring-data-jpa-3/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,11 @@
4747
<dependency>
4848
<groupId>org.postgresql</groupId>
4949
<artifactId>postgresql</artifactId>
50-
<version>${postgresql.version}</version>
5150
</dependency>
5251
<dependency>
5352
<groupId>com.h2database</groupId>
5453
<artifactId>h2</artifactId>
5554
<scope>runtime</scope>
56-
<version>${h2.version}</version>
5755
</dependency>
5856

5957
<!-- Test Dependencies -->
@@ -81,7 +79,6 @@
8179
<dependency>
8280
<groupId>org.junit.platform</groupId>
8381
<artifactId>junit-platform-launcher</artifactId>
84-
<version>${junit-platform.version}</version>
8582
<scope>test</scope>
8683
</dependency>
8784

0 commit comments

Comments
 (0)