Skip to content

Commit 426b628

Browse files
committed
chore: Revert changes
1 parent 060b661 commit 426b628

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

repository-postgresql/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,9 @@ SPDX-License-Identifier: Apache-2.0
4545
<scope>test</scope>
4646
</dependency>
4747

48-
<!-- <dependency>
49-
<groupId>org.flywaydb</groupId>
50-
<artifactId>flyway-core</artifactId>
51-
<scope>test</scope>
52-
</dependency> -->
5348
<dependency>
5449
<groupId>org.flywaydb</groupId>
5550
<artifactId>flyway-database-postgresql</artifactId>
56-
<version>10.20.1</version>
5751
<scope>test</scope>
5852
</dependency>
5953
<dependency>

repository-postgresql/src/test/java/org/lfenergy/compas/scl/data/repository/postgresql/PostgreSQLServerJUnitExtension.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public void beforeAll(final ExtensionContext context) throws Exception {
3535
lock.lock();
3636
if (pg == null) {
3737
pg = EmbeddedPostgres.builder()
38-
.setTag("15-alpine")
3938
.start();
4039

4140
// We will also run Flyway to upgrade the database.

0 commit comments

Comments
 (0)