Skip to content

Commit 788a0b7

Browse files
DohbedohVlatombe
andauthored
Bump revision from 6.10.0 to 7.x (#292)
Co-authored-by: Vincent Latombe <vincent@latombe.net>
1 parent 44e4b38 commit 788a0b7

File tree

1 file changed

+67
-1
lines changed

1 file changed

+67
-1
lines changed

pom.xml

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>${revision}-${changelist}</version>
1414
<packaging>hpi</packaging>
1515
<properties>
16-
<revision>6.14.0</revision>
16+
<revision>7.3.1</revision>
1717
<changelist>999999-SNAPSHOT</changelist>
1818
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1919
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
@@ -110,6 +110,64 @@
110110
<groupId>com.squareup.okhttp3</groupId>
111111
<artifactId>logging-interceptor</artifactId>
112112
</exclusion>
113+
<exclusion>
114+
<groupId>io.fabric8</groupId>
115+
<artifactId>kubernetes-httpclient-vertx</artifactId>
116+
</exclusion>
117+
</exclusions>
118+
</dependency>
119+
<dependency>
120+
<groupId>io.fabric8</groupId>
121+
<artifactId>kubernetes-httpclient-okhttp</artifactId>
122+
<version>${revision}</version>
123+
<exclusions>
124+
<!-- provided by org.jenkins-ci.plugins:jackson2-api -->
125+
<exclusion>
126+
<groupId>com.fasterxml.jackson.core</groupId>
127+
<artifactId>jackson-core</artifactId>
128+
</exclusion>
129+
<exclusion>
130+
<groupId>com.fasterxml.jackson.core</groupId>
131+
<artifactId>jackson-databind</artifactId>
132+
</exclusion>
133+
<exclusion>
134+
<groupId>com.fasterxml.jackson.core</groupId>
135+
<artifactId>jackson-annotations</artifactId>
136+
</exclusion>
137+
<exclusion>
138+
<groupId>com.fasterxml.jackson.dataformat</groupId>
139+
<artifactId>jackson-dataformat-yaml</artifactId>
140+
</exclusion>
141+
<exclusion>
142+
<groupId>com.fasterxml.jackson.datatype</groupId>
143+
<artifactId>jackson-datatype-jsr310</artifactId>
144+
</exclusion>
145+
<exclusion>
146+
<groupId>com.fasterxml.jackson.module</groupId>
147+
<artifactId>jackson-module-jaxb-annotations</artifactId>
148+
</exclusion>
149+
<exclusion>
150+
<groupId>org.slf4j</groupId>
151+
<artifactId>jul-to-slf4j</artifactId>
152+
</exclusion>
153+
<!-- Use version shipped with core -->
154+
<exclusion>
155+
<groupId>org.slf4j</groupId>
156+
<artifactId>slf4j-api</artifactId>
157+
</exclusion>
158+
<!-- provided by io.jenkins.plugins:okhttp-api-->
159+
<exclusion>
160+
<groupId>com.squareup.okhttp3</groupId>
161+
<artifactId>okhttp</artifactId>
162+
</exclusion>
163+
<exclusion>
164+
<groupId>com.squareup.okhttp3</groupId>
165+
<artifactId>logging-interceptor</artifactId>
166+
</exclusion>
167+
<exclusion>
168+
<groupId>io.fabric8</groupId>
169+
<artifactId>kubernetes-httpclient-vertx</artifactId>
170+
</exclusion>
113171
</exclusions>
114172
</dependency>
115173
<dependency>
@@ -142,6 +200,10 @@
142200
<groupId>com.fasterxml.jackson.module</groupId>
143201
<artifactId>jackson-module-jaxb-annotations</artifactId>
144202
</exclusion>
203+
<exclusion>
204+
<groupId>io.fabric8</groupId>
205+
<artifactId>kubernetes-httpclient-vertx</artifactId>
206+
</exclusion>
145207
</exclusions>
146208
</dependency>
147209
<dependency>
@@ -179,6 +241,10 @@
179241
<groupId>org.slf4j</groupId>
180242
<artifactId>slf4j-api</artifactId>
181243
</exclusion>
244+
<exclusion>
245+
<groupId>io.fabric8</groupId>
246+
<artifactId>kubernetes-httpclient-vertx</artifactId>
247+
</exclusion>
182248
</exclusions>
183249
</dependency>
184250
<dependency>

0 commit comments

Comments
 (0)