Skip to content

Commit 414fe8a

Browse files
authored
Fix issue with jackson-bom dependency (#283)
1 parent 97a2551 commit 414fe8a

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
@@ -189,7 +189,7 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
189189
<dependency>
190190
<groupId>com.fasterxml.jackson</groupId>
191191
<artifactId>jackson-bom</artifactId>
192-
<version>${project.version}</version>
192+
<version>${bom4gmm.version}</version>
193193
</dependency>
194194
</platformDependencies>
195195
</configuration>

0 commit comments

Comments
 (0)