Skip to content

Commit 0282a55

Browse files
committed
Fixed pom warning
1 parent da17317 commit 0282a55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
<target>${compiler.version.target}</target>
109109
</configuration>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.scalatest</groupId>
113+
<artifactId>scalatest-maven-plugin</artifactId>
114+
<version>${maven.plugin.scalatest.version}</version>
115+
</plugin>
111116
</plugins>
112117
</pluginManagement>
113118
<plugins>

0 commit comments

Comments
 (0)