really enforce commons-lang3 3.7

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2018-02-08 13:46:13 +10:00
parent 8644641849
commit 715e18a039
2 changed files with 8 additions and 0 deletions

View File

@ -1009,6 +1009,7 @@
</dependencyManagement>
<profiles>
<!-- disable until jacoco release > 0.8.0 released -->
<profile>
<id>jdk10</id>
<activation>

View File

@ -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>