DATAGEODE-69 - Dependency on org.iq80.snappy:snappy breaks the IO Platform build and appears to be a candidate for being test scoped.

This commit is contained in:
John Blum
2017-11-29 00:32:38 -08:00
parent 2f9290a5b0
commit d20111bada
2 changed files with 17 additions and 7 deletions

14
pom.xml
View File

@@ -166,13 +166,6 @@
<version>${apache-shiro.version}</version>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
<version>${snappy.version}</version>
<optional>true</optional>
</dependency>
<!-- 3rd Party Dependencies -->
<dependency>
<groupId>org.aspectj</groupId>
@@ -243,6 +236,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
<version>${snappy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.shell</groupId>
<artifactId>spring-shell</artifactId>