|
29 | 29 | <timezone>America/New_York</timezone> |
30 | 30 | </developer> |
31 | 31 | </developers> |
32 | | - <mailingLists /> |
| 32 | + <mailingLists/> |
33 | 33 | <scm> |
34 | 34 | <connection>scm:git:https://github.com/NationalSecurityAgency/emissary.git</connection> |
35 | 35 | < developerConnection>scm:git: [email protected]:NationalSecurityAgency/emissary.git</ developerConnection> |
|
39 | 39 | <system>GitHub</system> |
40 | 40 | <url>https://github.com/NationalSecurityAgency/emissary/issues</url> |
41 | 41 | </issueManagement> |
42 | | - <ciManagement /> |
| 42 | + <ciManagement/> |
43 | 43 | <distributionManagement> |
44 | 44 | <site> |
45 | 45 | <id>github</id> |
|
49 | 49 | <properties> |
50 | 50 | <BUILD_TIMESTAMP>${maven.build.timestamp}</BUILD_TIMESTAMP> |
51 | 51 | <EMISSARY_VERSION>${project.version}</EMISSARY_VERSION> |
52 | | - <argLine /> |
| 52 | + <argLine/> |
53 | 53 | <checkstyleFormatter>${project.basedir}/contrib/checkstyle.xml</checkstyleFormatter> |
54 | 54 | <dep.commons-codec.version>1.18.0</dep.commons-codec.version> |
55 | 55 | <dep.commons-collections.version>4.4</dep.commons-collections.version> |
|
136 | 136 | <plugin.protobuf-maven.version>0.6.1</plugin.protobuf-maven.version> |
137 | 137 | <plugin.restrict-imports-enforcer-rule.version>2.6.1</plugin.restrict-imports-enforcer-rule.version> |
138 | 138 | <plugin.sonar-maven.version>3.9.1.2184</plugin.sonar-maven.version> |
139 | | - <plugin.sortpom-maven.version>2.15.0</plugin.sortpom-maven.version> |
| 139 | + <plugin.sortpom-maven.version>4.0.0</plugin.sortpom-maven.version> |
140 | 140 | <plugin.takari-lifecycle>2.0.8</plugin.takari-lifecycle> |
141 | 141 | <plugin.versions-maven.version>2.19.0</plugin.versions-maven.version> |
142 | 142 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
158 | 158 | </properties> |
159 | 159 | <dependencyManagement> |
160 | 160 | <dependencies> |
| 161 | + <dependency> |
| 162 | + <groupId>com.fasterxml.jackson</groupId> |
| 163 | + <artifactId>jackson-bom</artifactId> |
| 164 | + <version>${dep.jackson.version}</version> |
| 165 | + <type>pom</type> |
| 166 | + <scope>import</scope> |
| 167 | + </dependency> |
| 168 | + <dependency> |
| 169 | + <groupId>io.dropwizard.metrics</groupId> |
| 170 | + <artifactId>metrics-bom</artifactId> |
| 171 | + <version>${dep.dropwizard.metrics.version}</version> |
| 172 | + <type>pom</type> |
| 173 | + <scope>import</scope> |
| 174 | + </dependency> |
| 175 | + <dependency> |
| 176 | + <groupId>io.grpc</groupId> |
| 177 | + <artifactId>grpc-bom</artifactId> |
| 178 | + <version>${dep.grpc.version}</version> |
| 179 | + <type>pom</type> |
| 180 | + <scope>import</scope> |
| 181 | + </dependency> |
| 182 | + <dependency> |
| 183 | + <groupId>io.netty</groupId> |
| 184 | + <artifactId>netty-bom</artifactId> |
| 185 | + <version>${dep.netty.version}</version> |
| 186 | + <type>pom</type> |
| 187 | + <scope>import</scope> |
| 188 | + </dependency> |
| 189 | + <dependency> |
| 190 | + <groupId>org.eclipse.jetty</groupId> |
| 191 | + <artifactId>jetty-bom</artifactId> |
| 192 | + <version>${dep.jetty.version}</version> |
| 193 | + <type>pom</type> |
| 194 | + <scope>import</scope> |
| 195 | + </dependency> |
| 196 | + <dependency> |
| 197 | + <groupId>org.glassfish.jersey</groupId> |
| 198 | + <artifactId>jersey-bom</artifactId> |
| 199 | + <version>${dep.jersey.version}</version> |
| 200 | + <type>pom</type> |
| 201 | + <scope>import</scope> |
| 202 | + </dependency> |
| 203 | + <dependency> |
| 204 | + <groupId>org.junit</groupId> |
| 205 | + <artifactId>junit-bom</artifactId> |
| 206 | + <version>${dep.junit-jupiter.version}</version> |
| 207 | + <type>pom</type> |
| 208 | + <scope>import</scope> |
| 209 | + <exclusions> |
| 210 | + <exclusion> |
| 211 | + <groupId>org.hamcrest</groupId> |
| 212 | + <artifactId>*</artifactId> |
| 213 | + </exclusion> |
| 214 | + </exclusions> |
| 215 | + </dependency> |
161 | 216 | <dependency> |
162 | 217 | <groupId>ch.qos.logback</groupId> |
163 | 218 | <artifactId>logback-classic</artifactId> |
|
375 | 430 | <artifactId>popper.js</artifactId> |
376 | 431 | <version>${dep.webjars.popper.version}</version> |
377 | 432 | </dependency> |
378 | | - <dependency> |
379 | | - <groupId>com.fasterxml.jackson</groupId> |
380 | | - <artifactId>jackson-bom</artifactId> |
381 | | - <version>${dep.jackson.version}</version> |
382 | | - <type>pom</type> |
383 | | - <scope>import</scope> |
384 | | - </dependency> |
385 | | - <dependency> |
386 | | - <groupId>io.dropwizard.metrics</groupId> |
387 | | - <artifactId>metrics-bom</artifactId> |
388 | | - <version>${dep.dropwizard.metrics.version}</version> |
389 | | - <type>pom</type> |
390 | | - <scope>import</scope> |
391 | | - </dependency> |
392 | | - <dependency> |
393 | | - <groupId>io.grpc</groupId> |
394 | | - <artifactId>grpc-bom</artifactId> |
395 | | - <version>${dep.grpc.version}</version> |
396 | | - <type>pom</type> |
397 | | - <scope>import</scope> |
398 | | - </dependency> |
399 | | - <dependency> |
400 | | - <groupId>io.netty</groupId> |
401 | | - <artifactId>netty-bom</artifactId> |
402 | | - <version>${dep.netty.version}</version> |
403 | | - <type>pom</type> |
404 | | - <scope>import</scope> |
405 | | - </dependency> |
406 | | - <dependency> |
407 | | - <groupId>org.eclipse.jetty</groupId> |
408 | | - <artifactId>jetty-bom</artifactId> |
409 | | - <version>${dep.jetty.version}</version> |
410 | | - <type>pom</type> |
411 | | - <scope>import</scope> |
412 | | - </dependency> |
413 | | - <dependency> |
414 | | - <groupId>org.glassfish.jersey</groupId> |
415 | | - <artifactId>jersey-bom</artifactId> |
416 | | - <version>${dep.jersey.version}</version> |
417 | | - <type>pom</type> |
418 | | - <scope>import</scope> |
419 | | - </dependency> |
420 | | - <dependency> |
421 | | - <groupId>org.junit</groupId> |
422 | | - <artifactId>junit-bom</artifactId> |
423 | | - <version>${dep.junit-jupiter.version}</version> |
424 | | - <type>pom</type> |
425 | | - <scope>import</scope> |
426 | | - <exclusions> |
427 | | - <exclusion> |
428 | | - <groupId>org.hamcrest</groupId> |
429 | | - <artifactId>*</artifactId> |
430 | | - </exclusion> |
431 | | - </exclusions> |
432 | | - </dependency> |
433 | 433 | </dependencies> |
434 | 434 | </dependencyManagement> |
435 | 435 | <dependencies> |
|
903 | 903 | <failOnViolation>true</failOnViolation> |
904 | 904 | <violationSeverity>error</violationSeverity> |
905 | 905 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
906 | | - <excludes /> |
| 906 | + <excludes/> |
907 | 907 | </configuration> |
908 | 908 | <dependencies> |
909 | 909 | <dependency> |
|
976 | 976 | <requireJavaVersion> |
977 | 977 | <version>[11,)</version> |
978 | 978 | </requireJavaVersion> |
979 | | - <dependencyConvergence /> |
| 979 | + <dependencyConvergence/> |
980 | 980 | </rules> |
981 | 981 | </configuration> |
982 | 982 | </execution> |
|
1079 | 1079 | <artifactId>maven-pmd-plugin</artifactId> |
1080 | 1080 | <version>${plugin.maven-pmd.version}</version> |
1081 | 1081 | <configuration> |
1082 | | - <excludes /> |
| 1082 | + <excludes/> |
1083 | 1083 | <excludeRoots> |
1084 | 1084 | <excludeRoot>${project.build.directory}/generated-sources</excludeRoot> |
1085 | 1085 | </excludeRoots> |
|
1407 | 1407 | <outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory> |
1408 | 1408 | <includes>**/js/bootstrap.min.*</includes> |
1409 | 1409 | <fileMappers> |
1410 | | - <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper /> |
| 1410 | + <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/> |
1411 | 1411 | </fileMappers> |
1412 | 1412 | </artifactItem> |
1413 | 1413 | <artifactItem> |
|
1417 | 1417 | <outputDirectory>${project.build.outputDirectory}/public/css/lib</outputDirectory> |
1418 | 1418 | <includes>**/css/bootstrap.min.*</includes> |
1419 | 1419 | <fileMappers> |
1420 | | - <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper /> |
| 1420 | + <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/> |
1421 | 1421 | </fileMappers> |
1422 | 1422 | </artifactItem> |
1423 | 1423 | <artifactItem> |
|
1427 | 1427 | <outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory> |
1428 | 1428 | <includes>**/jquery.min.*</includes> |
1429 | 1429 | <fileMappers> |
1430 | | - <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper /> |
| 1430 | + <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/> |
1431 | 1431 | </fileMappers> |
1432 | 1432 | </artifactItem> |
1433 | 1433 | <artifactItem> |
|
1437 | 1437 | <outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory> |
1438 | 1438 | <includes>**/umd/popper.min.*</includes> |
1439 | 1439 | <fileMappers> |
1440 | | - <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper /> |
| 1440 | + <org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/> |
1441 | 1441 | </fileMappers> |
1442 | 1442 | </artifactItem> |
1443 | 1443 | </artifactItems> |
|
1850 | 1850 | </goals> |
1851 | 1851 | </pluginExecutionFilter> |
1852 | 1852 | <action> |
1853 | | - <ignore /> |
| 1853 | + <ignore/> |
1854 | 1854 | </action> |
1855 | 1855 | </pluginExecution> |
1856 | 1856 | <pluginExecution> |
|
1863 | 1863 | </goals> |
1864 | 1864 | </pluginExecutionFilter> |
1865 | 1865 | <action> |
1866 | | - <ignore /> |
| 1866 | + <ignore/> |
1867 | 1867 | </action> |
1868 | 1868 | </pluginExecution> |
1869 | 1869 | <pluginExecution> |
|
1876 | 1876 | </goals> |
1877 | 1877 | </pluginExecutionFilter> |
1878 | 1878 | <action> |
1879 | | - <ignore /> |
| 1879 | + <ignore/> |
1880 | 1880 | </action> |
1881 | 1881 | </pluginExecution> |
1882 | 1882 | <pluginExecution> |
|
1889 | 1889 | </goals> |
1890 | 1890 | </pluginExecutionFilter> |
1891 | 1891 | <action> |
1892 | | - <ignore /> |
| 1892 | + <ignore/> |
1893 | 1893 | </action> |
1894 | 1894 | </pluginExecution> |
1895 | 1895 | </pluginExecutions> |
|
0 commit comments