diff --git a/java/pom.xml b/java/pom.xml new file mode 100644 index 000000000..d5cda0f09 --- /dev/null +++ b/java/pom.xml @@ -0,0 +1,171 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.7.9 + + + wow + wow + wow + 2.0 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.integration + spring-integration-core + + + org.springframework.integration + spring-integration-mongodb + + + org.springframework.integration + spring-integration-jdbc + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-activemq + + + org.springframework.boot + spring-boot-starter-actuator + + + org.springframework.cloud + spring-cloud-starter-sleuth + + + org.springframework.cloud + spring-cloud-starter-openfeign + 2.0.2.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-data-mongodb + + + com.github.cloudyrock.mongock + mongock-spring-v5 + 4.3.8 + + + com.github.cloudyrock.mongock + mongodb-springdata-v3-driver + 4.3.8 + + + com.github.ben-manes.caffeine + caffeine + 2.3.5 + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springdoc + springdoc-openapi-ui + 1.7.0 + + + io.micrometer + micrometer-core + 1.11.9 + + + io.micrometer + micrometer-registry-prometheus + 1.11.9 + + + io.github.openfeign + feign-micrometer + 11.8 + + + javax.persistence + javax.persistence-api + 2.2 + + + org.projectlombok + lombok + 1.18.34 + + + org.springframework.boot + spring-boot-starter-hateoas + + + org.springframework.retry + spring-retry + + + com.google.guava + guava + 31.1-jre + + + org.springframework.cloud + spring-cloud-starter-bootstrap + 4.0.1 + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.springframework.kafka + spring-kafka + + + org.codehaus.jettison + jettison + 1.3.8 + + + commons-io + commons-io + 2.6 + + + org.apache.commons + commons-collections4 + 4.4 + + + org.mockito + mockito-core + 5.13.0 + test + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring.cloud-version} + pom + import + + + + \ No newline at end of file