upgrade spifly to 1.2.4 and replace jdk13 build with jdk14 (#4780)

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2020-04-16 11:19:47 +10:00 committed by GitHub
parent 6694f94cd5
commit d681f10853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -40,11 +40,11 @@ pipeline {
}
}
stage("Build / Test - JDK13") {
stage("Build / Test - JDK14") {
agent { node { label 'linux' } }
steps {
timeout(time: 120, unit: 'MINUTES') {
mavenBuild("jdk13", "-T3 -Pmongodb clean install", "maven3", true)
mavenBuild("jdk14", "-T3 -Pmongodb clean install", "maven3", true)
warnings consoleParsers: [[parserName: 'Maven'], [parserName: 'Java']]
junit testResults: '**/target/surefire-reports/*.xml,**/target/invoker-reports/TEST*.xml'
}

View File

@ -182,7 +182,7 @@
<dependency>
<groupId>org.apache.aries.spifly</groupId>
<artifactId>org.apache.aries.spifly.dynamic.bundle</artifactId>
<version>1.2.3</version>
<version>1.2.4</version>
<scope>test</scope>
<exclusions>
<exclusion>