|
9 | 9 | <version>16.25.1</version> |
10 | 10 | </parent> |
11 | 11 | <artifactId>schemacrawler-ai</artifactId> |
| 12 | + <version>16.25.1-1</version> |
12 | 13 | <packaging>jar</packaging> |
13 | 14 | <name>SchemaCrawler AI</name> |
14 | 15 | <description>Integrates SchemaCrawler with AI chat services.</description> |
|
20 | 21 | <dependency> |
21 | 22 | <groupId>us.fatehi</groupId> |
22 | 23 | <artifactId>schemacrawler</artifactId> |
23 | | - <version>${project.version}</version> |
| 24 | + <version>16.25.1</version> |
24 | 25 | </dependency> |
25 | 26 | <dependency> |
26 | 27 | <groupId>us.fatehi</groupId> |
27 | 28 | <artifactId>schemacrawler-scripting</artifactId> |
28 | | - <version>${project.version}</version> |
| 29 | + <version>16.25.1</version> |
29 | 30 | </dependency> |
30 | 31 | <dependency> |
31 | 32 | <groupId>us.fatehi</groupId> |
32 | 33 | <artifactId>schemacrawler-offline</artifactId> |
33 | | - <version>${project.version}</version> |
| 34 | + <version>16.25.1</version> |
34 | 35 | </dependency> |
35 | 36 | <dependency> |
36 | 37 | <groupId>us.fatehi</groupId> |
37 | 38 | <artifactId>schemacrawler-lint</artifactId> |
38 | | - <version>${project.version}</version> |
| 39 | + <version>16.25.1</version> |
39 | 40 | </dependency> |
40 | 41 |
|
41 | 42 | <dependency> |
|
52 | 53 | <dependency> |
53 | 54 | <groupId>com.fasterxml.jackson.core</groupId> |
54 | 55 | <artifactId>jackson-core</artifactId> |
| 56 | + <scope>provided</scope> |
55 | 57 | </dependency> |
56 | 58 | <dependency> |
57 | 59 | <groupId>com.fasterxml.jackson.core</groupId> |
58 | 60 | <artifactId>jackson-databind</artifactId> |
| 61 | + <scope>provided</scope> |
59 | 62 | </dependency> |
60 | 63 | <dependency> |
61 | 64 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
62 | 65 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 66 | + <scope>provided</scope> |
63 | 67 | </dependency> |
64 | 68 | <dependency> |
65 | 69 | <groupId>com.fasterxml.jackson.datatype</groupId> |
66 | 70 | <artifactId>jackson-datatype-jsr310</artifactId> |
| 71 | + <scope>provided</scope> |
67 | 72 | </dependency> |
68 | 73 | <dependency> |
69 | 74 | <groupId>com.fasterxml.jackson.module</groupId> |
70 | 75 | <artifactId>jackson-module-jsonSchema</artifactId> |
| 76 | + <scope>provided</scope> |
71 | 77 | </dependency> |
| 78 | + |
72 | 79 | <dependency> |
73 | 80 | <groupId>org.apache.commons</groupId> |
74 | 81 | <artifactId>commons-math3</artifactId> |
|
77 | 84 | <dependency> |
78 | 85 | <groupId>us.fatehi</groupId> |
79 | 86 | <artifactId>schemacrawler-testdb</artifactId> |
80 | | - <version>${project.version}</version> |
| 87 | + <version>16.25.1</version> |
81 | 88 | <scope>test</scope> |
82 | 89 | </dependency> |
83 | 90 | <dependency> |
84 | 91 | <groupId>us.fatehi</groupId> |
85 | 92 | <artifactId>schemacrawler-api</artifactId> |
86 | | - <version>${project.version}</version> |
| 93 | + <version>16.25.1</version> |
87 | 94 | <type>test-jar</type> |
88 | 95 | <scope>test</scope> |
89 | 96 | </dependency> |
90 | 97 | <dependency> |
91 | 98 | <groupId>us.fatehi</groupId> |
92 | 99 | <artifactId>schemacrawler-tools</artifactId> |
93 | | - <version>${project.version}</version> |
| 100 | + <version>16.25.1</version> |
94 | 101 | <type>test-jar</type> |
95 | 102 | <scope>test</scope> |
96 | 103 | </dependency> |
97 | 104 | <dependency> |
98 | 105 | <groupId>us.fatehi</groupId> |
99 | 106 | <artifactId>schemacrawler-commandline</artifactId> |
100 | | - <version>${project.version}</version> |
| 107 | + <version>16.25.1</version> |
101 | 108 | <scope>test</scope> |
102 | 109 | </dependency> |
103 | 110 | <dependency> |
104 | 111 | <groupId>us.fatehi</groupId> |
105 | 112 | <artifactId>schemacrawler-commandline</artifactId> |
106 | | - <version>${project.version}</version> |
| 113 | + <version>16.25.1</version> |
107 | 114 | <type>test-jar</type> |
108 | 115 | <scope>test</scope> |
109 | 116 | </dependency> |
110 | 117 | <dependency> |
111 | 118 | <groupId>us.fatehi</groupId> |
112 | 119 | <artifactId>schemacrawler-sqlite</artifactId> |
113 | | - <version>${project.version}</version> |
| 120 | + <version>16.25.1</version> |
114 | 121 | <scope>test</scope> |
115 | 122 | </dependency> |
116 | 123 | </dependencies> |
|
137 | 144 | </goals> |
138 | 145 | <configuration> |
139 | 146 | <source>21</source> |
140 | | - <doctitle>SchemaCrawler AI ${project.version}</doctitle> |
| 147 | + <doctitle>SchemaCrawler AI 16.25.1-1</doctitle> |
141 | 148 | </configuration> |
142 | 149 | </execution> |
143 | 150 | </executions> |
|
0 commit comments