Skip to content
This repository was archived by the owner on Aug 13, 2020. It is now read-only.

Commit 3447fe2

Browse files
authored
Merge pull request #411 from CJSCommonPlatform/fix-liquibase-scope
Correct aggregate snapshot liquibase dependency scope
2 parents e60da98 + 9e78e9f commit 3447fe2

File tree

1 file changed

+6
-5
lines changed
  • aggregate-snapshot/aggregate-snapshot-repository

1 file changed

+6
-5
lines changed

aggregate-snapshot/aggregate-snapshot-repository/pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@
2121
<artifactId>persistence-jdbc</artifactId>
2222
<version>${project.version}</version>
2323
</dependency>
24-
<dependency>
25-
<groupId>uk.gov.justice.services</groupId>
26-
<artifactId>aggregate-snapshot-repository-liquibase</artifactId>
27-
<version>${project.version}</version>
28-
</dependency>
2924
<dependency>
3025
<groupId>org.slf4j</groupId>
3126
<artifactId>slf4j-api</artifactId>
3227
</dependency>
3328

3429
<!-- Test dependencies -->
30+
<dependency>
31+
<groupId>uk.gov.justice.services</groupId>
32+
<artifactId>aggregate-snapshot-repository-liquibase</artifactId>
33+
<version>${project.version}</version>
34+
<scope>test</scope>
35+
</dependency>
3536
<dependency>
3637
<groupId>uk.gov.justice.services</groupId>
3738
<artifactId>test-utils-persistence</artifactId>

0 commit comments

Comments
 (0)