diff --git a/mybatis-jpa-extra-spring-boot-starter-test/pom.xml b/mybatis-jpa-extra-spring-boot-starter-test/pom.xml index e1e37b510e00a389265306ce50f9a9b4f1dddc02..76fcdc0a92d77f0b7c14d45eb852e8ba05a0506e 100644 --- a/mybatis-jpa-extra-spring-boot-starter-test/pom.xml +++ b/mybatis-jpa-extra-spring-boot-starter-test/pom.xml @@ -36,42 +36,90 @@ mybatis-jpa-extra mybatis-jpa-extra-spring-boot-starter ${mybatis.jpa.extra.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-autoconfigure ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-actuator ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-jdbc ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-test ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-configuration-processor true ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + diff --git a/mybatis-jpa-extra-spring-boot-starter/pom.xml b/mybatis-jpa-extra-spring-boot-starter/pom.xml index fcc2d13ab7628085db9c832bf0de437deda7f292..f839744fe40dda41ddcf126b31e45efd436b3dc7 100644 --- a/mybatis-jpa-extra-spring-boot-starter/pom.xml +++ b/mybatis-jpa-extra-spring-boot-starter/pom.xml @@ -31,37 +31,79 @@ org.springframework.boot spring-boot ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-autoconfigure ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-actuator ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-jdbc ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-test ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-configuration-processor true ${springboot.version} + + + org.springframework.boot + spring-boot-starter-logging + +