From ebb08c36552a8fda9f21dcbde812b16db5ca8570 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 15 Sep 2016 10:12:59 -0700 Subject: [PATCH] Generate property meta-data for test projects Add annotation processor to `spring-boot-test` and `spring-boot-test-autoconfigure`. Fixes gh-6893 --- spring-boot-test-autoconfigure/pom.xml | 6 ++++++ spring-boot-test/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml index 201611799c0..32fd8fd389d 100644 --- a/spring-boot-test-autoconfigure/pom.xml +++ b/spring-boot-test-autoconfigure/pom.xml @@ -121,6 +121,12 @@ spring-security-test true + + + org.springframework.boot + spring-boot-configuration-processor + true + ch.qos.logback diff --git a/spring-boot-test/pom.xml b/spring-boot-test/pom.xml index 28c13ba6e66..0ff44afe635 100644 --- a/spring-boot-test/pom.xml +++ b/spring-boot-test/pom.xml @@ -105,6 +105,12 @@ htmlunit true + + + org.springframework.boot + spring-boot-configuration-processor + true + org.apache.tomcat.embed