Bump up fasterxml jackson lib to 2.7.0 and clean up dependencies
Change-Id: I43d672a1f275ef7108b5dd416f3f120485823d0f
Showing
7 changed files
with
12 additions
and
20 deletions
... | @@ -62,19 +62,11 @@ | ... | @@ -62,19 +62,11 @@ |
62 | <dependency> | 62 | <dependency> |
63 | <groupId>com.fasterxml.jackson.core</groupId> | 63 | <groupId>com.fasterxml.jackson.core</groupId> |
64 | <artifactId>jackson-databind</artifactId> | 64 | <artifactId>jackson-databind</artifactId> |
65 | - <version>2.4.2</version> | ||
66 | </dependency> | 65 | </dependency> |
67 | <dependency> | 66 | <dependency> |
68 | <groupId>com.fasterxml.jackson.core</groupId> | 67 | <groupId>com.fasterxml.jackson.core</groupId> |
69 | <artifactId>jackson-annotations</artifactId> | 68 | <artifactId>jackson-annotations</artifactId> |
70 | - <version>2.4.2</version> | ||
71 | </dependency> | 69 | </dependency> |
72 | - <dependency> | ||
73 | - <groupId>com.fasterxml.jackson.core</groupId> | ||
74 | - <artifactId>jackson-databind</artifactId> | ||
75 | - <version>2.6.4</version> | ||
76 | - </dependency> | ||
77 | - | ||
78 | </dependencies> | 70 | </dependencies> |
79 | 71 | ||
80 | </project> | 72 | </project> | ... | ... |
... | @@ -48,9 +48,9 @@ | ... | @@ -48,9 +48,9 @@ |
48 | 48 | ||
49 | <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle> | 49 | <bundle>mvn:org.onosproject/onlab-nio/@ONOS-VERSION</bundle> |
50 | 50 | ||
51 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.6.4</bundle> | 51 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.7.0</bundle> |
52 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.6.4</bundle> | 52 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.7.0</bundle> |
53 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.6.4</bundle> | 53 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle> |
54 | 54 | ||
55 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> | 55 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
56 | <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> | 56 | <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle> | ... | ... |
... | @@ -85,7 +85,7 @@ | ... | @@ -85,7 +85,7 @@ |
85 | <osgi.version>4.3.1</osgi.version> | 85 | <osgi.version>4.3.1</osgi.version> |
86 | <karaf.version>3.0.5</karaf.version> | 86 | <karaf.version>3.0.5</karaf.version> |
87 | <jersey.version>1.19</jersey.version> | 87 | <jersey.version>1.19</jersey.version> |
88 | - <jackson.version>2.6.4</jackson.version> | 88 | + <jackson.version>2.7.0</jackson.version> |
89 | <slf4j.version>1.7.6</slf4j.version> | 89 | <slf4j.version>1.7.6</slf4j.version> |
90 | <guava.version>19.0</guava.version> | 90 | <guava.version>19.0</guava.version> |
91 | <commons.io.version>2.4</commons.io.version> | 91 | <commons.io.version>2.4</commons.io.version> | ... | ... |
... | @@ -102,13 +102,13 @@ | ... | @@ -102,13 +102,13 @@ |
102 | <dependency> | 102 | <dependency> |
103 | <groupId>com.fasterxml.jackson.core</groupId> | 103 | <groupId>com.fasterxml.jackson.core</groupId> |
104 | <artifactId>jackson-databind</artifactId> | 104 | <artifactId>jackson-databind</artifactId> |
105 | - <version>2.6.4</version> | 105 | + <version>2.7.0</version> |
106 | <scope>provided</scope> | 106 | <scope>provided</scope> |
107 | </dependency> | 107 | </dependency> |
108 | <dependency> | 108 | <dependency> |
109 | <groupId>com.fasterxml.jackson.core</groupId> | 109 | <groupId>com.fasterxml.jackson.core</groupId> |
110 | <artifactId>jackson-annotations</artifactId> | 110 | <artifactId>jackson-annotations</artifactId> |
111 | - <version>2.6.4</version> | 111 | + <version>2.7.0</version> |
112 | <scope>provided</scope> | 112 | <scope>provided</scope> |
113 | </dependency> | 113 | </dependency> |
114 | 114 | ... | ... |
... | @@ -79,12 +79,12 @@ | ... | @@ -79,12 +79,12 @@ |
79 | <dependency> | 79 | <dependency> |
80 | <groupId>com.fasterxml.jackson.core</groupId> | 80 | <groupId>com.fasterxml.jackson.core</groupId> |
81 | <artifactId>jackson-databind</artifactId> | 81 | <artifactId>jackson-databind</artifactId> |
82 | - <version>2.6.4</version> | 82 | + <version>2.7.0</version> |
83 | </dependency> | 83 | </dependency> |
84 | <dependency> | 84 | <dependency> |
85 | <groupId>com.fasterxml.jackson.core</groupId> | 85 | <groupId>com.fasterxml.jackson.core</groupId> |
86 | <artifactId>jackson-annotations</artifactId> | 86 | <artifactId>jackson-annotations</artifactId> |
87 | - <version>2.6.4</version> | 87 | + <version>2.7.0</version> |
88 | </dependency> | 88 | </dependency> |
89 | <dependency> | 89 | <dependency> |
90 | <groupId>commons-io</groupId> | 90 | <groupId>commons-io</groupId> | ... | ... |
... | @@ -54,13 +54,13 @@ | ... | @@ -54,13 +54,13 @@ |
54 | <dependency> | 54 | <dependency> |
55 | <groupId>com.fasterxml.jackson.core</groupId> | 55 | <groupId>com.fasterxml.jackson.core</groupId> |
56 | <artifactId>jackson-databind</artifactId> | 56 | <artifactId>jackson-databind</artifactId> |
57 | - <version>2.4.2</version> | 57 | + <version>2.7.0</version> |
58 | <scope>compile</scope> | 58 | <scope>compile</scope> |
59 | </dependency> | 59 | </dependency> |
60 | <dependency> | 60 | <dependency> |
61 | <groupId>com.fasterxml.jackson.core</groupId> | 61 | <groupId>com.fasterxml.jackson.core</groupId> |
62 | <artifactId>jackson-annotations</artifactId> | 62 | <artifactId>jackson-annotations</artifactId> |
63 | - <version>2.4.2</version> | 63 | + <version>2.7.0</version> |
64 | <scope>compile</scope> | 64 | <scope>compile</scope> |
65 | </dependency> | 65 | </dependency> |
66 | <dependency> | 66 | <dependency> | ... | ... |
... | @@ -55,13 +55,13 @@ | ... | @@ -55,13 +55,13 @@ |
55 | <dependency> | 55 | <dependency> |
56 | <groupId>com.fasterxml.jackson.core</groupId> | 56 | <groupId>com.fasterxml.jackson.core</groupId> |
57 | <artifactId>jackson-databind</artifactId> | 57 | <artifactId>jackson-databind</artifactId> |
58 | - <version>2.4.2</version> | 58 | + <version>2.7.0</version> |
59 | <scope>compile</scope> | 59 | <scope>compile</scope> |
60 | </dependency> | 60 | </dependency> |
61 | <dependency> | 61 | <dependency> |
62 | <groupId>com.fasterxml.jackson.core</groupId> | 62 | <groupId>com.fasterxml.jackson.core</groupId> |
63 | <artifactId>jackson-annotations</artifactId> | 63 | <artifactId>jackson-annotations</artifactId> |
64 | - <version>2.4.2</version> | 64 | + <version>2.7.0</version> |
65 | <scope>compile</scope> | 65 | <scope>compile</scope> |
66 | </dependency> | 66 | </dependency> |
67 | 67 | ... | ... |
-
Please register or login to post a comment