You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hop.apache.org by GitBox <gi...@apache.org> on 2021/01/03 01:12:46 UTC

[GitHub] [incubator-hop] mookkiah commented on a change in pull request #427: WIP: Hop 2217

mookkiah commented on a change in pull request #427:
URL: https://github.com/apache/incubator-hop/pull/427#discussion_r550940400



##########
File path: assemblies/plugins/transforms/cassandra/pom.xml
##########
@@ -0,0 +1,573 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.apache.hop</groupId>
+		<artifactId>hop-assemblies-plugins-transforms</artifactId>
+		<version>0.50-SNAPSHOT</version>
+	</parent>
+
+	<artifactId>hop-assemblies-plugins-transforms-cassandra</artifactId>
+	<packaging>pom</packaging>
+
+	<name>Hop Assemblies Plugins Transforms Cassandra</name>
+	<description></description>
+
+	<properties>
+		<!-- Test running configuration -->
+		<cassandra.version>3.11.1</cassandra.version>
+		<swt.version>4.6</swt.version>
+		<cassandra-driver.version>3.4.0</cassandra-driver.version>
+		<mockito.version>1.9.5</mockito.version>
+		<apache.commons.lang3.version>3.0</apache.commons.lang3.version>
+		<commons-lang.version>2.6</commons-lang.version>
+		<jface.version>3.3.0-I20070606-0010</jface.version>
+		<commons-xul.version>9.2.0.0-SNAPSHOT</commons-xul.version>
+		<guava.version>17.0</guava.version>
+		<snakeyaml.version>1.11</snakeyaml.version>
+		<netty.version>4.0.44.Final</netty.version>
+		<clearspring-stream.version>2.8.0</clearspring-stream.version>
+		<sigar.version>1.6.4</sigar.version>
+		<dropwizard-metrics.version>3.1.0</dropwizard-metrics.version>
+		<lz4.version>1.3.0</lz4.version>
+		<jna.version>4.0.0</jna.version>
+		<jamm.version>0.3.0</jamm.version>
+		<high-scale-lib.version>1.0.6</high-scale-lib.version>
+		<supercsv.version>2.1.0</supercsv.version>
+		<libthrift.version>0.12.0</libthrift.version>
+		<junit.version>4.11</junit.version>
+	</properties>
+
+<dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.eclipse.swt</groupId>
+        <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
+        <version>${swt.version}</version>
+        <scope>compile</scope>
+        <exclusions>
+          <exclusion>
+            <groupId>*</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>

Review comment:
       removed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org