Skip to content

Commit 41121e9

Browse files
committed
Fix jackson-annotations version
1 parent 4fcc926 commit 41121e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/features/camel-jacksonxml

tests/features/camel-jacksonxml/pom.xml

Lines changed: 2 additions & 2 deletions
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

@@ -49,4 +49,4 @@
4949
</resources>
5050
</build>
5151

52-
</project>
52+
</project>

0 commit comments

Comments
 (0)