removing implied compile scope

This commit is contained in:
Jonathan Shook
2020-03-05 11:30:46 -06:00
parent f76dba7bc6
commit e9619617c2
6 changed files with 0 additions and 8 deletions

View File

@@ -18,13 +18,11 @@
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>virtdata-annotations</artifactId>
<version>3.12.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>