Skip to content

Commit

Permalink
fix data sketches shaded jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tb06904 committed Jul 26, 2024
1 parent d3786c3 commit d7c5d8e
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 123 deletions.
17 changes: 12 additions & 5 deletions example/basic/basic-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<artifactId>data</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
Expand Down Expand Up @@ -68,6 +63,18 @@
<artifactId>accumulo-minicluster</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>sketches-library</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>hdfs-library</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions example/road-traffic/road-traffic-generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

Expand Down
12 changes: 0 additions & 12 deletions example/road-traffic/road-traffic-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,5 @@
<artifactId>hadoop-hdfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
7 changes: 3 additions & 4 deletions library/sketches-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true
</shadedArtifactAttached>
<shadedClassifierName>deploy
</shadedClassifierName>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>deploy</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>com.clearspring.analytics:stream</include>
Expand Down
12 changes: 0 additions & 12 deletions library/tinkerpop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
<!-- For standard gremlin test suites -->
<dependency>
<groupId>org.apache.tinkerpop</groupId>
Expand Down
12 changes: 0 additions & 12 deletions rest-api/common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.gchq.koryphe</groupId>
<artifactId>core</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions rest-api/core-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,18 +163,6 @@
<version>${jersey.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
12 changes: 0 additions & 12 deletions rest-api/spring-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,18 +165,6 @@
<version>${tinkerpop.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down
12 changes: 0 additions & 12 deletions store-implementation/accumulo-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,18 +175,6 @@
<artifactId>hadoop-hdfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions store-implementation/federated-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,18 +168,6 @@
<artifactId>hadoop-hdfs</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>jcs-cache-service</artifactId>
Expand Down
12 changes: 0 additions & 12 deletions store-implementation/map-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,5 @@
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
12 changes: 0 additions & 12 deletions store-implementation/proxy-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,5 @@
<artifactId>junit-platform-suite</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>
<artifactId>stream</artifactId>
<version>${clearspring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.datasketches</groupId>
<artifactId>datasketches-java</artifactId>
<version>${datasketches.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit d7c5d8e

Please sign in to comment.