Skip to content

Classnotfoundexception with latest version 1.2 #3

@set321go

Description

@set321go

When I updated to 1.2 my application failed to deploy with a classnotfoundexception for the class HttpClientConnectionManager.

I had to add the http client dependency to my pom to fix this issue. I'm not sure why the dependency isn't included automatically.

    <dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpclient</artifactId>
        <version>4.3.1</version>
    </dependency>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions