|
13 | 13 | <version>${revision}-${changelist}</version> |
14 | 14 | <packaging>hpi</packaging> |
15 | 15 | <properties> |
16 | | - <revision>6.14.0</revision> |
| 16 | + <revision>7.3.1</revision> |
17 | 17 | <changelist>999999-SNAPSHOT</changelist> |
18 | 18 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
19 | 19 | <!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ --> |
|
110 | 110 | <groupId>com.squareup.okhttp3</groupId> |
111 | 111 | <artifactId>logging-interceptor</artifactId> |
112 | 112 | </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> |
113 | 171 | </exclusions> |
114 | 172 | </dependency> |
115 | 173 | <dependency> |
|
142 | 200 | <groupId>com.fasterxml.jackson.module</groupId> |
143 | 201 | <artifactId>jackson-module-jaxb-annotations</artifactId> |
144 | 202 | </exclusion> |
| 203 | + <exclusion> |
| 204 | + <groupId>io.fabric8</groupId> |
| 205 | + <artifactId>kubernetes-httpclient-vertx</artifactId> |
| 206 | + </exclusion> |
145 | 207 | </exclusions> |
146 | 208 | </dependency> |
147 | 209 | <dependency> |
|
179 | 241 | <groupId>org.slf4j</groupId> |
180 | 242 | <artifactId>slf4j-api</artifactId> |
181 | 243 | </exclusion> |
| 244 | + <exclusion> |
| 245 | + <groupId>io.fabric8</groupId> |
| 246 | + <artifactId>kubernetes-httpclient-vertx</artifactId> |
| 247 | + </exclusion> |
182 | 248 | </exclusions> |
183 | 249 | </dependency> |
184 | 250 | <dependency> |
|
0 commit comments