Skip to content

Commit

Permalink
fix: rectify failed compile by adding missing jakarta.servlet-api@6…
Browse files Browse the repository at this point in the history
….1.0

Set cloud reference to created Multipass agent.
  • Loading branch information
hainenber committed Dec 1, 2024
1 parent 388af5a commit 7f555f6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</version>
</dependency>

<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-exec -->
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -82,11 +86,6 @@
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
</dependency>

<dependency>
<!-- For access to the credentials used in controller-agent communication -->
Expand Down

0 comments on commit 7f555f6

Please sign in to comment.