11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5- <modelVersion >4.0.0</modelVersion >
6- <parent >
7- <groupId >us.fatehi</groupId >
8- <artifactId >schemacrawler-ai-parent</artifactId >
9- <version >16.25.4-1</version >
10- <relativePath >../schemacrawler-ai-parent</relativePath >
11- </parent >
12-
13- <artifactId >schemacrawler-ai-mcpserver</artifactId >
14- <packaging >jar</packaging >
15- <name >SchemaCrawler AI - MCP Server</name >
16- <description >MCP server using Spring Boot AI</description >
17-
18- <repositories >
19- <repository >
20- <id >spring-milestones</id >
21- <name >Spring Milestones</name >
22- <url >https://repo.spring.io/milestone</url >
23- </repository >
24- <repository >
25- <id >spring-snapshots</id >
26- <name >Spring Snapshots</name >
27- <url >https://repo.spring.io/snapshot</url >
28- <snapshots >
29- <enabled >true</enabled >
30- </snapshots >
31- </repository >
32- <repository >
33- <id >spring-releases</id >
34- <name >Spring Releases</name >
35- <url >https://repo.spring.io/release</url >
36- </repository >
37- </repositories >
38-
39- <dependencyManagement >
40- <dependencies >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <modelVersion >4.0.0</modelVersion >
4+ <parent >
5+ <groupId >us.fatehi</groupId >
6+ <artifactId >schemacrawler-ai-parent</artifactId >
7+ <version >16.25.5-1</version >
8+ <relativePath >../schemacrawler-ai-parent</relativePath >
9+ </parent >
10+ <artifactId >schemacrawler-ai-mcpserver</artifactId >
11+ <packaging >jar</packaging >
12+ <name >SchemaCrawler AI - MCP Server</name >
13+ <description >MCP server using Spring Boot AI</description >
14+ <repositories >
15+ <repository >
16+ <id >spring-milestones</id >
17+ <name >Spring Milestones</name >
18+ <url >https://repo.spring.io/milestone</url >
19+ </repository >
20+ <repository >
21+ <id >spring-snapshots</id >
22+ <name >Spring Snapshots</name >
23+ <url >https://repo.spring.io/snapshot</url >
24+ <snapshots >
25+ <enabled >true</enabled >
26+ </snapshots >
27+ </repository >
28+ <repository >
29+ <id >spring-releases</id >
30+ <name >Spring Releases</name >
31+ <url >https://repo.spring.io/release</url >
32+ </repository >
33+ </repositories >
34+ <dependencyManagement >
35+ <dependencies >
36+ <dependency >
37+ <groupId >org.springframework.boot</groupId >
38+ <artifactId >spring-boot-dependencies</artifactId >
39+ <version >3.5.0</version >
40+ <type >pom</type >
41+ <scope >import</scope >
42+ </dependency >
43+ <dependency >
44+ <groupId >group.springframework.ai</groupId >
45+ <artifactId >spring-ai-bom</artifactId >
46+ <version >1.0.4</version >
47+ <!-- <type>pom</type>-->
48+ <scope >import</scope >
49+ </dependency >
50+ </dependencies >
51+ </dependencyManagement >
52+ <dependencies >
4153 <dependency >
42- <groupId >org.springframework.boot</groupId >
43- <artifactId >spring-boot-dependencies</artifactId >
44- <version >3.5.0</version >
45- <type >pom</type >
46- <scope >import</scope >
54+ <groupId >us.fatehi</groupId >
55+ <artifactId >schemacrawler</artifactId >
4756 </dependency >
4857 <dependency >
49- <groupId >org.springframework.ai</groupId >
50- <artifactId >spring-ai-bom</artifactId >
51- <version >1.0.0-SNAPSHOT</version >
52- <type >pom</type >
53- <scope >import</scope >
58+ <groupId >us.fatehi</groupId >
59+ <artifactId >schemacrawler-ai-core</artifactId >
60+ <version >${project.version} </version >
5461 </dependency >
55- </dependencies >
56- </dependencyManagement >
57-
58- <dependencies >
59- <dependency >
60- <groupId >us.fatehi</groupId >
61- <artifactId >schemacrawler</artifactId >
62- </dependency >
63- <dependency >
64- <groupId >us.fatehi</groupId >
65- <artifactId >schemacrawler-ai-core</artifactId >
66- <version >${project.version} </version >
67- </dependency >
68-
69- <dependency >
70- <groupId >org.springframework.ai</groupId >
71- <artifactId >spring-ai-starter-mcp-server-webmvc</artifactId >
72- </dependency >
73-
74- <!-- Test dependencies -->
75- <dependency >
76- <groupId >us.fatehi</groupId >
77- <artifactId >schemacrawler-testdb</artifactId >
78- <scope >test</scope >
79- </dependency >
80- <dependency >
81- <groupId >org.springframework.boot</groupId >
82- <artifactId >spring-boot-starter-test</artifactId >
83- <scope >test</scope >
84- </dependency >
85- </dependencies >
86-
87- <build >
88- <plugins >
89- <!--
62+ <dependency >
63+ <groupId >org.springframework.ai</groupId >
64+ <artifactId >spring-ai-starter-mcp-server-webmvc</artifactId >
65+ <version >1.0.0</version >
66+ </dependency >
67+ <!-- Test dependencies -->
68+ <dependency >
69+ <groupId >us.fatehi</groupId >
70+ <artifactId >schemacrawler-testdb</artifactId >
71+ <scope >test</scope >
72+ </dependency >
73+ <dependency >
74+ <groupId >org.springframework.boot</groupId >
75+ <artifactId >spring-boot-starter-test</artifactId >
76+ <scope >test</scope >
77+ </dependency >
78+ </dependencies >
79+ <build >
80+ <plugins >
81+ <!--
9082 <plugin>
9183 <groupId>org.springframework.boot</groupId>
9284 <artifactId>spring-boot-maven-plugin</artifactId>
10294 </executions>
10395 </plugin>
10496 -->
105- <plugin >
106- <groupId >org.apache.maven.plugins</groupId >
107- <artifactId >maven-deploy-plugin</artifactId >
108- <configuration >
109- <skip >false</skip >
110- </configuration >
111- </plugin >
112- </plugins >
113- </build >
114-
115- </project >
97+ <plugin >
98+ <groupId >org.apache.maven.plugins</groupId >
99+ <artifactId >maven-deploy-plugin</artifactId >
100+ <configuration >
101+ <skip >false</skip >
102+ </configuration >
103+ </plugin >
104+ </plugins >
105+ </build >
106+ </project >
0 commit comments