diff --git a/BACKEND_ATTENDANCE/pom.xml b/BACKEND_ATTENDANCE/pom.xml deleted file mode 100644 index b73080b..0000000 --- a/BACKEND_ATTENDANCE/pom.xml +++ /dev/null @@ -1,141 +0,0 @@ - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.3.3 - - - com.example - attendance - 0.0.1-SNAPSHOT - attendance - attendance - - - 17 - - - - - - - org.springframework.boot - spring-boot-starter-web - - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 3.0.3 - - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - - com.mysql - mysql-connector-j - runtime - - - - - org.projectlombok - lombok - true - - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter-test - 3.0.3 - test - - - - - com.alibaba - easyexcel - 3.0.5 - - - - - org.springframework.boot - spring-boot-starter-security - - - - - io.jsonwebtoken - jjwt-api - 0.11.5 - - - - io.jsonwebtoken - jjwt-impl - 0.11.5 - runtime - - - - io.jsonwebtoken - jjwt-jackson - 0.11.5 - runtime - - - - - org.springframework.security - spring-security-crypto - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 17 - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - -