Vassili created OLINGO-40:
-----------------------------
Summary: olingo-odata2-lib-incubating as parent in pom.xml
Key: OLINGO-40
URL: https://issues.apache.org/jira/browse/OLINGO-40
Project: Olingo
Issue Type: Bug
Affects Versions: 1.0.0
Environment: gradle 1.6
Reporter: Vassili
Fix For: 1.0.0
Both olingo-odata2-api-incubating and olingo-odata2-core-incubating depend on
olingo-odata2-lib-incubating, which is not published what causes an error while
resolving the dependencies.
I'm using gradle and it tries to download
http://repo1.maven.org/maven2/org/apache/olingo/olingo-odata2-lib-incubating/1.0.0/olingo-odata2-lib-incubating-1.0.0.pom
because it is marked as parent project of api and core.
My gradle dependencies are:
compile "org.apache.olingo:olingo-odata2-api-incubating:1.0.0"
runtime "org.apache.olingo:olingo-odata2-core-incubating:1.0.0"
--
This message was sent by Atlassian JIRA
(v6.1#6144)