Skip to content

Commit

Permalink
Remove CASC dependency from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhyudayaSharma committed Jun 7, 2019
1 parent c9a2d55 commit ff20de4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ THE SOFTWARE.
</dependency>
<dependency>
<groupId>org.netbeans.modules</groupId>
<artifactId>org-netbeans-insane</artifactId>
<artifactId>org-netbeans-insane</artifactId>f
<version>RELEASE72</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -181,12 +181,6 @@ THE SOFTWARE.
<artifactId>reflections</artifactId>
<version>0.9.11</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
<version>1.19</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit ff20de4

Please sign in to comment.