really enforce commons-lang3 3.7
Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
parent
8644641849
commit
715e18a039
1
pom.xml
1
pom.xml
|
@ -1009,6 +1009,7 @@
|
|||
</dependencyManagement>
|
||||
|
||||
<profiles>
|
||||
<!-- disable until jacoco release > 0.8.0 released -->
|
||||
<profile>
|
||||
<id>jdk10</id>
|
||||
<activation>
|
||||
|
|
|
@ -101,6 +101,13 @@
|
|||
<configuration>
|
||||
<argLine>-Xbootclasspath/p:${project.build.directory}/alpn/alpn-boot-${alpn.version}.jar</argLine>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.7</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
Loading…
Reference in New Issue