Skip to content

Commit

Permalink
auth-api/POM: added missing explicit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Apr 1, 2022
1 parent b672b76 commit 9ce1223
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions model/authentication-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
</dependency>

<!--SPRING-->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
Expand All @@ -69,6 +77,11 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>

<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
Expand Down

0 comments on commit 9ce1223

Please sign in to comment.