Skip to content

Errors when building titan-all 0.5.1 in an ivy project #818

@levin-royl

Description

@levin-royl

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>
## This is the error I get in Eclipse:

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions