We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ad1b17 commit 4c1aa4aCopy full SHA for 4c1aa4a
pom.xml
@@ -46,7 +46,7 @@ under the License.
46
<changelist>-SNAPSHOT</changelist>
47
<jenkins.version>2.176.1</jenkins.version>
48
<java.level>8</java.level>
49
- <jcasc.version>1.30</jcasc.version>
+ <jcasc.version>1.35</jcasc.version>
50
</properties>
51
52
<licenses>
@@ -159,10 +159,9 @@ under the License.
159
<scope>test</scope>
160
</dependency>
161
<dependency>
162
- <groupId>io.jenkins</groupId>
163
- <artifactId>configuration-as-code</artifactId>
+ <groupId>io.jenkins.configuration-as-code</groupId>
+ <artifactId>test-harness</artifactId>
164
<version>${jcasc.version}</version>
165
- <classifier>tests</classifier>
166
167
168
</dependencies>
0 commit comments