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

Commit eeab8bd

Browse files
committed
Fix broken dependencies
1 parent 9741a4a commit eeab8bd

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

example-context/example-domain/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<artifactId>example-domain</artifactId>
1313

1414
<dependencies>
15-
<dependency>
16-
<groupId>uk.gov.justice.services</groupId>
17-
<artifactId>domain</artifactId>
18-
<version>${project.version}</version>
19-
</dependency>
2015
<dependency>
2116
<groupId>javax</groupId>
2217
<artifactId>javaee-api</artifactId>
2318
<scope>provided</scope>
2419
</dependency>
20+
<dependency>
21+
<groupId>uk.gov.justice.services</groupId>
22+
<artifactId>framework-api-domain</artifactId>
23+
<version>${project.version}</version>
24+
</dependency>
2525
</dependencies>
2626

2727

framework-bom/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@
8080
<artifactId>core</artifactId>
8181
<version>${cpp.framework.version}</version>
8282
</dependency>
83-
<dependency>
84-
<groupId>uk.gov.justice.services</groupId>
85-
<artifactId>domain</artifactId>
86-
<version>${cpp.framework.version}</version>
87-
</dependency>
8883
<dependency>
8984
<groupId>uk.gov.justice.services</groupId>
9085
<artifactId>messaging-core</artifactId>

0 commit comments

Comments
 (0)