Skip to content

Commit 4f3d20a

Browse files
author
Dennis Labordus
authored
Merge pull request #136 from com-pas/develop
New release
2 parents 6b4f0d0 + 66ed480 commit 4f3d20a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SPDX-License-Identifier: Apache-2.0
3030
<dependency>
3131
<groupId>com.sun.xml.bind</groupId>
3232
<artifactId>jaxb-impl</artifactId>
33-
<scope>runtime</scope>
33+
<scope>provided</scope>
3434
</dependency>
3535

3636
<dependency>

jaxrs-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SPDX-License-Identifier: Apache-2.0
3535
<dependency>
3636
<groupId>com.sun.xml.bind</groupId>
3737
<artifactId>jaxb-impl</artifactId>
38-
<scope>runtime</scope>
38+
<scope>provided</scope>
3939
</dependency>
4040

4141
<dependency>

scl2003/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SPDX-License-Identifier: Apache-2.0
4242
<dependency>
4343
<groupId>com.sun.xml.bind</groupId>
4444
<artifactId>jaxb-impl</artifactId>
45-
<scope>runtime</scope>
45+
<scope>provided</scope>
4646
</dependency>
4747

4848
<dependency>

scl2007b/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SPDX-License-Identifier: Apache-2.0
4242
<dependency>
4343
<groupId>com.sun.xml.bind</groupId>
4444
<artifactId>jaxb-impl</artifactId>
45-
<scope>runtime</scope>
45+
<scope>provided</scope>
4646
</dependency>
4747

4848
<dependency>

scl2007b4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SPDX-License-Identifier: Apache-2.0
4242
<dependency>
4343
<groupId>com.sun.xml.bind</groupId>
4444
<artifactId>jaxb-impl</artifactId>
45-
<scope>runtime</scope>
45+
<scope>provided</scope>
4646
</dependency>
4747

4848
<dependency>

0 commit comments

Comments
 (0)