Added maven-flatten-plugin, cleaned up POMs (#2964)
This commit is contained in:
parent
11abcc4c9b
commit
eae3bd034b
|
|
@ -14,6 +14,13 @@
|
|||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
<version>4.1.115.Final</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.platform</groupId>
|
||||
<artifactId>junit-platform-commons</artifactId>
|
||||
|
|
|
|||
|
|
@ -606,9 +606,9 @@
|
|||
<goal>analyze-only</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<ignoredUsedUndeclaredDependencies>true</ignoredUsedUndeclaredDependencies>
|
||||
<failOnWarning>false</failOnWarning>
|
||||
<!-- todo: fix dependencies and set to true -->
|
||||
<failOnWarning>false</failOnWarning>
|
||||
<outputXML>true</outputXML>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
|
|
|||
Loading…
Reference in New Issue