Skip to content

Commit

Permalink
feat(dsp-negotiation): add dsp-negotiation-transform
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Apr 24, 2023
1 parent 04a0d4a commit 3b8bf19
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* Copyright (c) 2023 Fraunhofer Institute for Software and Systems Engineering
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0
*
* SPDX-License-Identifier: Apache-2.0
*
* Contributors:
* Fraunhofer Institute for Software and Systems Engineering - initial API and implementation
*
*/

plugins {
`java-library`
}

dependencies {
api(project(":data-protocols:dsp:dsp-http-spi"))
api(project(":data-protocols:dsp:dsp-negotiation:dsp-negotiation-spi"))
api(project(":data-protocols:dsp:dsp-transform"))
api(project(":extensions:common:json-ld"))
api(project(":spi:common:transform-spi"))
api(project(":spi:control-plane:contract-spi"))
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#
# Copyright (c) 2023 Fraunhofer Institute for Software and Systems Engineering
#
# This program and the accompanying materials are made available under the
# terms of the Apache License, Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
#
# Contributors:
# Fraunhofer Institute for Software and Systems Engineering - Initial API and Implementation
#
#

org.eclipse.edc.protocol.dsp.negotiation.transform.DspNegotiationTransformExtension
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ include(":data-protocols:dsp:dsp-catalog:dsp-catalog-spi")
include(":data-protocols:dsp:dsp-catalog:dsp-catalog-transform")
include(":data-protocols:dsp:dsp-transfer-process:dsp-transfer-process-transform")
include(":data-protocols:dsp:dsp-negotiation:dsp-negotiation-spi")
include(":data-protocols:dsp:dsp-negotiation:dsp-negotiation-transform")
include(":data-protocols:dsp:dsp-http-core")
include(":data-protocols:dsp:dsp-http-spi")
include(":data-protocols:dsp:dsp-transform")
Expand Down

0 comments on commit 3b8bf19

Please sign in to comment.