Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
fixing 2.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timveil committed Sep 12, 2016
1 parent 6474c89 commit bf05bab
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<artifactId>hive-shims-0.20S</artifactId>
</exclusion>
</exclusions>
<scope>runtime</scope>
</dependency>

<dependency>
Expand Down Expand Up @@ -93,7 +92,6 @@
<artifactId>apache-log4j-extras</artifactId>
</exclusion>
</exclusions>
<scope>runtime</scope>
</dependency>

<dependency>
Expand All @@ -104,21 +102,20 @@

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<artifactId>jcl-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>

</dependencies>

<build>
<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand All @@ -142,7 +139,7 @@
<artifactSet>
<includes>
<include>com.google.guava:guava</include>
<include>commons-codec:commons-codec</include>
<include>commons-lang:commons-lang</include>
<include>org.apache.hadoop:hadoop-common</include>
<include>org.apache.hive:hive-common</include>
<include>org.apache.hive:hive-jdbc</include>
Expand All @@ -151,18 +148,16 @@
<include>org.apache.hive.shims:*</include>
<include>org.apache.httpcomponents:httpclient</include>
<include>org.apache.httpcomponents:httpcore</include>
<include>org.apache.thrift:libfb303</include>
<include>org.apache.thrift:libthrift</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:log4j-over-slf4j</include>
<include>org.slf4j:jcl-over-slf4j</include>
<include>org.slf4j:log4j-over-slf4j</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit bf05bab

Please sign in to comment.