Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

host te.artifactory.uoc.es: Name or service not known #1

Open
Garfius opened this issue May 22, 2015 · 1 comment
Open

host te.artifactory.uoc.es: Name or service not known #1

Garfius opened this issue May 22, 2015 · 1 comment

Comments

@Garfius
Copy link

Garfius commented May 22, 2015

[ERROR] Failed to execute goal on project videochat: Could not resolve dependencies for project edu.uoc:videochat:war:1.0-SNAPSHOT: Failed to collect dependencies for [mysql:mysql-connector-java:jar:5.1.6 (compile), net.oauth.core:oauth:jar:20100601 (compile), org.campusproject:JavaUtils:jar:1.1.2 (compile), net.oauth.core:oauth-provider:jar:20100527 (compile), javax.servlet:servlet-api:jar:2.5 (provided), commons-dbcp:commons-dbcp:jar:1.2.2 (compile), org.hibernate:hibernate-core:jar:3.6.10.Final (compile), org.hibernate:hibernate-entitymanager:jar:3.6.10.Final (compile), org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final (compile), javax.transaction:jta:jar:1.1 (compile), org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final (compile), org.springframework:spring-orm:jar:3.2.3.RELEASE (compile), org.springframework:spring-context:jar:3.2.3.RELEASE (compile), org.springframework:spring-web:jar:3.2.3.RELEASE (compile), javax.servlet:jstl:jar:1.2 (compile), org.codehaus.jackson:jackson-mapper-asl:jar:1.9.12 (compile), org.springframework:spring-webmvc:jar:3.2.3.RELEASE (compile), javax:javaee-web-api:jar:6.0 (provided), edu.uoc:lti:jar:1.0.2 (compile), log4j:log4j:jar:1.2.15 (compile)]: Failed to read artifact descriptor for net.oauth.core:oauth:jar:20100601: Could not transfer artifact net.oauth.core:oauth:pom:20100601 from/to te.artifactory.uoc.es (http://te.artifactory.uoc.es/artifactory/repo): te.artifactory.uoc.es: Name or service not known: Unknown host te.artifactory.uoc.es: Name or service not known -> [Help 1]

@abertranb
Copy link
Member

Yes! we solved it

You will need to add manually these dependencies

mvn install:install-file -Dfile=lti-1.0.3.jar -DgroupId=edu.uoc -DartifactId=lti -Dversion=1.0.3 -Dpackaging=jar

mvn install:install-file -Dfile=JavaUtils-1.1.2.jar -DgroupId=org.campusproject -DartifactId=JavaUtils -Dversion=1.1.2 -Dpackaging=jar

Best regards

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