Skip to content

Commit

Permalink
remove references to svnkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Jun 1, 2012
1 parent 7789b3c commit 223da35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,6 @@ The following libraries are included in Grails because they are required either
- required for building Grails core
- required for running Grails applications (When using Web flows)

* svnkit-1.3.5.jar
- SVNKit 1.3.5 (http://svnkit.com/) TMate Open Source License (see http://svnkit.com/license.html)
- required for the command line tools (Gant)

* xpp3_min-1.1.3.4.O.jar
- XML Pull Parser (XPP) 1.1.3.4.O (http://www.extreme.indiana.edu/xgws/xsoap/xpp/) Indiana University Extreme! Lab Software License (see http://www.extreme.indiana.edu/viewcvs/~checkout~/XPP3/java/LICENSE.txt)
- required for running Grails applications (dependency of XStream 1.2.1)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -916,8 +916,7 @@ class IvyDependencyManagerTests extends GroovyTestCase {
}
dependencies {

build "org.tmatesoft.svnkit:svnkit:1.2.0",
"org.apache.ant:ant-junit:1.8.2",
build "org.apache.ant:ant-junit:1.8.2",
"org.apache.ant:ant-trax:1.7.1",
"org.grails:grails-radeox:1.0-b4",
"com.h2database:h2:1.3.164",
Expand Down
1 change: 0 additions & 1 deletion maven/grails-scripts.mf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Import-Template:
org.codehaus.groovy.grails.*;version="${grails.version:[=.=.=, =.+1.0)}",
grails.*;version="${grails.version:[=.=.=, =.+1.0)}",
javax.xml.*;version="0",
org.tmatesoft.*;version="${svnkit.version:[=.=.=, +1.0.0)}",
groovy.*;version="${groovy.version:[=.=.=, =.+1.0)}",
org.codehaus.groovy.runtime.*;version="${groovy.version:[=.=.=, =.+1.0)}",
org.codehaus.groovy.classgen.*;version="${groovy.version:[=.=.=, =.+1.0)}",
Expand Down

0 comments on commit 223da35

Please sign in to comment.