|
49 | 49 | <java.level>8</java.level> |
50 | 50 | <jenkins.version>2.263.1</jenkins.version> |
51 | 51 | <no-test-jar>false</no-test-jar> |
52 | | - <pipeline-model-definition.version>1.7.2</pipeline-model-definition.version> |
53 | 52 | <useBeta>true</useBeta> |
54 | 53 | </properties> |
55 | 54 |
|
|
62 | 61 | <dependency> |
63 | 62 | <groupId>org.jenkins-ci.plugins</groupId> |
64 | 63 | <artifactId>jackson2-api</artifactId> |
65 | | - <version>2.12.3</version> |
66 | 64 | </dependency> |
67 | 65 | <dependency> |
68 | 66 | <groupId>org.jenkins-ci.plugins</groupId> |
|
111 | 109 | <dependency> <!-- DeclarativeAgent --> |
112 | 110 | <groupId>org.jenkinsci.plugins</groupId> |
113 | 111 | <artifactId>pipeline-model-extensions</artifactId> |
114 | | - <version>${pipeline-model-definition.version}</version> |
115 | 112 | <optional>true</optional> |
116 | 113 | </dependency> |
117 | 114 | <dependency> <!-- DeclarativeGeneratorTester --> |
118 | 115 | <groupId>org.jenkinsci.plugins</groupId> |
119 | 116 | <artifactId>pipeline-model-definition</artifactId> |
120 | | - <version>${pipeline-model-definition.version}</version> |
121 | 117 | <classifier>tests</classifier> |
122 | 118 | <scope>test</scope> |
123 | 119 | </dependency> |
|
134 | 130 | <dependency> |
135 | 131 | <groupId>io.jenkins.plugins</groupId> |
136 | 132 | <artifactId>caffeine-api</artifactId> |
137 | | - <version>2.9.1-23.v51c4e2c879c8</version> |
138 | 133 | </dependency> |
139 | 134 | <dependency> |
140 | 135 | <groupId>org.jenkins-ci.plugins</groupId> |
141 | 136 | <artifactId>credentials-binding</artifactId> |
142 | | - <version>1.26</version> |
143 | 137 | </dependency> |
144 | 138 |
|
145 | 139 | <!-- for testing --> |
|
167 | 161 | <dependency> |
168 | 162 | <groupId>org.jenkinsci.plugins</groupId> |
169 | 163 | <artifactId>pipeline-model-definition</artifactId> |
170 | | - <version>${pipeline-model-definition.version}</version> |
171 | 164 | <scope>test</scope> |
172 | 165 | </dependency> |
173 | 166 | <dependency> <!-- SnippetizerTest --> |
|
220 | 213 | <dependency> |
221 | 214 | <groupId>org.jenkins-ci.plugins</groupId> |
222 | 215 | <artifactId>bouncycastle-api</artifactId> |
223 | | - <version>2.20</version> |
224 | 216 | <scope>test</scope> |
225 | 217 | </dependency> |
226 | 218 | <dependency> |
|
0 commit comments