diff --git a/e2e/pom.xml b/e2e/pom.xml index 4c4764f13e..caccaa4674 100644 --- a/e2e/pom.xml +++ b/e2e/pom.xml @@ -30,6 +30,18 @@ assertj-core test + + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-params + test + org.slf4j diff --git a/pom.xml b/pom.xml index 6a78e1b2b2..1150d3ff0b 100644 --- a/pom.xml +++ b/pom.xml @@ -262,6 +262,11 @@ google-auth-library-oauth2-http 1.41.0 + + org.jetbrains + annotations + 26.0.1 + diff --git a/spring-aot/pom.xml b/spring-aot/pom.xml index 2aa5560029..a04345f927 100644 --- a/spring-aot/pom.xml +++ b/spring-aot/pom.xml @@ -16,11 +16,58 @@ 17 + + + io.kubernetes + client-java-extended + ${project.version} + + + + + org.springframework.boot + spring-boot + + + org.springframework.boot + spring-boot-autoconfigure + + + org.springframework + spring-core + + + + + com.google.code.gson + gson + + + + + io.swagger + swagger-annotations + + + org.reflections reflections ${reflections.version} + + + + org.slf4j + slf4j-api + + + + + org.jetbrains + annotations + 26.0.1 + diff --git a/spring/pom.xml b/spring/pom.xml index c2f39c19c1..00ee4a3db6 100644 --- a/spring/pom.xml +++ b/spring/pom.xml @@ -71,6 +71,18 @@ assertj-core test + + + + org.junit.jupiter + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-params + test +