Skip to content

Commit

Permalink
chore: TRACEFOSS-XXX update all shell descriptors by registry reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-lcapellino committed Oct 19, 2023
1 parent 9e15540 commit 90eb767
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tx-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,18 @@ SPDX-License-Identifier: Apache-2.0
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-jakarta-servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.edc</groupId>
<artifactId>json-ld</artifactId>
Expand Down

0 comments on commit 90eb767

Please sign in to comment.