mirror of https://github.com/apache/archiva.git
Setting jackson version
This commit is contained in:
parent
d805755df8
commit
7f6436c0e2
|
@ -27,7 +27,7 @@
|
||||||
*
|
*
|
||||||
* Only the war and zip artifacts are archived in the jenkins build archive.
|
* Only the war and zip artifacts are archived in the jenkins build archive.
|
||||||
*/
|
*/
|
||||||
LABEL = 'ubuntu'
|
LABEL = 'ubuntu && !H23'
|
||||||
buildJdk = 'JDK 1.8 (latest)'
|
buildJdk = 'JDK 1.8 (latest)'
|
||||||
buildJdk9 = 'JDK 1.9 (latest)'
|
buildJdk9 = 'JDK 1.9 (latest)'
|
||||||
buildJdk10 = 'JDK 10 (latest)'
|
buildJdk10 = 'JDK 10 (latest)'
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -660,17 +660,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||||
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
||||||
<version>${jacksonVersion}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
||||||
<artifactId>jackson-jaxrs-xml-provider</artifactId>
|
<artifactId>jackson-jaxrs-xml-provider</artifactId>
|
||||||
<version>${jacksonVersion}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-annotations</artifactId>
|
<artifactId>jackson-annotations</artifactId>
|
||||||
<version>${jacksonVersion}</version>
|
<version>${jackson.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.cxf</groupId>
|
<groupId>org.apache.cxf</groupId>
|
||||||
|
|
Loading…
Reference in New Issue