-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Errors when building titan in an ivy project:
This is the ivy.xml file:
<!ENTITY blueprints.version "2.5.0">
]>
<info organisation="com.ibm" module="graphdb-jars" revision="&titan.version;" status="integration" />
<publications>
<artifact name="${ivy.organisation}-${ivy.module}" type="jar" ext="jar" />
</publications>
<dependencies>
<!-- internal -->
<dependency org="com.tinkerpop.blueprints" name="blueprints" rev="&blueprints.version;" />
<dependency org="com.tinkerpop.blueprints" name="blueprints-core" rev="&blueprints.version;" />
<dependency org="com.thinkaurelius.titan" name="titan-all" rev="&titan.version;">
<exclude org="log4j" name="log4j" />
<exclude org="org.slf4j" name="slf4j-log4j12" />
</dependency>
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.7"/>
<dependency org="log4j" name="log4j" rev="1.2.17"/>
</dependencies>
Some projects fail to be resolved
Impossible to resolve dependencies of com.ibm#graphdb-jars;0.5.1
unresolved dependency: org.restlet.jee#org.restlet;2.1.1: not found
unresolved dependency: org.restlet.jee#org.restlet.ext.servlet;2.1.1: not found
unresolved dependency: org.restlet.jse#org.restlet;2.1.1: not found