From 5d3dcb3c14aea57d561d1f4037907e7396e79bcd Mon Sep 17 00:00:00 2001 From: Mercy Date: Sat, 11 Jan 2025 19:41:15 +0800 Subject: [PATCH] Polish #80 --- microsphere-spring-webflux/pom.xml | 33 ++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/microsphere-spring-webflux/pom.xml b/microsphere-spring-webflux/pom.xml index c5f8708a..8ded49d9 100644 --- a/microsphere-spring-webflux/pom.xml +++ b/microsphere-spring-webflux/pom.xml @@ -27,6 +27,13 @@ ${revision} + + + org.springframework + spring-context + true + + org.springframework @@ -34,19 +41,45 @@ true + + + com.fasterxml.jackson.core + jackson-annotations + true + + + + com.fasterxml.jackson.core + jackson-databind + true + + org.slf4j slf4j-api + true + + junit + junit + test + + org.springframework spring-test test + + ch.qos.logback + logback-classic + test + +