Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions amphora-java-client/3RD-PARTY-LICENSES/sbom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>amphora-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-common</artifactId>
<version>0.1-SNAPSHOT-4741225899-24-4a99be8</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -120,7 +120,7 @@
<name>Carbyne Stack Java HTTP Client</name>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1-SNAPSHOT-4075044562-9-8ffab9c</version>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -144,7 +144,7 @@
<name>castor-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>0.1-SNAPSHOT-4321261594-23-40a9faa</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down
2 changes: 2 additions & 0 deletions amphora-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
Expand All @@ -51,6 +52,7 @@
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
10 changes: 5 additions & 5 deletions amphora-service/3RD-PARTY-LICENSES/sbom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>amphora-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-common</artifactId>
<version>0.1-SNAPSHOT-4741225899-24-4a99be8</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -16,7 +16,7 @@
<name>amphora-java-client</name>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-java-client</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down Expand Up @@ -249,7 +249,7 @@
<name>Carbyne Stack Java HTTP Client</name>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1-SNAPSHOT-4075044562-9-8ffab9c</version>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -273,7 +273,7 @@
<name>castor-common</name>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>0.1-SNAPSHOT-4321261594-23-40a9faa</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand All @@ -285,7 +285,7 @@
<name>castor-java-client</name>
<groupId>io.carbynestack</groupId>
<artifactId>castor-java-client</artifactId>
<version>0.1-SNAPSHOT-4321261594-23-40a9faa</version>
<version>0.1.1</version>
<licenses>
<license>
<name>Apache-2.0</name>
Expand Down
7 changes: 7 additions & 0 deletions amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,17 @@
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>castor-common</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>castor-java-client</artifactId>
<version>0.1.1</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
<artifactId>java-http-client</artifactId>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>io.carbynestack</groupId>
Expand Down