diff --git a/hbt-msds/pom.xml b/hbt-msds/pom.xml new file mode 100644 index 0000000..f984d0a --- /dev/null +++ b/hbt-msds/pom.xml @@ -0,0 +1,100 @@ + + + + security-knowledge-base + com.hbt + 1.0-SNAPSHOT + + 4.0.0 + + hbt-msds + + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-discovery + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-nacos-config + + + + com.alibaba.cloud + spring-cloud-starter-alibaba-sentinel + + + + org.springframework.boot + spring-boot-starter-actuator + + + + com.hbt + hbt-common-security + + + + org.springframework.boot + spring-boot-configuration-processor + true + + + + + com.hbt + hbt-common-datasource + + + + + com.hbt + hbt-common-swagger + + + + com.hbt + hbt-common-log + + + + io.springfox + springfox-swagger-ui + ${swagger.fox.version} + + + + + mysql + mysql-connector-java + + + org.springframework.boot + spring-boot-starter-test + test + + + org.projectlombok + lombok + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + + + \ No newline at end of file