Skip to content

Commit e379cc0

Browse files
committed
added svnkit dependency to grails-scripts POM
1 parent 72d98ac commit e379cc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

maven/grails-scripts.pom.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<artifactId>junit</artifactId>
8080
<version>3.8.2</version>
8181
</dependency>
82+
83+
<dependency>
84+
<groupId>org.tmatesoft.svnkit</groupId>
85+
<artifactId>svnkit</artifactId>
86+
<version>1.2.3.5521</version>
87+
</dependency>
8288

8389
<dependency>
8490
<groupId>org.apache.ant</groupId>

0 commit comments

Comments
 (0)