Repository: curator
Updated Branches:
  refs/heads/CURATOR-200 b0b167ca0 -> 9f9a0430e


Don't know what I was thinking. The relocated classes should not be in testing


Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/9f9a0430
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/9f9a0430
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/9f9a0430

Branch: refs/heads/CURATOR-200
Commit: 9f9a0430e6dd90209a1039e1dd10092af60a8f71
Parents: b0b167c
Author: randgalt <randg...@apache.org>
Authored: Mon Jan 9 12:05:32 2017 -0500
Committer: randgalt <randg...@apache.org>
Committed: Mon Jan 9 12:05:32 2017 -0500

----------------------------------------------------------------------
 curator-test/pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/9f9a0430/curator-test/pom.xml
----------------------------------------------------------------------
diff --git a/curator-test/pom.xml b/curator-test/pom.xml
index 0664b20..3feb7ae 100644
--- a/curator-test/pom.xml
+++ b/curator-test/pom.xml
@@ -67,40 +67,4 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-shade-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>apache-curator-guava-shader</id>
-                        <goals>
-                            <goal>shade</goal>
-                        </goals>
-                        <phase>package</phase>
-                        <configuration>
-                            <artifactSet>
-                                <includes>
-                                    <include>com.google.guava:guava</include>
-                                </includes>
-                            </artifactSet>
-                            <filters>
-                                <filter>
-                                    <artifact>com.google.guava:guava</artifact>
-                                    <excludes>
-                                        
<exclude>com/google/common/base/Function.class</exclude>
-                                        
<exclude>com/google/common/base/Predicate.class</exclude>
-                                        
<exclude>com/google/common/reflect/TypeToken.class</exclude>
-                                        <exclude>META-INF/**</exclude>
-                                    </excludes>
-                                </filter>
-                            </filters>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

Reply via email to