Skip to content

Commit

Permalink
move hive/hadoop deps to provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Ogrodnek committed Oct 31, 2013
1 parent 3883772 commit bd9c501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,28 @@
<artifactId>csv-serde</artifactId>
<version>1.1.2-0.11.0</version>
<dependencies>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<version>2.3-20090302111651</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 0 additions & 4 deletions src/main/assembly/jar-with-dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
<useProjectArtifact>true</useProjectArtifact>
<unpack>true</unpack>
<scope>runtime</scope>
<includes>
<include>net.sf.opencsv:opencsv</include>
<include>com.bizo:csv-serde</include>
</includes>
</dependencySet>
</dependencySets>
</assembly>

0 comments on commit bd9c501

Please sign in to comment.