Migrate functional features from shinhan-mcp-prebuild to axhub-backend-main

This commit is contained in:
jade
2026-07-03 23:37:12 +09:00
parent 6e71c0fff5
commit ba60c212d4
81 changed files with 3919 additions and 0 deletions

View File

@@ -65,6 +65,13 @@ dependencies {
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0"
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}"
// MCP required dependencies
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.networknt:json-schema-validator:1.4.0'
implementation 'org.springframework.kafka:spring-kafka:3.2.0'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
// Test
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
}