Skip to content

Commit

Permalink
Dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Jun 21, 2024
1 parent 6e0d8d1 commit 5599bd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions drove-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ class UITest {
private static final UI resource = new UI(applicationStateDB,
applicationInstanceInfoDB,
taskDB,
ControllerOptions.DEFAULT,
null);
ControllerOptions.DEFAULT);

@BeforeAll
static void initializeTemplate() {
Expand Down

0 comments on commit 5599bd4

Please sign in to comment.