Skip to content

Commit

Permalink
Revert "Partially added JWT support."
Browse files Browse the repository at this point in the history
This reverts commit 7939163.
  • Loading branch information
nhkhai committed Mar 22, 2024
1 parent 7939163 commit 682f930
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 488 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down Expand Up @@ -80,11 +76,6 @@
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.9.1</version>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand All @@ -98,11 +89,6 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
<!--
<image>
<builder>paketobuildpacks/builder-jammy-base:latest</builder>
</image>
-->
</excludes>
</configuration>
</plugin>
Expand Down
15 changes: 0 additions & 15 deletions src/main/java/sg/com/smartinventory/entities/ErrorResponse.java

This file was deleted.

69 changes: 0 additions & 69 deletions src/main/java/sg/com/smartinventory/entities/User.java

This file was deleted.

43 changes: 0 additions & 43 deletions src/main/java/sg/com/smartinventory/entities/UserRole.java

This file was deleted.

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions src/main/java/sg/com/smartinventory/security/JwtTokenFilter.java

This file was deleted.

Loading

0 comments on commit 682f930

Please sign in to comment.