Skip to content

Commit 875e922

Browse files
committed
v16.24.3
1 parent 374b4c2 commit 875e922

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

pom.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -45,6 +45,23 @@
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>

0 commit comments

Comments
 (0)