Skip to content

Commit

Permalink
correction dependency pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed May 15, 2016
1 parent 31410a6 commit 22000a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
16 changes: 8 additions & 8 deletions hadoop-unit-client/hadoop-unit-client-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
</dependency>

<!-- Hive JDBC -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>org.apache.hive</groupId>-->
<!--<artifactId>hive-jdbc</artifactId>-->
<!--</dependency>-->

<dependency>
<groupId>commons-configuration</groupId>
Expand All @@ -65,10 +65,10 @@
<artifactId>logback-classic</artifactId>
</dependency>

<dependency>
<groupId>com.ninja-squad</groupId>
<artifactId>DbSetup</artifactId>
</dependency>
<!--<dependency>-->
<!--<groupId>com.ninja-squad</groupId>-->
<!--<artifactId>DbSetup</artifactId>-->
<!--</dependency>-->


</dependencies>
Expand Down
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -574,25 +574,6 @@

<dependencies>

<!--<dependency>-->
<!--<groupId>org.apache.curator</groupId>-->
<!--<artifactId>curator-client</artifactId>-->
<!--<version>3.0.0</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>com.google.p</groupId>-->
<!--<artifactId>guava</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->

<!--<dependency>-->
<!--<groupId>org.apache.curator</groupId>-->
<!--<artifactId>curator-framework</artifactId>-->
<!--<version>3.0.0</version>-->
<!--</dependency>-->


<!-- Dependances autres - test -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -629,7 +610,6 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<!--<encoding>ISO-8859-1</encoding>-->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 22000a3

Please sign in to comment.