There was an error while loading. Please reload this page.
1 parent 3ebde31 commit 80f8ea2Copy full SHA for 80f8ea2
1 file changed
vuu-ui/pom.xml
@@ -24,6 +24,23 @@
24
<artifactId>junit</artifactId>
25
</dependency>
26
27
+ <dependency>
28
+ <groupId>org.scalatest</groupId>
29
+ <artifactId>scalatest_2.13</artifactId>
30
+ <version>${scalatest.version}</version>
31
+ <scope>test</scope>
32
+ <exclusions>
33
+ <exclusion>
34
+ <groupId>org.scala-lang</groupId>
35
+ <artifactId>scala-library</artifactId>
36
+ </exclusion>
37
38
39
+ <artifactId>scala-reflect</artifactId>
40
41
+ </exclusions>
42
+ </dependency>
43
+
44
</dependencies>
45
46
<profiles>
0 commit comments