Przeglądaj źródła

Setting jackson version

pull/56/head
Martin Stockhammer 4 lat temu
rodzic
commit
7f6436c0e2
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 1
    1
      Jenkinsfile
  2. 3
    3
      pom.xml

+ 1
- 1
Jenkinsfile Wyświetl plik

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

+ 3
- 3
pom.xml Wyświetl plik

@@ -660,17 +660,17 @@
<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>

Ładowanie…
Anuluj
Zapisz