Remove httpcomponent dependency from zeppelin-server

This commit is contained in:
Jongyoul Lee 2017-02-02 15:51:31 +09:00
parent c86393d31c
commit b6dd68f087

View file

@ -342,17 +342,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>