Skip to content

Commit 80f8ea2

Browse files
committed
TRR: Dependency remediation (WiP)
1 parent 3ebde31 commit 80f8ea2

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

vuu-ui/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@
2424
<artifactId>junit</artifactId>
2525
</dependency>
2626

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+
<exclusion>
38+
<groupId>org.scala-lang</groupId>
39+
<artifactId>scala-reflect</artifactId>
40+
</exclusion>
41+
</exclusions>
42+
</dependency>
43+
2744
</dependencies>
2845

2946
<profiles>

0 commit comments

Comments
 (0)