|
10 | 10 | <parent> |
11 | 11 | <groupId>no.digipost</groupId> |
12 | 12 | <artifactId>digipost-open-super-pom</artifactId> |
13 | | - <version>8</version> |
| 13 | + <version>12</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <properties> |
17 | 17 | <maven.compiler.source>1.8</maven.compiler.source> |
18 | 18 | <maven.compiler.target>1.8</maven.compiler.target> |
19 | | - <project.previousVersion>set_with_-Dproject.previousVersion=X.Y</project.previousVersion> |
20 | 19 | <signature.api.version>old-is-older-SNAPSHOT</signature.api.version> |
21 | | - <slf4j.version>1.7.36</slf4j.version> |
22 | 20 | </properties> |
23 | 21 |
|
24 | 22 | <dependencyManagement> |
|
95 | 93 | <dependency> |
96 | 94 | <groupId>org.slf4j</groupId> |
97 | 95 | <artifactId>slf4j-api</artifactId> |
98 | | - <version>${slf4j.version}</version> |
| 96 | + <version>2.0.6</version> |
99 | 97 | </dependency> |
100 | 98 | <dependency> |
101 | 99 | <groupId>org.slf4j</groupId> |
102 | 100 | <artifactId>slf4j-simple</artifactId> |
103 | | - <version>${slf4j.version}</version> |
| 101 | + <version>2.0.6</version> |
104 | 102 | <scope>test</scope> |
105 | 103 | </dependency> |
106 | 104 |
|
|
173 | 171 | </exclusion> |
174 | 172 | </exclusions> |
175 | 173 | </dependency> |
| 174 | + <dependency> |
| 175 | + <groupId>no.digipost</groupId> |
| 176 | + <artifactId>jul-to-slf4j-junit-extension</artifactId> |
| 177 | + <version>1.0</version> |
| 178 | + <scope>test</scope> |
| 179 | + </dependency> |
176 | 180 | </dependencies> |
177 | 181 |
|
178 | 182 | <build> |
|
184 | 188 | </resources> |
185 | 189 | <pluginManagement> |
186 | 190 | <plugins> |
187 | | - <plugin> |
188 | | - <groupId>org.jasig.maven</groupId> |
189 | | - <artifactId>maven-notice-plugin</artifactId> |
190 | | - <version>1.1.0</version> |
191 | | - <configuration> |
192 | | - <excludeScopes> |
193 | | - <excludeScopes>test</excludeScopes> |
194 | | - </excludeScopes> |
195 | | - <noticeTemplate>${project.basedir}/src/main/notice/NOTICE.template</noticeTemplate> |
196 | | - </configuration> |
197 | | - <dependencies> |
198 | | - <dependency> |
199 | | - <groupId>org.glassfish.jaxb</groupId> |
200 | | - <artifactId>jaxb-runtime</artifactId> |
201 | | - <version>2.3.6</version> |
202 | | - </dependency> |
203 | | - <dependency> |
204 | | - <groupId>jakarta.xml.bind</groupId> |
205 | | - <artifactId>jakarta.xml.bind-api</artifactId> |
206 | | - <version>2.3.3</version> |
207 | | - </dependency> |
208 | | - </dependencies> |
209 | | - </plugin> |
210 | 191 | <plugin> |
211 | 192 | <artifactId>maven-compiler-plugin</artifactId> |
212 | 193 | <version>3.11.0</version> |
213 | 194 | </plugin> |
214 | 195 | <plugin> |
215 | 196 | <groupId>com.github.siom79.japicmp</groupId> |
216 | 197 | <artifactId>japicmp-maven-plugin</artifactId> |
217 | | - <version>0.17.1</version> |
| 198 | + <version>0.15.3</version> |
218 | 199 | <configuration> |
219 | | - <oldVersion> |
220 | | - <dependency> |
221 | | - <groupId>${project.groupId}</groupId> |
222 | | - <artifactId>${project.artifactId}</artifactId> |
223 | | - <version>${project.previousVersion}</version> |
224 | | - </dependency> |
225 | | - </oldVersion> |
226 | | - <newVersion> |
227 | | - <file> |
228 | | - <path>${project.build.directory}/${project.build.finalName}.${project.packaging}</path> |
229 | | - </file> |
230 | | - </newVersion> |
231 | 200 | <parameter> |
232 | | - <onlyModified>true</onlyModified> |
233 | | - <onlyBinaryIncompatible>true</onlyBinaryIncompatible> |
234 | 201 | <includes> |
235 | 202 | <include>no.digipost.signature.client</include> |
236 | 203 | </includes> |
|
330 | 297 | </plugins> |
331 | 298 | </pluginManagement> |
332 | 299 | <plugins> |
333 | | - <plugin> |
334 | | - <artifactId>maven-dependency-plugin</artifactId> |
335 | | - <executions> |
336 | | - <execution> |
337 | | - <goals> |
338 | | - <goal>analyze-only</goal> |
339 | | - </goals> |
340 | | - <configuration> |
341 | | - <failOnWarning>true</failOnWarning> |
342 | | - <ignoreNonCompile>true</ignoreNonCompile> |
343 | | - </configuration> |
344 | | - </execution> |
345 | | - </executions> |
346 | | - </plugin> |
347 | | - <plugin> |
348 | | - <groupId>org.jasig.maven</groupId> |
349 | | - <artifactId>maven-notice-plugin</artifactId> |
350 | | - <executions> |
351 | | - <execution> |
352 | | - <id>check-NOTICE-file</id> |
353 | | - <phase>verify</phase> |
354 | | - <goals> |
355 | | - <goal>check</goal> |
356 | | - </goals> |
357 | | - </execution> |
358 | | - </executions> |
359 | | - </plugin> |
360 | 300 | <plugin> |
361 | 301 | <artifactId>maven-shade-plugin</artifactId> |
362 | 302 | <executions> |
|
0 commit comments