Skip to content

Commit 1f7bab7

Browse files
committed
Turns out we don't need groovy-xml at all anymore. Lol.
1 parent 923d875 commit 1f7bab7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib-extra/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ dependencies {
1414
// needed by GitAttributesLineEndings
1515
implementation "org.eclipse.jgit:org.eclipse.jgit:${VER_JGIT}"
1616
implementation "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
17-
// used for xml parsing in EclipseFormatter
18-
// TODO: Gradle barfs if this doesn't match its built-in version,
19-
// would be great to drop this for something less sensitive if possible
20-
implementation "org.codehaus.groovy:groovy-xml:3.0.13"
2117

2218
// testing
2319
testImplementation project(':testlib')

0 commit comments

Comments
 (0)