Skip to content

Commit

Permalink
Add junit to the maven plugin classpath (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored May 25, 2021
1 parent 9f9066a commit de8aec1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ object Dependencies {
val mavenPluginAnnotations = "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.1"
val mavenProject = "org.apache.maven" % "maven-project" % "2.2.1"
val mojoExecutor = "org.twdata.maven" % "mojo-executor" % "2.3.1"
val junit = "junit" % "junit" % "4.13"
}

object TestDeps {
Expand Down Expand Up @@ -303,6 +304,7 @@ object Dependencies {

val cloudflowMavenPlugin =
libraryDependencies ++= Seq(
Compile.junit,
Compile.mavenCore,
Compile.mavenEmbedder,
Compile.mavenProject,
Expand Down

0 comments on commit de8aec1

Please sign in to comment.