]> source.dussan.org Git - archiva.git/commitdiff
Setting jackson version
authorMartin Stockhammer <martin_s@apache.org>
Sun, 12 Jan 2020 16:41:51 +0000 (17:41 +0100)
committerMartin Stockhammer <martin_s@apache.org>
Sun, 12 Jan 2020 16:41:51 +0000 (17:41 +0100)
Jenkinsfile
pom.xml

index a7b521484da955964b9879d7fae4e8e9dd69c340..1d07b8126bfe41817436c1527ed57a0f6f378ced 100644 (file)
@@ -27,7 +27,7 @@
  *
  * Only the war and zip artifacts are archived in the jenkins build archive.
  */
-LABEL = 'ubuntu'
+LABEL = 'ubuntu && !H23'
 buildJdk = 'JDK 1.8 (latest)'
 buildJdk9 = 'JDK 1.9 (latest)'
 buildJdk10 = 'JDK 10 (latest)'
diff --git a/pom.xml b/pom.xml
index 0def05c432dab2f97350b633ac22fce6b1e05d32..869d22e27ee63a4fdde989904701dae9a5e4812d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>com.fasterxml.jackson.jaxrs</groupId>
         <artifactId>jackson-jaxrs-json-provider</artifactId>
-        <version>${jacksonVersion}</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.jaxrs</groupId>
         <artifactId>jackson-jaxrs-xml-provider</artifactId>
-        <version>${jacksonVersion}</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-annotations</artifactId>
-        <version>${jacksonVersion}</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cxf</groupId>