@@ -20,11 +20,9 @@ SPDX-License-Identifier: Apache-2.0
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2121
2222 <compas .scl.xsd.version>0.0.4</compas .scl.xsd.version>
23- <slf4j .version>1.7.32</slf4j .version>
24- <jackson .version>2.13.0</jackson .version>
25- <jaxb .bind.version>2.3.3</jaxb .bind.version>
26- <junit .jupiter.version>5.8.2</junit .jupiter.version>
27- <mockito-junit-jupiter .version>4.1.0</mockito-junit-jupiter .version>
23+ <quarkus .platform.version>2.7.0.Final</quarkus .platform.version>
24+ <slf4j .version>1.7.35</slf4j .version>
25+ <jaxb .bind.version>2.3.6</jaxb .bind.version>
2826 <openpojo .version>0.9.1</openpojo .version>
2927 </properties >
3028
@@ -55,6 +53,14 @@ SPDX-License-Identifier: Apache-2.0
5553
5654 <dependencyManagement >
5755 <dependencies >
56+ <dependency >
57+ <groupId >io.quarkus</groupId >
58+ <artifactId >quarkus-universe-bom</artifactId >
59+ <version >${quarkus.platform.version} </version >
60+ <type >pom</type >
61+ <scope >import</scope >
62+ </dependency >
63+
5864 <dependency >
5965 <groupId >org.lfenergy.compas.core</groupId >
6066 <artifactId >commons</artifactId >
@@ -71,40 +77,6 @@ SPDX-License-Identifier: Apache-2.0
7177 <version >${compas.scl.xsd.version} </version >
7278 </dependency >
7379
74- <dependency >
75- <groupId >com.fasterxml.jackson.core</groupId >
76- <artifactId >jackson-databind</artifactId >
77- <version >${jackson.version} </version >
78- </dependency >
79- <dependency >
80- <groupId >com.fasterxml.jackson.dataformat</groupId >
81- <artifactId >jackson-dataformat-yaml</artifactId >
82- <version >${jackson.version} </version >
83- </dependency >
84-
85- <dependency >
86- <groupId >jakarta.validation</groupId >
87- <artifactId >jakarta.validation-api</artifactId >
88- <version >2.0.2</version >
89- </dependency >
90- <dependency >
91- <groupId >org.hibernate.validator</groupId >
92- <artifactId >hibernate-validator</artifactId >
93- <version >6.2.0.Final</version >
94- <scope >test</scope >
95- </dependency >
96- <dependency >
97- <groupId >org.glassfish</groupId >
98- <artifactId >jakarta.el</artifactId >
99- <version >3.0.4</version >
100- <scope >test</scope >
101- </dependency >
102-
103- <dependency >
104- <groupId >jakarta.xml.bind</groupId >
105- <artifactId >jakarta.xml.bind-api</artifactId >
106- <version >${jaxb.bind.version} </version >
107- </dependency >
10880 <dependency >
10981 <groupId >com.sun.xml.bind</groupId >
11082 <artifactId >jaxb-impl</artifactId >
@@ -116,12 +88,6 @@ SPDX-License-Identifier: Apache-2.0
11688 <artifactId >javax.ws.rs-api</artifactId >
11789 <version >2.1.1</version >
11890 </dependency >
119- <dependency >
120- <groupId >org.jboss.resteasy</groupId >
121- <artifactId >resteasy-core</artifactId >
122- <version >5.0.1.Final</version >
123- <scope >test</scope >
124- </dependency >
12591
12692 <dependency >
12793 <groupId >org.slf4j</groupId >
@@ -134,30 +100,12 @@ SPDX-License-Identifier: Apache-2.0
134100 <version >${slf4j.version} </version >
135101 </dependency >
136102
137- <dependency >
138- <groupId >org.junit.jupiter</groupId >
139- <artifactId >junit-jupiter-api</artifactId >
140- <version >${junit.jupiter.version} </version >
141- <scope >test</scope >
142- </dependency >
143- <dependency >
144- <groupId >org.junit.jupiter</groupId >
145- <artifactId >junit-jupiter-engine</artifactId >
146- <version >${junit.jupiter.version} </version >
147- <scope >test</scope >
148- </dependency >
149103 <dependency >
150104 <groupId >com.openpojo</groupId >
151105 <artifactId >openpojo</artifactId >
152106 <version >${openpojo.version} </version >
153107 <scope >test</scope >
154108 </dependency >
155- <dependency >
156- <groupId >org.mockito</groupId >
157- <artifactId >mockito-junit-jupiter</artifactId >
158- <version >${mockito-junit-jupiter.version} </version >
159- <scope >test</scope >
160- </dependency >
161109 </dependencies >
162110 </dependencyManagement >
163111
@@ -200,7 +148,7 @@ SPDX-License-Identifier: Apache-2.0
200148 <plugin >
201149 <groupId >org.apache.maven.plugins</groupId >
202150 <artifactId >maven-compiler-plugin</artifactId >
203- <version >3.8.1 </version >
151+ <version >3.9.0 </version >
204152 </plugin >
205153
206154 <plugin >
@@ -212,7 +160,7 @@ SPDX-License-Identifier: Apache-2.0
212160 <plugin >
213161 <groupId >org.apache.maven.plugins</groupId >
214162 <artifactId >maven-jar-plugin</artifactId >
215- <version >3.2.0 </version >
163+ <version >3.2.2 </version >
216164 </plugin >
217165 </plugins >
218166 </pluginManagement >
0 commit comments