Skip to content

Commit 86e99a0

Browse files
committed
Fix camel-jacksonxml-test to use jackson2-annotations-version for jackson-annotations
1 parent 6c41dbc commit 86e99a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/features/camel-jacksonxml

tests/features/camel-jacksonxml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-annotations</artifactId>
39-
<version>${jackson2-version}</version>
39+
<version>${jackson2-annotations-version}</version>
4040
</dependency>
4141
</dependencies>
4242

0 commit comments

Comments
 (0)