Skip to content

Commit

Permalink
Adds missing library for the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarCoelho committed Oct 14, 2024
1 parent 585cfe5 commit fd9d9c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions testbeds/testbed-mal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,11 @@
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>transport-http</artifactId>
</dependency>
<dependency>
<groupId>com.sun.net.httpserver</groupId>
<artifactId>http</artifactId>
<version>20070405</version>
</dependency>
</dependencies>
<properties>
<org.ccsds.moims.mo.testbed.local.configuration.dir>target/deployment/esa-http</org.ccsds.moims.mo.testbed.local.configuration.dir>
Expand Down

0 comments on commit fd9d9c3

Please sign in to comment.