Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

“org.apache.commons.httpclient.util“ doesn't exist #75

Open
wellcao opened this issue Mar 3, 2020 · 2 comments
Open

“org.apache.commons.httpclient.util“ doesn't exist #75

wellcao opened this issue Mar 3, 2020 · 2 comments

Comments

@wellcao
Copy link

wellcao commented Mar 3, 2020

i clone and down the code "https://github.com/rosjava/rosjava_bootstrap/tree/kinetic/gradle_plugins". then i build it, use it as library in the module "https://github.com/rosjava/android_core/tree/kinetic/android_core_components". it happened the error, can you help me

@lukehutch
Copy link

I have a related issue:

Could not resolve dependencies for project X:Y:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: 
org.apache.commons:com.springsource.org.apache.commons.httpclient:jar:3.1.0, 
org.apache.commons:com.springsource.org.apache.commons.logging:jar:1.1.1, 
org.apache.commons:com.springsource.org.apache.commons.net:jar:2.0.0, 
org.apache.commons:com.springsource.org.apache.commons.codec:jar:1.3.0, 
org.apache.commons:com.springsource.org.apache.commons.io:jar:1.4.0, 
org.apache.commons:com.springsource.org.apache.commons.lang:jar:2.4.0: Could not find artifact 
org.apache.commons:com.springsource.org.apache.commons.httpclient:jar:3.1.0 in jboss (https://repository.jboss.org/)

It seems the structure of this mvn repo changed, but things are now broken...

@lukehutch
Copy link

I had to add the following repo to my pom.xml to fix the problem:

		<repository>
			<id>repository.spring.libs-release</id>
			<name>Spring Libs Repository</name>
			<url>https://repo.spring.io/libs-release</url>
		</repository>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants