diff --git a/src/main/resources/modules/SpringBoot/pom.ftl b/src/main/resources/modules/SpringBoot/pom.ftl index b9bd30cb..bb67090c 100644 --- a/src/main/resources/modules/SpringBoot/pom.ftl +++ b/src/main/resources/modules/SpringBoot/pom.ftl @@ -144,13 +144,6 @@ ojdbc8 runtime - <#----> - <#--${basePackage}--> - <#--ojdbc--> - <#--0.0.1--> - <#--system--> - <#--${r'${project.basedir}/src/main/resources/lib/ojdbc7-12.1.0.2.jar'}--> - <#----> diff --git a/src/main/resources/modules/SpringBootService/pom.ftl b/src/main/resources/modules/SpringBootService/pom.ftl index 9622eca6..ac5d30a2 100644 --- a/src/main/resources/modules/SpringBootService/pom.ftl +++ b/src/main/resources/modules/SpringBootService/pom.ftl @@ -50,11 +50,6 @@ mybatis-spring-boot-starter - - org.mybatis.caches - mybatis-ehcache - - com.github.pagehelper @@ -107,11 +102,6 @@ test - - org.springframework.boot - spring-boot-starter-security - - net.sf.dozer dozer @@ -140,11 +130,9 @@ <#if dataBase == 'Oracle'> - ${basePackage} - ojdbc - 0.0.1 - system - ${r'${project.basedir}/src/main/resources/lib/ojdbc7-12.1.0.2.jar'} + com.oracle.ojdbc + ojdbc8 + runtime