Skip to content

Commit

Permalink
Reactivate scala tests in enterprise-kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
klaren committed Feb 9, 2018
1 parent 91506b5 commit 0d6f733
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions enterprise/kernel/pom.xml
Expand Up @@ -49,6 +49,10 @@
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down Expand Up @@ -176,6 +180,10 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit 0d6f733

Please sign in to comment.