Skip to content

Commit

Permalink
Merge branch 'master' into addPaginationMechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaboleken authored Nov 20, 2024
2 parents 528877a + e2688b3 commit bafe7be
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,37 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-authorization-server</artifactId>
</dependency>


<!-- OAuth2 dependencies -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-jose</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -494,6 +525,7 @@
<artifactId>jersey-media-sse</artifactId>
<version>${jersey.version}</version>
</dependency>

<dependency>
<groupId>org.mapdb</groupId>
<artifactId>mapdb</artifactId>
Expand Down

0 comments on commit bafe7be

Please sign in to comment.