|
27 | 27 | <properties> |
28 | 28 | <revision>3.2.13</revision> |
29 | 29 | <changelist>999999-SNAPSHOT</changelist> |
30 | | - <jenkins.version>2.361.3</jenkins.version> |
| 30 | + <jenkins.version>2.361.4</jenkins.version> |
31 | 31 | <gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> |
32 | 32 | <hpi.compatibleSinceVersion>3.2</hpi.compatibleSinceVersion> |
33 | 33 | </properties> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>io.jenkins.tools.bom</groupId> |
59 | 59 | <artifactId>bom-2.361.x</artifactId> |
60 | | - <version>1798.vc671fe94856f</version> |
| 60 | + <version>2081.v85885a_d2e5c5</version> |
61 | 61 | <scope>import</scope> |
62 | 62 | <type>pom</type> |
63 | 63 | </dependency> |
|
70 | 70 | <artifactId>docker-java</artifactId> |
71 | 71 | <version>${revision}</version> |
72 | 72 | <exclusions> |
73 | | - <!-- use the version supplied by jackson2-api --> |
| 73 | + <!-- Provided by jackson2-api plugin --> |
74 | 74 | <exclusion> |
75 | 75 | <groupId>com.fasterxml.jackson.core</groupId> |
76 | | - <artifactId>jackson-databind</artifactId> |
| 76 | + <artifactId>jackson-annotations</artifactId> |
77 | 77 | </exclusion> |
78 | 78 | <exclusion> |
79 | 79 | <groupId>com.fasterxml.jackson.core</groupId> |
80 | | - <artifactId>jackson-annotations</artifactId> |
| 80 | + <artifactId>jackson-core</artifactId> |
81 | 81 | </exclusion> |
82 | 82 | <exclusion> |
83 | | - <groupId>com.fasterxml.jackson.jaxrs</groupId> |
84 | | - <artifactId>jackson-jaxrs-json-provider</artifactId> |
| 83 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 84 | + <artifactId>jackson-databind</artifactId> |
85 | 85 | </exclusion> |
86 | | - |
87 | | - <!-- use the version supplied by bouncycastle-api --> |
| 86 | + <!-- Deprecated transport --> |
88 | 87 | <exclusion> |
89 | | - <groupId>org.bouncycastle</groupId> |
90 | | - <artifactId>bcpkix-jdk15on</artifactId> |
| 88 | + <groupId>com.github.docker-java</groupId> |
| 89 | + <artifactId>docker-java-transport-jersey</artifactId> |
91 | 90 | </exclusion> |
92 | | - |
93 | | - <!-- use versions supplied with Jenkins --> |
| 91 | + <!-- Provided by Jenkins core --> |
94 | 92 | <exclusion> |
95 | | - <groupId>commons-codec</groupId> |
96 | | - <artifactId>commons-codec</artifactId> |
| 93 | + <groupId>com.google.guava</groupId> |
| 94 | + <artifactId>guava</artifactId> |
97 | 95 | </exclusion> |
98 | 96 | <exclusion> |
99 | | - <groupId>commons-io</groupId> |
100 | | - <artifactId>commons-io</artifactId> |
| 97 | + <groupId>commons-compress</groupId> |
| 98 | + <artifactId>commons-compress</artifactId> |
101 | 99 | </exclusion> |
102 | 100 | <exclusion> |
103 | | - <groupId>commons-lang</groupId> |
104 | | - <artifactId>commons-lang</artifactId> |
| 101 | + <groupId>commons-io</groupId> |
| 102 | + <artifactId>commons-io</artifactId> |
105 | 103 | </exclusion> |
| 104 | + <!-- Provided by commons-lang3-api plugin --> |
106 | 105 | <exclusion> |
107 | 106 | <groupId>org.apache.commons</groupId> |
108 | 107 | <artifactId>commons-lang3</artifactId> |
109 | 108 | </exclusion> |
| 109 | + <!-- Provided by bouncycastle-api-plugin --> |
110 | 110 | <exclusion> |
111 | | - <groupId>org.slf4j</groupId> |
112 | | - <artifactId>slf4j-api</artifactId> |
113 | | - </exclusion> |
114 | | - <exclusion> |
115 | | - <groupId>org.slf4j</groupId> |
116 | | - <artifactId>jcl-over-slf4j</artifactId> |
117 | | - </exclusion> |
118 | | - |
119 | | - <!-- disable JAX-RS transport, otherwise, it requires shading and messy stuff --> |
120 | | - <exclusion> |
121 | | - <groupId>org.glassfish.jersey.connectors</groupId> |
122 | | - <artifactId>jersey-apache-connector</artifactId> |
123 | | - </exclusion> |
124 | | - <exclusion> |
125 | | - <groupId>org.apache.httpcomponents</groupId> |
126 | | - <artifactId>httpclient</artifactId> |
127 | | - </exclusion> |
128 | | - <exclusion> |
129 | | - <groupId>org.apache.httpcomponents</groupId> |
130 | | - <artifactId>httpcore</artifactId> |
131 | | - </exclusion> |
132 | | - <exclusion> |
133 | | - <groupId>org.glassfish.jersey.core</groupId> |
134 | | - <artifactId>jersey-client</artifactId> |
| 111 | + <groupId>org.bouncycastle</groupId> |
| 112 | + <artifactId>bcpkix-jdk15on</artifactId> |
135 | 113 | </exclusion> |
136 | 114 | <exclusion> |
137 | | - <groupId>org.glassfish.jersey.inject</groupId> |
138 | | - <artifactId>jersey-hk2</artifactId> |
| 115 | + <groupId>org.bouncycastle</groupId> |
| 116 | + <artifactId>bcprov-jdk15on</artifactId> |
139 | 117 | </exclusion> |
140 | | - |
141 | | - <!-- junixsocket > 2.0 is targetted to Java 9 --> |
| 118 | + <!-- Provided by Jenkins core --> |
142 | 119 | <exclusion> |
143 | | - <groupId>com.kohlschutter.junixsocket</groupId> |
144 | | - <artifactId>junixsocket-common</artifactId> |
| 120 | + <groupId>org.slf4j</groupId> |
| 121 | + <artifactId>jcl-over-slf4j</artifactId> |
145 | 122 | </exclusion> |
146 | 123 | <exclusion> |
147 | | - <groupId>com.kohlschutter.junixsocket</groupId> |
148 | | - <artifactId>junixsocket-native-common</artifactId> |
| 124 | + <groupId>org.slf4j</groupId> |
| 125 | + <artifactId>slf4j-api</artifactId> |
149 | 126 | </exclusion> |
150 | 127 | </exclusions> |
151 | 128 | </dependency> |
152 | | - |
153 | 129 | <dependency> |
154 | 130 | <groupId>com.github.docker-java</groupId> |
155 | 131 | <artifactId>docker-java-transport-httpclient5</artifactId> |
156 | 132 | <version>${revision}</version> |
157 | 133 | <exclusions> |
158 | 134 | <!-- Provided by Jenkins core --> |
| 135 | + <exclusion> |
| 136 | + <groupId>commons-codec</groupId> |
| 137 | + <artifactId>commons-codec</artifactId> |
| 138 | + </exclusion> |
159 | 139 | <exclusion> |
160 | 140 | <groupId>net.java.dev.jna</groupId> |
161 | 141 | <artifactId>jna</artifactId> |
162 | 142 | </exclusion> |
| 143 | + <!-- Provided by apache-httpcomponents-client-5-api plugin --> |
| 144 | + <exclusion> |
| 145 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 146 | + <artifactId>httpclient5</artifactId> |
| 147 | + </exclusion> |
| 148 | + <exclusion> |
| 149 | + <groupId>org.apache.httpcomponents.client5</groupId> |
| 150 | + <artifactId>httpcore5</artifactId> |
| 151 | + </exclusion> |
| 152 | + <!-- Provided by Jenkins core --> |
163 | 153 | <exclusion> |
164 | 154 | <groupId>org.slf4j</groupId> |
165 | 155 | <artifactId>slf4j-api</artifactId> |
166 | 156 | </exclusion> |
167 | 157 | </exclusions> |
168 | 158 | </dependency> |
169 | | - |
| 159 | + <dependency> |
| 160 | + <groupId>io.jenkins.plugins</groupId> |
| 161 | + <artifactId>apache-httpcomponents-client-5-api</artifactId> |
| 162 | + </dependency> |
170 | 163 | <dependency> |
171 | 164 | <groupId>io.jenkins.plugins</groupId> |
172 | 165 | <artifactId>commons-lang3-api</artifactId> |
173 | 166 | </dependency> |
174 | | - |
175 | 167 | <dependency> |
176 | 168 | <groupId>org.jenkins-ci.plugins</groupId> |
177 | | - <artifactId>jackson2-api</artifactId> |
| 169 | + <artifactId>bouncycastle-api</artifactId> |
178 | 170 | </dependency> |
179 | | - |
180 | 171 | <dependency> |
181 | | - <groupId>org.hamcrest</groupId> |
182 | | - <artifactId>hamcrest-core</artifactId> |
183 | | - <scope>test</scope> |
| 172 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 173 | + <artifactId>jackson2-api</artifactId> |
184 | 174 | </dependency> |
185 | 175 | <dependency> |
186 | 176 | <groupId>org.mockito</groupId> |
|
0 commit comments