Skip to content

Commit

Permalink
Update azure-commons version to pick up XStream whitelist (JENKINS-51…
Browse files Browse the repository at this point in the history
…147)
  • Loading branch information
allxiao committed May 17, 2018
1 parent 594f9d0 commit 8a2eedc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -17,7 +18,7 @@
<jenkins.version>1.651.3</jenkins.version>
<java.level>7</java.level>

<azure-commons-version>0.2.4</azure-commons-version>
<azure-commons-version>0.2.6</azure-commons-version>
<credentials.version>2.1.14</credentials.version>
<docker-commons.version>1.10</docker-commons.version>
<ssh-credentials.version>1.13</ssh-credentials.version>
Expand Down Expand Up @@ -101,6 +102,11 @@
<artifactId>azure-commons</artifactId>
<version>${azure-commons-version}</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>azure-commons-core</artifactId>
<version>${azure-commons-version}</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
Expand Down Expand Up @@ -145,6 +151,7 @@
okio.
com.google.common.base.
com.fasterxml.jackson.
com.microsoft.jenkins.azurecommons.core.
</maskClasses>
</configuration>
</plugin>
Expand Down

0 comments on commit 8a2eedc

Please sign in to comment.