Added test framework as part of the BOM

This commit is contained in:
Marcin Grzejszczak
2020-12-10 19:16:56 +01:00
parent 996a4c1e10
commit 89433dc4d7
4 changed files with 7 additions and 18 deletions

View File

@@ -40,18 +40,4 @@
<module>otel</module>
</modules>
<build>
<pluginManagement>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>