Skip to content

Commit fa45736

Browse files
author
Dennis Labordus
committed
Fixed missing dependency.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent d1617d4 commit fa45736

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

repository-basex/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ SPDX-License-Identifier: Apache-2.0
3131
<groupId>commons-io</groupId>
3232
<artifactId>commons-io</artifactId>
3333
</dependency>
34+
35+
<dependency>
36+
<groupId>com.sun.xml.bind</groupId>
37+
<artifactId>jaxb-impl</artifactId>
38+
<scope>provided</scope>
39+
</dependency>
3440

3541
<!-- Test Dependencies -->
3642
<dependency>

service/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ SPDX-License-Identifier: Apache-2.0
2828
<artifactId>scl-extension</artifactId>
2929
</dependency>
3030

31-
<dependency>
32-
<groupId>com.sun.xml.bind</groupId>
33-
<artifactId>jaxb-impl</artifactId>
34-
<scope>provided</scope>
35-
</dependency>
36-
3731
<!-- Test Dependencies -->
3832
<dependency>
3933
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)