Skip to content

Commit

Permalink
Fix POM
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewJNixon committed Dec 1, 2023
1 parent e2b7013 commit cfccc2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion libs/java-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>featureboard</groupId>
<artifactId>java-springboot-example</artifactId>
<artifactId>java-sdk</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down Expand Up @@ -40,6 +40,12 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring.boot.version}</version>
</dependency>
<!-- For the HTTP interceptor support and HttpServletRequest-->
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit cfccc2d

Please sign in to comment.