File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >us.fatehi</groupId >
7
7
<artifactId >schemacrawler-parent</artifactId >
8
- <version >16.24.2 </version >
8
+ <version >16.24.3 </version >
9
9
</parent >
10
10
<artifactId >schemacrawler-ai</artifactId >
11
11
<packaging >jar</packaging >
45
45
<version >3.12.0</version >
46
46
</dependency >
47
47
48
+ <dependency >
49
+ <groupId >com.fasterxml.jackson.core</groupId >
50
+ <artifactId >jackson-core</artifactId >
51
+ </dependency >
52
+ <dependency >
53
+ <groupId >com.fasterxml.jackson.core</groupId >
54
+ <artifactId >jackson-databind</artifactId >
55
+ </dependency >
56
+ <dependency >
57
+ <groupId >com.fasterxml.jackson.dataformat</groupId >
58
+ <artifactId >jackson-dataformat-yaml</artifactId >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >com.fasterxml.jackson.datatype</groupId >
62
+ <artifactId >jackson-datatype-jsr310</artifactId >
63
+ </dependency >
64
+
48
65
<dependency >
49
66
<groupId >org.apache.commons</groupId >
50
67
<artifactId >commons-math3</artifactId >
You can’t perform that action at this time.
0 commit comments