Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 026f5f8

Browse files
committed
Merge pull request #23 from gourlaysama/topic/ant-provided
Make ant a provided dependency
2 parents 95db2b1 + 9f4e708 commit 026f5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ scalacOptions in (Compile, compile) ++= Seq("-optimize", "-feature", "-deprecati
3131

3232
// dependencies
3333
// versions involved in integration builds / that change frequently should be keys, set above!
34-
libraryDependencies += "org.apache.ant" % "ant" % "1.8.4"
34+
libraryDependencies += "org.apache.ant" % "ant" % "1.8.4" % "provided"
3535

3636
libraryDependencies += "com.googlecode.java-diff-utils" % "diffutils" % "1.3.0"
3737

0 commit comments

Comments
 (0)