Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit de8aec1

Browse files
authored
Add junit to the maven plugin classpath (#1057)
1 parent 9f9066a commit de8aec1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/project/Dependencies.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ object Dependencies {
115115
val mavenPluginAnnotations = "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.1"
116116
val mavenProject = "org.apache.maven" % "maven-project" % "2.2.1"
117117
val mojoExecutor = "org.twdata.maven" % "mojo-executor" % "2.3.1"
118+
val junit = "junit" % "junit" % "4.13"
118119
}
119120

120121
object TestDeps {
@@ -303,6 +304,7 @@ object Dependencies {
303304

304305
val cloudflowMavenPlugin =
305306
libraryDependencies ++= Seq(
307+
Compile.junit,
306308
Compile.mavenCore,
307309
Compile.mavenEmbedder,
308310
Compile.mavenProject,

0 commit comments

Comments
 (0)