Skip to content

Commit 90c2d01

Browse files
dependencies: bump com.github.ekryd.sortpom:sortpom-maven-plugin from 2.15.0 to 4.0.0 (#1207)
1 parent 83e0d6f commit 90c2d01

File tree

1 file changed

+70
-70
lines changed

1 file changed

+70
-70
lines changed

pom.xml

Lines changed: 70 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<timezone>America/New_York</timezone>
3030
</developer>
3131
</developers>
32-
<mailingLists />
32+
<mailingLists/>
3333
<scm>
3434
<connection>scm:git:https://github.com/NationalSecurityAgency/emissary.git</connection>
3535
<developerConnection>scm:git:[email protected]:NationalSecurityAgency/emissary.git</developerConnection>
@@ -39,7 +39,7 @@
3939
<system>GitHub</system>
4040
<url>https://github.com/NationalSecurityAgency/emissary/issues</url>
4141
</issueManagement>
42-
<ciManagement />
42+
<ciManagement/>
4343
<distributionManagement>
4444
<site>
4545
<id>github</id>
@@ -49,7 +49,7 @@
4949
<properties>
5050
<BUILD_TIMESTAMP>${maven.build.timestamp}</BUILD_TIMESTAMP>
5151
<EMISSARY_VERSION>${project.version}</EMISSARY_VERSION>
52-
<argLine />
52+
<argLine/>
5353
<checkstyleFormatter>${project.basedir}/contrib/checkstyle.xml</checkstyleFormatter>
5454
<dep.commons-codec.version>1.18.0</dep.commons-codec.version>
5555
<dep.commons-collections.version>4.4</dep.commons-collections.version>
@@ -136,7 +136,7 @@
136136
<plugin.protobuf-maven.version>0.6.1</plugin.protobuf-maven.version>
137137
<plugin.restrict-imports-enforcer-rule.version>2.6.1</plugin.restrict-imports-enforcer-rule.version>
138138
<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>
140140
<plugin.takari-lifecycle>2.0.8</plugin.takari-lifecycle>
141141
<plugin.versions-maven.version>2.19.0</plugin.versions-maven.version>
142142
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -158,6 +158,61 @@
158158
</properties>
159159
<dependencyManagement>
160160
<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>
161216
<dependency>
162217
<groupId>ch.qos.logback</groupId>
163218
<artifactId>logback-classic</artifactId>
@@ -375,61 +430,6 @@
375430
<artifactId>popper.js</artifactId>
376431
<version>${dep.webjars.popper.version}</version>
377432
</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>
433433
</dependencies>
434434
</dependencyManagement>
435435
<dependencies>
@@ -903,7 +903,7 @@
903903
<failOnViolation>true</failOnViolation>
904904
<violationSeverity>error</violationSeverity>
905905
<includeTestSourceDirectory>true</includeTestSourceDirectory>
906-
<excludes />
906+
<excludes/>
907907
</configuration>
908908
<dependencies>
909909
<dependency>
@@ -976,7 +976,7 @@
976976
<requireJavaVersion>
977977
<version>[11,)</version>
978978
</requireJavaVersion>
979-
<dependencyConvergence />
979+
<dependencyConvergence/>
980980
</rules>
981981
</configuration>
982982
</execution>
@@ -1079,7 +1079,7 @@
10791079
<artifactId>maven-pmd-plugin</artifactId>
10801080
<version>${plugin.maven-pmd.version}</version>
10811081
<configuration>
1082-
<excludes />
1082+
<excludes/>
10831083
<excludeRoots>
10841084
<excludeRoot>${project.build.directory}/generated-sources</excludeRoot>
10851085
</excludeRoots>
@@ -1407,7 +1407,7 @@
14071407
<outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory>
14081408
<includes>**/js/bootstrap.min.*</includes>
14091409
<fileMappers>
1410-
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
1410+
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
14111411
</fileMappers>
14121412
</artifactItem>
14131413
<artifactItem>
@@ -1417,7 +1417,7 @@
14171417
<outputDirectory>${project.build.outputDirectory}/public/css/lib</outputDirectory>
14181418
<includes>**/css/bootstrap.min.*</includes>
14191419
<fileMappers>
1420-
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
1420+
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
14211421
</fileMappers>
14221422
</artifactItem>
14231423
<artifactItem>
@@ -1427,7 +1427,7 @@
14271427
<outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory>
14281428
<includes>**/jquery.min.*</includes>
14291429
<fileMappers>
1430-
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
1430+
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
14311431
</fileMappers>
14321432
</artifactItem>
14331433
<artifactItem>
@@ -1437,7 +1437,7 @@
14371437
<outputDirectory>${project.build.outputDirectory}/public/js/lib</outputDirectory>
14381438
<includes>**/umd/popper.min.*</includes>
14391439
<fileMappers>
1440-
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
1440+
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
14411441
</fileMappers>
14421442
</artifactItem>
14431443
</artifactItems>
@@ -1850,7 +1850,7 @@
18501850
</goals>
18511851
</pluginExecutionFilter>
18521852
<action>
1853-
<ignore />
1853+
<ignore/>
18541854
</action>
18551855
</pluginExecution>
18561856
<pluginExecution>
@@ -1863,7 +1863,7 @@
18631863
</goals>
18641864
</pluginExecutionFilter>
18651865
<action>
1866-
<ignore />
1866+
<ignore/>
18671867
</action>
18681868
</pluginExecution>
18691869
<pluginExecution>
@@ -1876,7 +1876,7 @@
18761876
</goals>
18771877
</pluginExecutionFilter>
18781878
<action>
1879-
<ignore />
1879+
<ignore/>
18801880
</action>
18811881
</pluginExecution>
18821882
<pluginExecution>
@@ -1889,7 +1889,7 @@
18891889
</goals>
18901890
</pluginExecutionFilter>
18911891
<action>
1892-
<ignore />
1892+
<ignore/>
18931893
</action>
18941894
</pluginExecution>
18951895
</pluginExecutions>

0 commit comments

Comments
 (0)