1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
5
<parent >
4
6
<groupId >org.sonatype.oss</groupId >
5
7
<artifactId >oss-parent</artifactId >
6
8
<version >5</version >
7
- <relativePath />
8
- <!-- lookup parent from repository -->
9
+ <relativePath />
10
+ <!-- lookup parent from repository -->
9
11
</parent >
10
12
<modelVersion >4.0.0</modelVersion >
11
13
<groupId >org.openapitools</groupId >
505
507
<failOnError >false</failOnError >
506
508
<!-- https://spotbugs.readthedocs.io/en/stable/effort.html -->
507
509
<effort >min</effort >
508
- <excludeFilterFile >${project.basedir}${file.separator} spotbugs-exclude.xml</excludeFilterFile >
510
+ <excludeFilterFile >
511
+ ${project.basedir}${file.separator} spotbugs-exclude.xml</excludeFilterFile >
509
512
</configuration >
510
513
<executions >
511
514
<execution >
1253
1256
<spotbugs-plugin .version>3.1.12.2</spotbugs-plugin .version>
1254
1257
<swagger-parser-groupid .version>io.swagger.parser.v3</swagger-parser-groupid .version>
1255
1258
<swagger-parser .version>2.1.22</swagger-parser .version>
1256
- <testng .version>7.5 </testng .version>
1259
+ <testng .version>7.10.2 </testng .version>
1257
1260
<violations-maven-plugin .version>1.34</violations-maven-plugin .version>
1258
1261
<wagon-ssh-external .version>3.4.3</wagon-ssh-external .version>
1259
1262
<wagon-svn .version>1.12</wagon-svn .version>
1260
1263
<wagon-webdav .version>1.0-beta-2</wagon-webdav .version>
1261
1264
</properties >
1262
- </project >
1265
+ </project >
0 commit comments