Skip to content

Commit 9b7e61b

Browse files
authored
fix jackson-bom dependency (#287)
1 parent eda0cd3 commit 9b7e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
187187
<configuration>
188188
<platformDependencies>
189189
<dependency>
190-
<groupId>com.fasterxml.jackson</groupId>
190+
<groupId>tools.jackson</groupId>
191191
<artifactId>jackson-bom</artifactId>
192192
<version>${bom4gmm.version}</version>
193193
</dependency>

0 commit comments

Comments
 (0)