Skip to content

Commit

Permalink
Merge pull request #129 from aHenryJard/bump_fabric8_to_5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Dec 7, 2021
2 parents d6698a9 + 6212a62 commit aa0774f
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.29</version>
<version>4.31</version>
<relativePath />
</parent>

Expand All @@ -13,9 +13,9 @@
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>
<properties>
<revision>5.7.3</revision>
<revision>5.10.1</revision>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.222.4</jenkins.version>
<jenkins.version>2.249</jenkins.version>
<java.level>8</java.level>
</properties>
<name>Kubernetes Client API Plugin</name>
Expand Down Expand Up @@ -51,8 +51,8 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.222.x</artifactId>
<version>887.vae9c8ac09ff7</version>
<artifactId>bom-2.249.x</artifactId>
<version>961.vf0c9f6f59827</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -104,6 +104,33 @@
<groupId>io.fabric8</groupId>
<artifactId>openshift-client</artifactId>
<version>${revision}</version>
<exclusions>
<!-- provided by org.jenkins-ci.plugins:jackson2-api -->
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
Expand Down

0 comments on commit aa0774f

Please sign in to comment.