| securis/pom.xml | patch | view | blame | history |
securis/pom.xml
.. .. @@ -120,6 +120,11 @@ 120 120 <artifactId>jackson-jaxrs-json-provider</artifactId> 121 121 <version>2.6.3</version> 122 122 </dependency> 123 + <dependency>124 + <groupId>com.fasterxml.jackson.core</groupId>125 + <artifactId>jackson-annotations</artifactId>126 + <version>2.6.3</version>127 + </dependency>123 128 </dependencies> 124 129 <build> 125 130 <plugins>