Committed by
Gerrit Code Review
Fixed jdvue pom.xml
Change-Id: Ia9530fca24159e6637cae62f4c8489e742845643
Showing
1 changed file
with
8 additions
and
1 deletions
| ... | @@ -38,7 +38,14 @@ | ... | @@ -38,7 +38,14 @@ |
| 38 | <dependency> | 38 | <dependency> |
| 39 | <groupId>com.fasterxml.jackson.core</groupId> | 39 | <groupId>com.fasterxml.jackson.core</groupId> |
| 40 | <artifactId>jackson-databind</artifactId> | 40 | <artifactId>jackson-databind</artifactId> |
| 41 | - <version>2.2.2</version> | 41 | + <version>2.4.2</version> |
| 42 | + <scope>compile</scope> | ||
| 43 | + </dependency> | ||
| 44 | + <dependency> | ||
| 45 | + <groupId>com.fasterxml.jackson.core</groupId> | ||
| 46 | + <artifactId>jackson-annotations</artifactId> | ||
| 47 | + <version>2.4.2</version> | ||
| 48 | + <scope>compile</scope> | ||
| 42 | </dependency> | 49 | </dependency> |
| 43 | <dependency> | 50 | <dependency> |
| 44 | <groupId>org.onosproject</groupId> | 51 | <groupId>org.onosproject</groupId> | ... | ... |
-
Please register or login to post a comment