This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/main/plugins/org.talend.libraries.apache.cassandra/pom.xml
Jenkins Continuous Build server bedc0efdc0 Set version to 7.0.2 SNAPSHOT
2018-04-17 08:37:01 +02:00

72 lines
2.8 KiB
XML

<?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.talend.studio</groupId>
<artifactId>tcommon-studio-se</artifactId>
<version>7.0.2-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>
<artifactId>org.talend.libraries.apache.cassandra</artifactId>
<packaging>eclipse-plugin</packaging>
<properties>
<talend.groupid>org.talend.libraries</talend.groupid>
<talend.version.630>6.3.0</talend.version.630>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-maven-repository</id>
<phase>generate-sources</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<stripVersion>true</stripVersion>
<outputDirectory>${project.basedir}/lib</outputDirectory>
<artifactItems>
<artifactItem>
<groupId>${talend.groupid}</groupId>
<artifactId>spark-cassandra-connector-java-assembly-1.3.1-patched-20161017</artifactId>
<version>${talend.version.630}</version>
</artifactItem>
<artifactItem>
<groupId>${talend.groupid}</groupId>
<artifactId>spark-cassandra-connector-java-assembly-1.4.3-patched-20161017</artifactId>
<version>${talend.version.630}</version>
</artifactItem>
<artifactItem>
<groupId>${talend.groupid}</groupId>
<artifactId>spark-cassandra-connector-java-assembly-1.5.0-patched-20161017</artifactId>
<version>${talend.version.630}</version>
</artifactItem>
<artifactItem>
<groupId>${talend.groupid}</groupId>
<artifactId>spark-cassandra-connector-assembly-1.6.2-patched-20161017</artifactId>
<version>${talend.version.630}</version>
</artifactItem>
<artifactItem>
<groupId>${talend.groupid}</groupId>
<artifactId>spark-cassandra-connector-assembly-2.0.0-M3-patched-20161017</artifactId>
<version>${talend.version.630}</version>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>talend_nexus</id>
<url>https://artifacts-oss.talend.com/nexus/content/repositories/talend-update/</url>
</repository>
</repositories>
</project>