Skip to content

Commit 44829ce

Browse files
committed
Reverted cassandra-loader changes
1 parent f3efc47 commit 44829ce

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,8 @@
88
<artifactId>cdm</artifactId>
99
<version>0.9</version>
1010

11-
<repositories>
12-
<repository>
13-
<id>git-pmcfadin</id>
14-
<name>[username]'s Git based repo</name>
15-
<url>https://github.com/pmcfadin/cassandra-loader/raw/master/</url>
16-
</repository>
17-
</repositories>
18-
1911
<dependencies>
2012

21-
<dependency>
22-
<groupId>com.datastax.loader</groupId>
23-
<artifactId>com.datastax.loader</artifactId>
24-
<version>0.20.0</version>
25-
</dependency>
2613
<dependency>
2714
<groupId>org.eclipse.jgit</groupId>
2815
<artifactId>org.eclipse.jgit</artifactId>

src/main/java/com/datastax/cdm/CassandraDatasetManager.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package com.datastax.cdm;
22

3-
import com.datastax.loader.CqlDelimLoad;
43
import com.fasterxml.jackson.core.type.TypeReference;
54
import com.fasterxml.jackson.databind.ObjectMapper;
65
import com.fasterxml.jackson.dataformat.yaml.YAMLFactory;
@@ -35,9 +34,6 @@ public class CassandraDatasetManager {
3534

3635
public static void main(String[] args) throws IOException, ParseException, InterruptedException, GitAPIException {
3736

38-
// Just a test to see if we can load the cassandra-loader classes
39-
CqlDelimLoadTask task = new CqlDelimLoadTask();
40-
4137
System.out.println("Starting CDM");
4238

4339
// check for the .cdm directory

0 commit comments

Comments
 (0)