You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by Tommaso Teofili <to...@gmail.com> on 2015/08/11 16:47:14 UTC

JR snapshot dependency

Hi all,

since today I am getting a failed build on trunk on the oak-blob-cloud
module with the following:

[ERROR] Failed to execute goal on project oak-blob-cloud: Could not resolve
dependencies for project
org.apache.jackrabbit:oak-blob-cloud:bundle:1.4-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT,
org.apache.jackrabbit:jackrabbit-data:jar:2.10.3-SNAPSHOT,
org.apache.jackrabbit:jackrabbit-data:jar:tests:2.10.3-SNAPSHOT: Could not
find artifact
org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT

I have realized this is related to the snapshot JR dependency set in
oak-parent.

I think it'd be nice to avoid such unreleased versions of JR (and snapshot
dependencies in general) in the future.

Regards,

Tommaso

Re: JR snapshot dependency

Posted by Unico Hommes <un...@apache.org>.
Sorry guys, this dropped off my radar. Looks like Davide already fixed it.

--
Unico

On Tue, Aug 11, 2015 at 4:58 PM, Angela Schreiber <an...@adobe.com> wrote:
> hi Tommaso
>
> the reason why it is failing now is IMO due to reverting
> api extensions from the 2.10 branch and moving them to
> jackrabbit 2.11.0-SNAPSHOT without adjusting the Oak dependencies.
>
> without the SNAPSHOT dependencies i would not have been able
> to implement and commit the feature in Oak you have been
> asking for ;-)
>
> maybe Unico can take care of this and fix Oak trunk accordingly?
>
> kind regards
> Angela
>
> On 11/08/15 16:47, "Tommaso Teofili" <to...@gmail.com> wrote:
>
>>Hi all,
>>
>>since today I am getting a failed build on trunk on the oak-blob-cloud
>>module with the following:
>>
>>[ERROR] Failed to execute goal on project oak-blob-cloud: Could not
>>resolve
>>dependencies for project
>>org.apache.jackrabbit:oak-blob-cloud:bundle:1.4-SNAPSHOT: The following
>>artifacts could not be resolved:
>>org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT,
>>org.apache.jackrabbit:jackrabbit-data:jar:2.10.3-SNAPSHOT,
>>org.apache.jackrabbit:jackrabbit-data:jar:tests:2.10.3-SNAPSHOT: Could not
>>find artifact
>>org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT
>>
>>I have realized this is related to the snapshot JR dependency set in
>>oak-parent.
>>
>>I think it'd be nice to avoid such unreleased versions of JR (and snapshot
>>dependencies in general) in the future.
>>
>>Regards,
>>
>>Tommaso
>

Re: JR snapshot dependency

Posted by Angela Schreiber <an...@adobe.com>.
hi Tommaso

the reason why it is failing now is IMO due to reverting
api extensions from the 2.10 branch and moving them to
jackrabbit 2.11.0-SNAPSHOT without adjusting the Oak dependencies.

without the SNAPSHOT dependencies i would not have been able
to implement and commit the feature in Oak you have been
asking for ;-)

maybe Unico can take care of this and fix Oak trunk accordingly?

kind regards
Angela

On 11/08/15 16:47, "Tommaso Teofili" <to...@gmail.com> wrote:

>Hi all,
>
>since today I am getting a failed build on trunk on the oak-blob-cloud
>module with the following:
>
>[ERROR] Failed to execute goal on project oak-blob-cloud: Could not
>resolve
>dependencies for project
>org.apache.jackrabbit:oak-blob-cloud:bundle:1.4-SNAPSHOT: The following
>artifacts could not be resolved:
>org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT,
>org.apache.jackrabbit:jackrabbit-data:jar:2.10.3-SNAPSHOT,
>org.apache.jackrabbit:jackrabbit-data:jar:tests:2.10.3-SNAPSHOT: Could not
>find artifact
>org.apache.jackrabbit:jackrabbit-jcr-commons:jar:2.10.3-SNAPSHOT
>
>I have realized this is related to the snapshot JR dependency set in
>oak-parent.
>
>I think it'd be nice to avoid such unreleased versions of JR (and snapshot
>dependencies in general) in the future.
>
>Regards,
>
>Tommaso