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 55 <parent >
66 <groupId >us.fatehi</groupId >
77 <artifactId >schemacrawler-parent</artifactId >
8- <version >16.24.2 </version >
8+ <version >16.24.3 </version >
99 </parent >
1010 <artifactId >schemacrawler-ai</artifactId >
1111 <packaging >jar</packaging >
4545 <version >3.12.0</version >
4646 </dependency >
4747
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+
4865 <dependency >
4966 <groupId >org.apache.commons</groupId >
5067 <artifactId >commons-math3</artifactId >
You can’t perform that action at this time.
0 commit comments