diff --git a/.github/workflows/trigger_snapshot.yml b/.github/workflows/trigger_snapshot.yml index e204f93..6249689 100644 --- a/.github/workflows/trigger_snapshot.yml +++ b/.github/workflows/trigger_snapshot.yml @@ -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 diff --git a/NOTICE.md b/NOTICE.md index 16ab1f2..d0a2ead 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -26,193 +26,11 @@ SPDX-License-Identifier: Apache-2.0 The project maintains the following source code repository: -* https://github.com/eclipse-dataspaceconnector/GradlePlugins +* https://github.com/eclipse-edc/Runtime-Metamodel ## 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/Runtime-Metamodel/DEPENDENCIES) file for a detailed report. ## Cryptography