java.lang.ClassNotFoundException: org.apache.http.config.RegistryBuilder

10,916

The package is included in ApacheHttpComponents httpcore.

If working with Maven, simply add the following as a dependency in your pom.xml.

<dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpcore</artifactId>
        <version>4.3.3</version>
</dependency>
Share:
10,916
hasan
Author by

hasan

Updated on June 30, 2022

Comments

  • hasan
    hasan almost 2 years

    HI I'm running selenium with spring and cglib.

    I get this error: java.lang.ClassNotFoundException: org.apache.http.config.RegistryBuilder

    but i cant find the related package any where!! anybody can help?

    Thanks