Skip to content

Commit

Permalink
Rename trino-apache-ranger module to trino-ranger
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Nov 26, 2024
1 parent d3c084c commit 59b2e0f
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion core/trino-server/src/main/provisio/trino.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<!-- Plugins -->
<artifactSet to="plugin/apache-ranger">
<artifact id="${project.groupId}:trino-apache-ranger:zip:${project.version}">
<artifact id="${project.groupId}:trino-ranger:zip:${project.version}">
<unpack />
</artifact>
</artifactSet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>trino-apache-ranger</artifactId>
<artifactId>trino-ranger</artifactId>

<packaging>trino-plugin</packaging>
<name>Trino - Apache Ranger access control</name>
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<module>lib/trino-parquet</module>
<module>lib/trino-plugin-toolkit</module>
<module>lib/trino-record-decoder</module>
<module>plugin/trino-apache-ranger</module>
<module>plugin/trino-base-jdbc</module>
<module>plugin/trino-bigquery</module>
<module>plugin/trino-blackhole</module>
Expand Down Expand Up @@ -102,6 +101,7 @@
<module>plugin/trino-pinot</module>
<module>plugin/trino-postgresql</module>
<module>plugin/trino-prometheus</module>
<module>plugin/trino-ranger</module>
<module>plugin/trino-redis</module>
<module>plugin/trino-redshift</module>
<module>plugin/trino-resource-group-managers</module>
Expand Down Expand Up @@ -959,19 +959,6 @@
<version>${dep.swagger.version}</version>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-apache-ranger</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-apache-ranger</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-array</artifactId>
Expand Down Expand Up @@ -1404,6 +1391,19 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-ranger</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-ranger</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>io.trino</groupId>
<artifactId>trino-re2j</artifactId>
Expand Down

0 comments on commit 59b2e0f

Please sign in to comment.