|
29 | 29 | <parent>
|
30 | 30 | <groupId>org.jenkins-ci.plugins</groupId>
|
31 | 31 | <artifactId>plugin</artifactId>
|
32 |
| - <version>2.21</version> |
| 32 | + <version>3.17</version> |
33 | 33 | <relativePath />
|
34 | 34 | </parent>
|
35 | 35 |
|
|
55 | 55 | </developer>
|
56 | 56 | </developers>
|
57 | 57 |
|
58 |
| - <prerequisites> |
59 |
| - <maven>2.2.1</maven> |
60 |
| - </prerequisites> |
61 |
| - |
62 | 58 | <scm>
|
63 | 59 | <connection>scm:git:git://github.com/jenkinsci/ssh-agent-plugin.git</connection>
|
64 | 60 | < developerConnection>scm:git: [email protected]:jenkinsci/ssh-agent-plugin.git</ developerConnection>
|
|
67 | 63 | </scm>
|
68 | 64 |
|
69 | 65 | <properties>
|
70 |
| - <jenkins.version>1.609.3</jenkins.version> |
71 |
| - <java.level>7</java.level> <!-- sshd-core is 7+ --> |
72 |
| - <workflow-jenkins-plugin.version>1.14.2</workflow-jenkins-plugin.version> |
| 66 | + <jenkins.version>2.60.3</jenkins.version> |
| 67 | + <java.level>8</java.level> |
| 68 | + <workflow-support-plugin.version>2.18</workflow-support-plugin.version> |
73 | 69 | </properties>
|
74 | 70 |
|
75 | 71 | <repositories>
|
|
97 | 93 | <artifactId>tomcat-apr</artifactId>
|
98 | 94 | <version>5.5.23</version>
|
99 | 95 | </dependency>
|
100 |
| - <dependency> |
101 |
| - <groupId>org.slf4j</groupId> |
102 |
| - <artifactId>slf4j-api</artifactId> |
103 |
| - <version>1.7.7</version> |
104 |
| - <scope>provided</scope> |
105 |
| - </dependency> |
106 |
| - <dependency> |
107 |
| - <groupId>org.slf4j</groupId> |
108 |
| - <artifactId>slf4j-jdk14</artifactId> |
109 |
| - <version>1.7.7</version> |
110 |
| - <scope>provided</scope> |
111 |
| - </dependency> |
112 | 96 | <dependency>
|
113 | 97 | <groupId>com.cloudbees.util</groupId>
|
114 | 98 | <artifactId>jnr-unixsocket-nodep</artifactId>
|
|
117 | 101 | <dependency>
|
118 | 102 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
119 | 103 | <artifactId>workflow-step-api</artifactId>
|
120 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 104 | + <version>2.16</version> |
121 | 105 | </dependency>
|
122 | 106 |
|
123 | 107 | <!-- plugin dependencies -->
|
124 | 108 | <dependency>
|
125 | 109 | <groupId>org.jenkins-ci.plugins</groupId>
|
126 | 110 | <artifactId>credentials</artifactId>
|
127 |
| - <version>2.1.1</version> |
| 111 | + <version>2.1.17</version> |
128 | 112 | </dependency>
|
129 | 113 | <dependency>
|
130 | 114 | <groupId>org.jenkins-ci.plugins</groupId>
|
131 | 115 | <artifactId>ssh-credentials</artifactId>
|
132 |
| - <version>1.11</version> |
| 116 | + <version>1.14</version> |
133 | 117 | </dependency>
|
134 | 118 | <dependency>
|
135 | 119 | <groupId>org.jenkins-ci.plugins</groupId>
|
136 | 120 | <artifactId>bouncycastle-api</artifactId>
|
137 |
| - <version>1.0.2</version> |
| 121 | + <version>2.16.3</version> |
138 | 122 | </dependency>
|
139 | 123 | <!-- jenkins dependencies -->
|
140 | 124 | <!-- test dependencies -->
|
| 125 | + <dependency> |
| 126 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 127 | + <artifactId>workflow-api</artifactId> |
| 128 | + <version>2.27</version> |
| 129 | + <scope>test</scope> |
| 130 | + </dependency> |
141 | 131 | <dependency>
|
142 | 132 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
143 | 133 | <artifactId>workflow-job</artifactId>
|
144 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 134 | + <version>2.12.2</version> |
145 | 135 | <scope>test</scope>
|
146 | 136 | </dependency>
|
147 | 137 | <dependency>
|
148 | 138 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
149 | 139 | <artifactId>workflow-basic-steps</artifactId>
|
150 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 140 | + <version>2.8</version> |
151 | 141 | <scope>test</scope>
|
152 | 142 | </dependency>
|
153 | 143 | <dependency>
|
154 | 144 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
155 | 145 | <artifactId>workflow-durable-task-step</artifactId>
|
156 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 146 | + <version>2.19</version> |
157 | 147 | <scope>test</scope>
|
158 | 148 | </dependency>
|
159 | 149 | <dependency>
|
160 | 150 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
161 | 151 | <artifactId>workflow-cps</artifactId>
|
162 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 152 | + <version>2.45</version> |
163 | 153 | <scope>test</scope>
|
164 | 154 | </dependency>
|
165 | 155 | <dependency>
|
166 | 156 | <groupId>org.jenkins-ci.plugins.workflow</groupId>
|
167 | 157 | <artifactId>workflow-support</artifactId>
|
168 |
| - <version>${workflow-jenkins-plugin.version}</version> |
| 158 | + <version>${workflow-support-plugin.version}</version> |
| 159 | + <scope>test</scope> |
| 160 | + </dependency> |
| 161 | + <dependency> |
| 162 | + <groupId>org.jenkins-ci.plugins.workflow</groupId> |
| 163 | + <artifactId>workflow-support</artifactId> |
| 164 | + <version>${workflow-support-plugin.version}</version> |
169 | 165 | <classifier>tests</classifier>
|
170 | 166 | <scope>test</scope>
|
171 | 167 | </dependency>
|
172 |
| - <dependency> <!-- TODO Jenkins sshd (1.6) depends on sshd-core 0.8, which is incompatible with 1.0 --> |
173 |
| - <groupId>org.jenkins-ci.main</groupId> |
174 |
| - <artifactId>jenkins-war</artifactId> |
175 |
| - <version>${jenkins.version}</version> |
176 |
| - <classifier>war-for-test</classifier> |
| 168 | + <dependency> |
| 169 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 170 | + <artifactId>docker-workflow</artifactId> |
| 171 | + <version>1.17</version> |
177 | 172 | <scope>test</scope>
|
178 |
| - <exclusions> |
179 |
| - <exclusion> |
180 |
| - <groupId>org.jenkins-ci.modules</groupId> |
181 |
| - <artifactId>sshd</artifactId> |
182 |
| - </exclusion> |
183 |
| - </exclusions> |
184 | 173 | </dependency>
|
185 | 174 | </dependencies>
|
| 175 | + <dependencyManagement> |
| 176 | + <dependencies> |
| 177 | + <dependency> |
| 178 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 179 | + <artifactId>structs</artifactId> |
| 180 | + <version>1.14</version> |
| 181 | + </dependency> |
| 182 | + <dependency> |
| 183 | + <groupId>org.jenkins-ci</groupId> |
| 184 | + <artifactId>symbol-annotation</artifactId> |
| 185 | + <version>1.14</version> |
| 186 | + </dependency> |
| 187 | + <dependency> |
| 188 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 189 | + <artifactId>script-security</artifactId> |
| 190 | + <version>1.44</version> |
| 191 | + <scope>test</scope> |
| 192 | + </dependency> |
| 193 | + <dependency> |
| 194 | + <groupId>org.jenkins-ci.plugins</groupId> |
| 195 | + <artifactId>scm-api</artifactId> |
| 196 | + <version>2.2.7</version> |
| 197 | + <scope>test</scope> |
| 198 | + </dependency> |
| 199 | + </dependencies> |
| 200 | + </dependencyManagement> |
186 | 201 |
|
187 | 202 | <build>
|
188 | 203 | <plugins>
|
|
0 commit comments