This repository was archived by the owner on Aug 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
example-context/example-domain Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments