issues/4909 - Adding paxexam version
Motivation: Build warning message is shown when building netty project. Due to missing paxexam version below[1] warning message is shown when building netty project. Modifications: Added paxexam plugin version into root pom Result: paxexam related warning will not be displayed when building the project. [1]. #4909
This commit is contained in:
parent
0bea10b0b0
commit
a4846e6153
5
pom.xml
5
pom.xml
@ -1009,6 +1009,11 @@
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.ops4j.pax.exam</groupId>
|
||||
<artifactId>maven-paxexam-plugin</artifactId>
|
||||
<version>1.2.4</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
|
Loading…
Reference in New Issue
Block a user