Skip to content

Commit 8399177

Browse files
author
Dennis Labordus
committed
Changed Namespace URIs, add validation constraint and common exception handling.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 43dce14 commit 8399177

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,17 @@ SPDX-License-Identifier: Apache-2.0
6868
<artifactId>service</artifactId>
6969
<version>${project.version}</version>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.lfenergy.compas.scl.data</groupId>
73+
<artifactId>repository</artifactId>
74+
<version>${project.version}</version>
75+
</dependency>
7176
<dependency>
7277
<groupId>org.lfenergy.compas.scl.data</groupId>
7378
<artifactId>repository-basex</artifactId>
7479
<version>${project.version}</version>
7580
</dependency>
81+
7682
<dependency>
7783
<groupId>org.lfenergy.compas.core</groupId>
7884
<artifactId>commons</artifactId>

service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ SPDX-License-Identifier: Apache-2.0
2121
<dependency>
2222
<groupId>org.lfenergy.compas.scl.data</groupId>
2323
<artifactId>repository</artifactId>
24-
<version>${project.version}</version>
2524
</dependency>
2625

2726
<dependency>

0 commit comments

Comments
 (0)