Commit 7c48b98b authored by lgcareer's avatar lgcareer
Browse files

remove httpcore and httpclient

parent 46459544
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -102,17 +102,6 @@
            <artifactId>escheduler-dao</artifactId>
        </dependency>

        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
            <version>4.4.6</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.5</version>
        </dependency>

    </dependencies>

    <build>