Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] test scope dependencies
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Wed, 22 Apr 2020 19:03:26 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=fPhuSkW20NUBhwgabuFIC4cuA0Mg68O6GbCttJMZoGQ=; b=hreTjBfbRrc0DHAbnki3frKG4DJP2M3t/QJkbJZ3t5xnqyxvMbR2ul81Yo1F4hOEM16cxFIcnelqnur45/MmnXHwgQ8p7oiXioY8f26eEBP+MZcsHLQRlX4HP6B6JKmlnT4A434ZQQ68yFxvGyfTCmNCbfcIw2FqpUMQaKjRknwTfI/Sn7sa8S8Aphr2yo91iGyP/VzQuSymGYdRcA9Wxspa46OcoFc9sD+jQRf/R5UhKkBnwG9eq359aXPaJIRoZEh4UsUE+CEfuiaeYa3+PW6vexbqkp1Wq+Ic2Pjk3i3Wmtsr8fzw9ImVeGAikkidGpN5bqhgrzH9XHiqFb0Mvw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=WWO8rZXHGfpAnk7OkpXx2oKwly2xbYNhFUDTRXj6pHcVy2X1dulbuMmrX+oPN5EVRGTLI3InXYBtDfiKT+S0HydVgGsoPn0R+5wtXmojAbYNzGWacWppyXwRmhavAvqwrvQiofVtooJUJL3/1NT6IQGEwbGt1qx4Qb/LZFH2GAAqcX8mcErUaDgE3XPJ6oPHH2FltLR9ebPM+015BpblZc+T7fPJUAlsInVcIdTxBSYS2Ai7ZhubynsFPct665rBIYuU1wQVz/sZBpSRMLoferNAqxKXsCW3GKrG5zBgZ+oQ3s6AeusHs2rzBiuCX/UnG4HhexHWz3dQk9l3iObi8w==
  • Delivered-to: orbit-dev@xxxxxxxxxxx
  • Ironport-sdr: SfCvPq4yWtfFoS+tWBPocI8OoWd+9FykQcW2snWZ3pzEWnoOy2e4VI2keOlr3dZcS96C4ccH4B /DD/AdWwEkgQ==
  • Ironport-sdr: k2ViKkcGxqiXuLZKhqTKq5bNA+qiVZMuUAxyedsz09zum2BLIrob6RVUKY7oFZfhexc2SuHf/E OhtcrBTWaVlg==
  • List-archive: <https://www.eclipse.org/mailman/private/orbit-dev>
  • List-help: <mailto:orbit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWGNizJr5/bA8MskKOKCePzQBhYg==
  • Thread-topic: test scope dependencies
  • User-agent: Microsoft-MacOutlook/16.36.20041300

Hi orbit-dev.

 

I am working on adding org.mandas.docker-client 3.2.1 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=558284).

I’ve been working on adding or updating the needed dependencies for this.

I think I have changes open for all of the compile scope dependencies (and some required transitives).

If you can take a look and give a +1 (or a -1) that would be great, thanks!

https://git.eclipse.org/r/#/q/author:+tony.homer%2540intel.com+status:+open

 

Is adding test dependencies required, a nice to have or totally unnecessary?

My current thinking is that it is unnecessary, but I thought I’d check with you.

 

Thanks!

Tony Homer

 

Here is the dependency list output from ebr:

[INFO] The following dependencies are defined for artifact org.mandas:docker-client:3.2.1. Please consider creating recipes for them as well.

[INFO]    org.slf4j:slf4j-api:1.7.30 (scope compile)

[INFO]    com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.3 (scope compile)

[INFO]    com.fasterxml.jackson.core:jackson-databind:2.10.3 (scope compile)

[INFO]    org.glassfish.jersey.core:jersey-client:2.30.1 (scope compile)

[INFO]    org.glassfish.jersey.inject:jersey-hk2:2.30.1 (scope compile)

[INFO]    org.glassfish.jersey.connectors:jersey-apache-connector:2.30.1 (scope compile)

[INFO]    org.glassfish.jersey.media:jersey-media-json-jackson:2.30.1 (scope compile)

[INFO]    org.apache.commons:commons-compress:1.19 (scope compile)

[INFO]    com.github.jnr:jnr-unixsocket:0.28 (scope compile)

[INFO]    commons-lang:commons-lang:2.6 (scope compile)

[INFO]    org.bouncycastle:bcpkix-jdk15on:1.65 (scope compile)

[INFO]    org.immutables:value:2.8.3 (scope provided)

[INFO]    com.google.auth:google-auth-library-oauth2-http:0.20.0 (scope compile)

[INFO]    junit:junit:4.13 (scope test)

[INFO]    org.mockito:mockito-core:3.3.3 (scope test)

[INFO]    ch.qos.logback:logback-classic:1.2.3 (scope test)

[INFO]    com.google.jimfs:jimfs:1.1 (scope test)

[INFO]    org.awaitility:awaitility:4.0.2 (scope test)

[INFO]    com.squareup.okhttp3:mockwebserver:4.5.0 (scope test)

[INFO]    com.spotify:hamcrest-jackson:1.1.5 (scope test)

[INFO]    com.spotify:hamcrest-pojo:1.1.5 (scope test)


Back to the top