Skip to content

Commit

Permalink
Merge pull request #273 from tgf/blg-39632_cassandra_out
Browse files Browse the repository at this point in the history
[BACKLOG-39632] Remove cassandra plugin from assemblies
  • Loading branch information
pdesai16 authored Feb 21, 2024
2 parents 8c48b55 + 1ece130 commit 26ea2a6
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions assemblies/pme-ce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<properties>
<hsqldb.version>2.3.2</hsqldb.version>

<pentaho-cassandra-plugin.version>10.2.0.0-SNAPSHOT</pentaho-cassandra-plugin.version>
<pdi-dataservice-client-plugin.version>10.2.0.0-SNAPSHOT</pdi-dataservice-client-plugin.version>
<pentaho-metadata.version>10.2.0.0-SNAPSHOT</pentaho-metadata.version>
<pentaho-launcher.version>10.2.0.0-SNAPSHOT</pentaho-launcher.version>
Expand Down Expand Up @@ -42,19 +41,6 @@
<version>${hsqldb.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-cassandra-plugin-package</artifactId>
<version>${pentaho-cassandra-plugin.version}</version>
<type>zip</type>
<scope>runtime</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pentaho-metastore-locator-plugin</artifactId>
Expand Down Expand Up @@ -276,13 +262,6 @@
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-cassandra-plugin-package</artifactId>
<version>${pentaho-cassandra-plugin.version}</version>
<outputDirectory>${project.build.directory}/plugins</outputDirectory>
<type>zip</type>
</artifactItem>
<artifactItem>
<groupId>org.pentaho.di.plugins</groupId>
<artifactId>pentaho-metastore-locator-plugin</artifactId>
Expand Down

0 comments on commit 26ea2a6

Please sign in to comment.