Skip to content

Commit

Permalink
Remove Rubix leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Feb 15, 2024
1 parent eeaf954 commit e72f426
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
6 changes: 0 additions & 6 deletions plugin/trino-delta-lake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,6 @@
<groupId>io.trino</groupId>
<artifactId>trino-hdfs</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.qubole.rubix</groupId>
<artifactId>rubix-presto-shaded</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down
25 changes: 0 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2451,31 +2451,6 @@
<resource>git.properties</resource>
</resources>
</exception>
<!-- TODO: Remove once Rubix is removed -->
<exception>
<conflictingDependencies>
<dependency>
<groupId>com.qubole.rubix</groupId>
<artifactId>rubix-presto-shaded</artifactId>
</dependency>
<dependency>
<groupId>com.github.ishugaliy</groupId>
<artifactId>allgood-consistent-hash</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jvm</artifactId>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
</dependency>
</conflictingDependencies>
</exception>
<exception>
<conflictingDependencies>
<dependency>
Expand Down
6 changes: 0 additions & 6 deletions testing/trino-faulttolerant-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@
<groupId>io.trino</groupId>
<artifactId>trino-hdfs</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.qubole.rubix</groupId>
<artifactId>rubix-presto-shaded</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e72f426

Please sign in to comment.