Skip to content

Commit

Permalink
Merge pull request #133 from casz/fix/jcasc-test-harness
Browse files Browse the repository at this point in the history
fix jcasc test harness
  • Loading branch information
jvz committed Jan 14, 2020
2 parents b03d6cc + d42826a commit 4e20d62
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -70,7 +70,7 @@
<jenkins.version>2.138.4</jenkins.version>
<java.level>8</java.level>
<antlr4.version>4.5</antlr4.version>
<jcasc.version>1.34</jcasc.version>
<jcasc.version>1.35</jcasc.version>
</properties>

<repositories>
Expand Down Expand Up @@ -153,10 +153,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
<groupId>io.jenkins.configuration-as-code</groupId>
<artifactId>test-harness</artifactId>
<version>${jcasc.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4e20d62

Please sign in to comment.