SLIDER-254 added ASF snapshots repository to pull in snapshot versions of accumulo and hadoop
diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml
index d3f83a7..c2cbe1a 100644
--- a/app-packages/accumulo/pom.xml
+++ b/app-packages/accumulo/pom.xml
@@ -146,6 +146,24 @@
       <version>${accumulo.version}</version>
       <classifier>bin</classifier>
       <type>tar.gz</type>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.accumulo</groupId>
+          <artifactId>accumulo-fate</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.accumulo</groupId>
+          <artifactId>accumulo-gc</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.accumulo</groupId>
+          <artifactId>accumulo-master</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.accumulo</groupId>
+          <artifactId>accumulo-minicluster</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
diff --git a/pom.xml b/pom.xml
index ab6e9a6..dffa493 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,6 +207,16 @@
       <id>ASF Staging</id>
       <url>https://repository.apache.org/content/groups/staging/</url>
     </repository>
+    <repository>
+      <id>ASF Snapshots</id>
+      <url>https://repository.apache.org/content/repositories/snapshots/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
   </repositories>