Skip to content

Commit

Permalink
ci: publish DEPENDENCIES file and remove related check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Oct 14, 2024
1 parent 56ef1b0 commit fb8f611
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 188 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/trigger_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
Publish-Snapshot:
# This workflow will abort if the required secrets don't exist
uses: eclipse-edc/.github/.github/workflows/publish-snapshot.yml@main
secrets: inherit

Publish-Dependencies:
uses: eclipse-edc/.github/.github/workflows/publish-dependencies.yml@main
secrets: inherit
4 changes: 0 additions & 4 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest

Dependency-Check:
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
secrets: inherit

Unit-Tests:
runs-on: ubuntu-latest
steps:
Expand Down
184 changes: 1 addition & 183 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,189 +30,7 @@ The project maintains the following source code repository:

## Third-party Content (Overarching All Modules)

FindBugs-jsr305

* Project: http://findbugs.sourceforge.net/
* Source: scm:git:https://code.google.com/p/jsr-305/
* Maven Artifact: com.google.code.findbugs/jsr305/3.0.2
* License: Apache-2.0

error-prone annotations

* Maven Artifact: com.google.errorprone/error_prone_annotations/2.7.1
* License: Apache-2.0

Guava InternalFutureFailureAccess and InternalFutures

* Maven Artifact: com.google.guava/failureaccess/1.0.1
* License: Apache-2.0

Guava: Google Core Libraries for Java

* Project: https://github.com/google/guava
* Maven Artifact: com.google.guava/guava/31.0.1-jre
* License: Apache-2.0

Guava ListenableFuture only

* Maven Artifact: com.google.guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava
* License: LicenseRef-NONE

J2ObjC Annotations

* Project: https://github.com/google/j2objc/
* Maven Artifact: com.google.j2objc/j2objc-annotations/1.3
* License: Apache-2.0

checkstyle

* Project: https://checkstyle.org/
* Source: scm:git:git@github.com:checkstyle/checkstyle.git
* Maven Artifact: com.puppycrawl.tools/checkstyle/10.0
* License: LGPL-2.1+

Apache Commons BeanUtils

* Project: https://commons.apache.org/proper/commons-beanutils/
* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3
* Maven Artifact: commons-beanutils/commons-beanutils/1.9.4
* License: Apache-2.0

Apache Commons Collections

* Project: http://commons.apache.org/collections/
* Source: scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk
* Maven Artifact: commons-collections/commons-collections/3.2.2
* License: Apache-2.0

picocli

* Project: http://picocli.info
* Source: scm:git:https://github.com/remkop/picocli.git
* Maven Artifact: info.picocli/picocli/4.6.3
* License: Apache-2.0

Byte Buddy agent

* Maven Artifact: net.bytebuddy/byte-buddy-agent/1.12.4
* License: Apache-2.0

Byte Buddy (without dependencies)

* Maven Artifact: net.bytebuddy/byte-buddy/1.12.10
* License: Apache-2.0

Byte Buddy (without dependencies)

* Maven Artifact: net.bytebuddy/byte-buddy/1.12.4
* License: Apache-2.0

Saxon-HE

* Project: http://www.saxonica.com/
* Source: scm:svn:https://dev.saxonica.com/repos/archive/opensource/
* Maven Artifact: net.sf.saxon/Saxon-HE/10.6
* License: NOASSERTION

ANTLR 4 Runtime

* Maven Artifact: org.antlr/antlr4-runtime/4.9.3
* License: BSD-3-Clause

org.apiguardian:apiguardian-api

* Project: https://github.com/apiguardian-team/apiguardian
* Source: scm:git:git://github.com/apiguardian-team/apiguardian.git
* Maven Artifact: org.apiguardian/apiguardian-api/1.1.2
* License: Apache-2.0

AssertJ fluent assertions

* Project: ${project.parent.url}#${project.artifactId}
* Source: scm:git:https://github.com/assertj/assertj-core.git
* Maven Artifact: org.assertj/assertj-core/3.23.1
* License: Apache-2.0

Checker Qual

* Project: https://checkerframework.org
* Source: scm:git:git://github.com/typetools/checker-framework.git
* Maven Artifact: org.checkerframework/checker-qual/3.12.0
* License: MIT

Javassist

* Project: http://www.javassist.org/
* Source: scm:git:git@github.com:jboss-javassist/javassist.git
* Maven Artifact: org.javassist/javassist/3.28.0-GA
* License: Apache-2.0

JUnit Jupiter API

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit.jupiter/junit-jupiter-api/5.9.0
* License: EPL-2.0

JUnit Jupiter Engine

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit.jupiter/junit-jupiter-engine/5.9.0
* License: EPL-2.0

JUnit Jupiter Params

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit.jupiter/junit-jupiter-params/5.9.0
* License: EPL-2.0

JUnit Platform Commons

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit.platform/junit-platform-commons/1.9.0
* License: EPL-2.0

JUnit Platform Engine API

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit.platform/junit-platform-engine/1.9.0
* License: EPL-2.0

JUnit 5 (Bill of Materials)

* Project: https://junit.org/junit5/
* Source: scm:git:git://github.com/junit-team/junit5.git
* Maven Artifact: org.junit/junit-bom/5.9.0
* License:

mockito-core

* Project: https://github.com/mockito/mockito
* Maven Artifact: org.mockito/mockito-core/4.2.0
* License: MIT

Objenesis

* Maven Artifact: org.objenesis/objenesis/3.2
* License: Apache-2.0

org.opentest4j:opentest4j

* Project: https://github.com/ota4j-team/opentest4j
* Source: scm:git:git://github.com/ota4j-team/opentest4j.git
* Maven Artifact: org.opentest4j/opentest4j/1.2.0
* License: Apache-2.0

Reflections

* Project: http://github.com/ronmamo/reflections
* Source: scm:git:git://github.com/ronmamo/reflections.git
* Maven Artifact: org.reflections/reflections/0.10.2
* License: Apache-2.0
Please refer to the [DEPENDENCIES](https://eclipse-edc.github.io/GradlePlugins/DEPENDENCIES) file for a detailed report.

## Cryptography

Expand Down

0 comments on commit fb8f611

Please sign in to comment.