Bump up netty, slf4j, jackson, joda-time maven dependencies
- netty: 4.0.33.Final -> 4.0.36.Final - jackson: 2.7.0 -> 2.7.3 - joda-time: 2.9 -> 2.9.3 - slf4j -> 1.7.13 -> 1.7.21 Change-Id: If2cdd0e6e0f52d50be232a817cf7d3f27df20ff1
Showing
11 changed files
with
90 additions
and
96 deletions
... | @@ -57,13 +57,13 @@ | ... | @@ -57,13 +57,13 @@ |
57 | <dependency> | 57 | <dependency> |
58 | <groupId>org.slf4j</groupId> | 58 | <groupId>org.slf4j</groupId> |
59 | <artifactId>slf4j-api</artifactId> | 59 | <artifactId>slf4j-api</artifactId> |
60 | - <version>1.7.13</version> | 60 | + <version>1.7.21</version> |
61 | </dependency> | 61 | </dependency> |
62 | 62 | ||
63 | <dependency> | 63 | <dependency> |
64 | <groupId>org.slf4j</groupId> | 64 | <groupId>org.slf4j</groupId> |
65 | <artifactId>slf4j-jdk14</artifactId> | 65 | <artifactId>slf4j-jdk14</artifactId> |
66 | - <version>1.7.13</version> | 66 | + <version>1.7.21</version> |
67 | </dependency> | 67 | </dependency> |
68 | 68 | ||
69 | <dependency> | 69 | <dependency> |
... | @@ -74,12 +74,12 @@ | ... | @@ -74,12 +74,12 @@ |
74 | <dependency> | 74 | <dependency> |
75 | <groupId>com.fasterxml.jackson.core</groupId> | 75 | <groupId>com.fasterxml.jackson.core</groupId> |
76 | <artifactId>jackson-core</artifactId> | 76 | <artifactId>jackson-core</artifactId> |
77 | - <version>2.7.0</version> | 77 | + <version>2.7.3</version> |
78 | </dependency> | 78 | </dependency> |
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.7.0</version> | 82 | + <version>2.7.3</version> |
83 | </dependency> | 83 | </dependency> |
84 | <dependency> | 84 | <dependency> |
85 | <groupId>com.google.guava</groupId> | 85 | <groupId>com.google.guava</groupId> | ... | ... |
... | @@ -45,11 +45,6 @@ | ... | @@ -45,11 +45,6 @@ |
45 | <artifactId>onos-cli</artifactId> | 45 | <artifactId>onos-cli</artifactId> |
46 | <version>${project.version}</version> | 46 | <version>${project.version}</version> |
47 | </dependency> | 47 | </dependency> |
48 | - <dependency> | ||
49 | - <groupId>io.netty</groupId> | ||
50 | - <artifactId>netty</artifactId> | ||
51 | - <version>3.9.0.Final</version> | ||
52 | - </dependency> | ||
53 | 48 | ||
54 | <dependency> | 49 | <dependency> |
55 | <groupId>org.osgi</groupId> | 50 | <groupId>org.osgi</groupId> | ... | ... |
... | @@ -94,7 +94,6 @@ | ... | @@ -94,7 +94,6 @@ |
94 | <dependency> | 94 | <dependency> |
95 | <groupId>io.netty</groupId> | 95 | <groupId>io.netty</groupId> |
96 | <artifactId>netty</artifactId> | 96 | <artifactId>netty</artifactId> |
97 | - <version>3.9.0.Final</version> | ||
98 | </dependency> | 97 | </dependency> |
99 | 98 | ||
100 | <dependency> | 99 | <dependency> | ... | ... |
... | @@ -25,16 +25,16 @@ | ... | @@ -25,16 +25,16 @@ |
25 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> | 25 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
26 | <bundle>mvn:com.google.guava/guava/19.0</bundle> | 26 | <bundle>mvn:com.google.guava/guava/19.0</bundle> |
27 | <bundle>mvn:io.netty/netty/3.10.5.Final</bundle> | 27 | <bundle>mvn:io.netty/netty/3.10.5.Final</bundle> |
28 | - <bundle>mvn:io.netty/netty-common/4.0.33.Final</bundle> | 28 | + <bundle>mvn:io.netty/netty-common/4.0.36.Final</bundle> |
29 | - <bundle>mvn:io.netty/netty-buffer/4.0.33.Final</bundle> | 29 | + <bundle>mvn:io.netty/netty-buffer/4.0.36.Final</bundle> |
30 | - <bundle>mvn:io.netty/netty-transport/4.0.33.Final</bundle> | 30 | + <bundle>mvn:io.netty/netty-transport/4.0.36.Final</bundle> |
31 | - <bundle>mvn:io.netty/netty-handler/4.0.33.Final</bundle> | 31 | + <bundle>mvn:io.netty/netty-handler/4.0.36.Final</bundle> |
32 | - <bundle>mvn:io.netty/netty-codec/4.0.33.Final</bundle> | 32 | + <bundle>mvn:io.netty/netty-codec/4.0.36.Final</bundle> |
33 | - <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.33.Final</bundle> | 33 | + <bundle>mvn:io.netty/netty-transport-native-epoll/4.0.36.Final</bundle> |
34 | <bundle>mvn:commons-pool/commons-pool/1.6</bundle> | 34 | <bundle>mvn:commons-pool/commons-pool/1.6</bundle> |
35 | <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle> | 35 | <bundle>mvn:org.apache.commons/commons-math3/3.2</bundle> |
36 | 36 | ||
37 | - <bundle>mvn:joda-time/joda-time/2.9</bundle> | 37 | + <bundle>mvn:joda-time/joda-time/2.9.3</bundle> |
38 | 38 | ||
39 | <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.2</bundle> | 39 | <bundle>mvn:io.dropwizard.metrics/metrics-core/3.1.2</bundle> |
40 | <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.2</bundle> | 40 | <bundle>mvn:io.dropwizard.metrics/metrics-json/3.1.2</bundle> |
... | @@ -46,9 +46,9 @@ | ... | @@ -46,9 +46,9 @@ |
46 | <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle> | 46 | <bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle> |
47 | <bundle>mvn:org.objenesis/objenesis/2.2</bundle> | 47 | <bundle>mvn:org.objenesis/objenesis/2.2</bundle> |
48 | 48 | ||
49 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.7.0</bundle> | 49 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.7.3</bundle> |
50 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.7.0</bundle> | 50 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.7.3</bundle> |
51 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.0</bundle> | 51 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.7.3</bundle> |
52 | 52 | ||
53 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> | 53 | <bundle>mvn:commons-configuration/commons-configuration/1.10</bundle> |
54 | <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> | 54 | <bundle>mvn:commons-collections/commons-collections/3.2.2</bundle> | ... | ... |
1 | -# ***** This file was auto-generated at Wed May 11 19:22:32 PDT 2016. Do not edit this file manually. ***** | 1 | +# ***** This file was auto-generated at Thu May 12 13:53:20 PDT 2016. Do not edit this file manually. ***** |
2 | osgi_feature_group( | 2 | osgi_feature_group( |
3 | name = 'COMPILE', | 3 | name = 'COMPILE', |
4 | visibility = ['PUBLIC'], | 4 | visibility = ['PUBLIC'], |
... | @@ -187,9 +187,9 @@ remote_jar ( | ... | @@ -187,9 +187,9 @@ remote_jar ( |
187 | 187 | ||
188 | remote_jar ( | 188 | remote_jar ( |
189 | name = 'onos-atomix', | 189 | name = 'onos-atomix', |
190 | - out = 'atomix-1.0.onos-20160511.220807-302.jar', | 190 | + out = 'atomix-1.0.onos-20160512.202119-309.jar', |
191 | - url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160511.220807-302.jar', | 191 | + url = 'https://oss.sonatype.org/content/repositories/snapshots/org/onosproject/atomix/1.0.onos-SNAPSHOT/atomix-1.0.onos-20160512.202119-309.jar', |
192 | - sha1 = 'a5686d5905b02202e8228f789268a536a47a1419', | 192 | + sha1 = 'ab0ccee5ed5044ebef3d7b7663992894effc1f3a', |
193 | maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT', | 193 | maven_coords = 'org.onosproject:atomix:1.0.onos-SNAPSHOT', |
194 | visibility = [ 'PUBLIC' ], | 194 | visibility = [ 'PUBLIC' ], |
195 | ) | 195 | ) |
... | @@ -574,28 +574,28 @@ remote_jar ( | ... | @@ -574,28 +574,28 @@ remote_jar ( |
574 | 574 | ||
575 | remote_jar ( | 575 | remote_jar ( |
576 | name = 'jackson-annotations', | 576 | name = 'jackson-annotations', |
577 | - out = 'jackson-annotations-2.7.0.jar', | 577 | + out = 'jackson-annotations-2.7.3.jar', |
578 | - url = 'mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0', | 578 | + url = 'mvn:com.fasterxml.jackson.core:jackson-annotations:jar:2.7.3', |
579 | - sha1 = '19f42c154ffc689f40a77613bc32caeb17d744e3', | 579 | + sha1 = 'e250c11c1329c7b6b62442a9743befad78be553c', |
580 | - maven_coords = 'com.fasterxml.jackson.core:jackson-annotations:2.7.0', | 580 | + maven_coords = 'com.fasterxml.jackson.core:jackson-annotations:2.7.3', |
581 | visibility = [ 'PUBLIC' ], | 581 | visibility = [ 'PUBLIC' ], |
582 | ) | 582 | ) |
583 | 583 | ||
584 | remote_jar ( | 584 | remote_jar ( |
585 | name = 'jackson-core', | 585 | name = 'jackson-core', |
586 | - out = 'jackson-core-2.7.0.jar', | 586 | + out = 'jackson-core-2.7.3.jar', |
587 | - url = 'mvn:com.fasterxml.jackson.core:jackson-core:jar:2.7.0', | 587 | + url = 'mvn:com.fasterxml.jackson.core:jackson-core:jar:2.7.3', |
588 | - sha1 = '05f2bfd0866bcacbcc7c25ce25f80b5aeed0f72f', | 588 | + sha1 = '1499b854ae9f370409792db5af1b552dc7d9682f', |
589 | - maven_coords = 'com.fasterxml.jackson.core:jackson-core:2.7.0', | 589 | + maven_coords = 'com.fasterxml.jackson.core:jackson-core:2.7.3', |
590 | visibility = [ 'PUBLIC' ], | 590 | visibility = [ 'PUBLIC' ], |
591 | ) | 591 | ) |
592 | 592 | ||
593 | remote_jar ( | 593 | remote_jar ( |
594 | name = 'jackson-databind', | 594 | name = 'jackson-databind', |
595 | - out = 'jackson-databind-2.7.0.jar', | 595 | + out = 'jackson-databind-2.7.3.jar', |
596 | - url = 'mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.7.0', | 596 | + url = 'mvn:com.fasterxml.jackson.core:jackson-databind:jar:2.7.3', |
597 | - sha1 = '7d3430de9f2b600b074ba3bc007edcfbc4bbf4fb', | 597 | + sha1 = 'f12e6cd05cbaecd74d16e685d45b627732939e42', |
598 | - maven_coords = 'com.fasterxml.jackson.core:jackson-databind:2.7.0', | 598 | + maven_coords = 'com.fasterxml.jackson.core:jackson-databind:2.7.3', |
599 | visibility = [ 'PUBLIC' ], | 599 | visibility = [ 'PUBLIC' ], |
600 | ) | 600 | ) |
601 | 601 | ||
... | @@ -754,10 +754,10 @@ remote_jar ( | ... | @@ -754,10 +754,10 @@ remote_jar ( |
754 | 754 | ||
755 | remote_jar ( | 755 | remote_jar ( |
756 | name = 'joda-time', | 756 | name = 'joda-time', |
757 | - out = 'joda-time-2.9.jar', | 757 | + out = 'joda-time-2.9.3.jar', |
758 | - url = 'mvn:joda-time:joda-time:jar:2.9', | 758 | + url = 'mvn:joda-time:joda-time:jar:2.9.3', |
759 | - sha1 = 'e8a58b7f5853b693b8c4795a714fe77c266c3acc', | 759 | + sha1 = '9e46be514a4ed60bcfbaaba88a3c668cf30476ab', |
760 | - maven_coords = 'joda-time:joda-time:2.9', | 760 | + maven_coords = 'joda-time:joda-time:2.9.3', |
761 | visibility = [ 'PUBLIC' ], | 761 | visibility = [ 'PUBLIC' ], |
762 | ) | 762 | ) |
763 | 763 | ||
... | @@ -880,55 +880,55 @@ remote_jar ( | ... | @@ -880,55 +880,55 @@ remote_jar ( |
880 | 880 | ||
881 | remote_jar ( | 881 | remote_jar ( |
882 | name = 'netty-buffer', | 882 | name = 'netty-buffer', |
883 | - out = 'netty-buffer-4.0.33.Final.jar', | 883 | + out = 'netty-buffer-4.0.36.Final.jar', |
884 | - url = 'mvn:io.netty:netty-buffer:jar:4.0.33.Final', | 884 | + url = 'mvn:io.netty:netty-buffer:jar:4.0.36.Final', |
885 | - sha1 = 'dd14c35b020af7aa1c6fed7ec5e67a2aa165619e', | 885 | + sha1 = '9e767120867ed17e72bf764be0578c712887d7ba', |
886 | - maven_coords = 'io.netty:netty-buffer:4.0.33.Final', | 886 | + maven_coords = 'io.netty:netty-buffer:4.0.36.Final', |
887 | visibility = [ 'PUBLIC' ], | 887 | visibility = [ 'PUBLIC' ], |
888 | ) | 888 | ) |
889 | 889 | ||
890 | remote_jar ( | 890 | remote_jar ( |
891 | name = 'netty-codec', | 891 | name = 'netty-codec', |
892 | - out = 'netty-codec-4.0.33.Final.jar', | 892 | + out = 'netty-codec-4.0.36.Final.jar', |
893 | - url = 'mvn:io.netty:netty-codec:jar:4.0.33.Final', | 893 | + url = 'mvn:io.netty:netty-codec:jar:4.0.36.Final', |
894 | - sha1 = '56c31f1e373a9374f56173383fe8b6e089ea0351', | 894 | + sha1 = '6a69fc12c1f6f8ac51465c777de8cac0bbd79ba3', |
895 | - maven_coords = 'io.netty:netty-codec:4.0.33.Final', | 895 | + maven_coords = 'io.netty:netty-codec:4.0.36.Final', |
896 | visibility = [ 'PUBLIC' ], | 896 | visibility = [ 'PUBLIC' ], |
897 | ) | 897 | ) |
898 | 898 | ||
899 | remote_jar ( | 899 | remote_jar ( |
900 | name = 'netty-common', | 900 | name = 'netty-common', |
901 | - out = 'netty-common-4.0.33.Final.jar', | 901 | + out = 'netty-common-4.0.36.Final.jar', |
902 | - url = 'mvn:io.netty:netty-common:jar:4.0.33.Final', | 902 | + url = 'mvn:io.netty:netty-common:jar:4.0.36.Final', |
903 | - sha1 = '1a1fde71cb95a6e18754b0fd7ac6749f15a86543', | 903 | + sha1 = 'ebcc1f105f8124434cced21effaf702c16ed7a18', |
904 | - maven_coords = 'io.netty:netty-common:4.0.33.Final', | 904 | + maven_coords = 'io.netty:netty-common:4.0.36.Final', |
905 | visibility = [ 'PUBLIC' ], | 905 | visibility = [ 'PUBLIC' ], |
906 | ) | 906 | ) |
907 | 907 | ||
908 | remote_jar ( | 908 | remote_jar ( |
909 | name = 'netty-handler', | 909 | name = 'netty-handler', |
910 | - out = 'netty-handler-4.0.33.Final.jar', | 910 | + out = 'netty-handler-4.0.36.Final.jar', |
911 | - url = 'mvn:io.netty:netty-handler:jar:4.0.33.Final', | 911 | + url = 'mvn:io.netty:netty-handler:jar:4.0.36.Final', |
912 | - sha1 = '88325df280c3ba83011cf442883f9f55dc83d5bb', | 912 | + sha1 = '9d10bfcc57bbb39dafd63979805a93fbe1d069da', |
913 | - maven_coords = 'io.netty:netty-handler:4.0.33.Final', | 913 | + maven_coords = 'io.netty:netty-handler:4.0.36.Final', |
914 | visibility = [ 'PUBLIC' ], | 914 | visibility = [ 'PUBLIC' ], |
915 | ) | 915 | ) |
916 | 916 | ||
917 | remote_jar ( | 917 | remote_jar ( |
918 | name = 'netty-transport', | 918 | name = 'netty-transport', |
919 | - out = 'netty-transport-4.0.33.Final.jar', | 919 | + out = 'netty-transport-4.0.36.Final.jar', |
920 | - url = 'mvn:io.netty:netty-transport:jar:4.0.33.Final', | 920 | + url = 'mvn:io.netty:netty-transport:jar:4.0.36.Final', |
921 | - sha1 = '287c2378318efc12d6bfe00835cd66317fc53dcd', | 921 | + sha1 = 'b22c2d243bee4f8183b8a84c9837cff9376f50b3', |
922 | - maven_coords = 'io.netty:netty-transport:4.0.33.Final', | 922 | + maven_coords = 'io.netty:netty-transport:4.0.36.Final', |
923 | visibility = [ 'PUBLIC' ], | 923 | visibility = [ 'PUBLIC' ], |
924 | ) | 924 | ) |
925 | 925 | ||
926 | remote_jar ( | 926 | remote_jar ( |
927 | name = 'netty-transport-native-epoll', | 927 | name = 'netty-transport-native-epoll', |
928 | - out = 'netty-transport-native-epoll-4.0.33.Final.jar', | 928 | + out = 'netty-transport-native-epoll-4.0.36.Final.jar', |
929 | - url = 'mvn:io.netty:netty-transport-native-epoll:jar:4.0.33.Final', | 929 | + url = 'mvn:io.netty:netty-transport-native-epoll:jar:4.0.36.Final', |
930 | - sha1 = 'f17c2b172e28e9447e0ecf1a87bc4ce3d45647f0', | 930 | + sha1 = 'b60f013a613d8c299e01abb669be14467758dcdf', |
931 | - maven_coords = 'io.netty:netty-transport-native-epoll:4.0.33.Final', | 931 | + maven_coords = 'io.netty:netty-transport-native-epoll:4.0.36.Final', |
932 | visibility = [ 'PUBLIC' ], | 932 | visibility = [ 'PUBLIC' ], |
933 | ) | 933 | ) |
934 | 934 | ||
... | @@ -1078,19 +1078,19 @@ remote_jar ( | ... | @@ -1078,19 +1078,19 @@ remote_jar ( |
1078 | 1078 | ||
1079 | remote_jar ( | 1079 | remote_jar ( |
1080 | name = 'slf4j-api', | 1080 | name = 'slf4j-api', |
1081 | - out = 'slf4j-api-1.7.13.jar', | 1081 | + out = 'slf4j-api-1.7.21.jar', |
1082 | - url = 'mvn:org.slf4j:slf4j-api:jar:1.7.13', | 1082 | + url = 'mvn:org.slf4j:slf4j-api:jar:1.7.21', |
1083 | - sha1 = '7fcf30c25b8f4a9379b9dad0d3f487b25272c026', | 1083 | + sha1 = '139535a69a4239db087de9bab0bee568bf8e0b70', |
1084 | - maven_coords = 'org.slf4j:slf4j-api:1.7.13', | 1084 | + maven_coords = 'org.slf4j:slf4j-api:1.7.21', |
1085 | visibility = [ 'PUBLIC' ], | 1085 | visibility = [ 'PUBLIC' ], |
1086 | ) | 1086 | ) |
1087 | 1087 | ||
1088 | remote_jar ( | 1088 | remote_jar ( |
1089 | name = 'slf4j-jdk14', | 1089 | name = 'slf4j-jdk14', |
1090 | - out = 'slf4j-jdk14-1.7.13.jar', | 1090 | + out = 'slf4j-jdk14-1.7.21.jar', |
1091 | - url = 'mvn:org.slf4j:slf4j-jdk14:jar:1.7.13', | 1091 | + url = 'mvn:org.slf4j:slf4j-jdk14:jar:1.7.21', |
1092 | - sha1 = 'bcc4dd3bffd6bce845164140bdf18ce14e76b423', | 1092 | + sha1 = '168ee1e516a458bd80fb23caf2e512ed41e1e865', |
1093 | - maven_coords = 'org.slf4j:slf4j-jdk14:1.7.13', | 1093 | + maven_coords = 'org.slf4j:slf4j-jdk14:1.7.21', |
1094 | visibility = [ 'PUBLIC' ], | 1094 | visibility = [ 'PUBLIC' ], |
1095 | ) | 1095 | ) |
1096 | 1096 | ... | ... |
... | @@ -138,9 +138,9 @@ | ... | @@ -138,9 +138,9 @@ |
138 | "httpclient-osgi": "mvn:org.apache.httpcomponents:httpclient-osgi:4.5.1", | 138 | "httpclient-osgi": "mvn:org.apache.httpcomponents:httpclient-osgi:4.5.1", |
139 | "httpcore-osgi": "mvn:org.apache.httpcomponents:httpcore-osgi:4.4.4", | 139 | "httpcore-osgi": "mvn:org.apache.httpcomponents:httpcore-osgi:4.4.4", |
140 | "influxdb-java": "mvn:org.influxdb:influxdb-java:2.1", | 140 | "influxdb-java": "mvn:org.influxdb:influxdb-java:2.1", |
141 | - "jackson-annotations": "mvn:com.fasterxml.jackson.core:jackson-annotations:2.7.0", | 141 | + "jackson-annotations": "mvn:com.fasterxml.jackson.core:jackson-annotations:2.7.3", |
142 | - "jackson-core": "mvn:com.fasterxml.jackson.core:jackson-core:2.7.0", | 142 | + "jackson-core": "mvn:com.fasterxml.jackson.core:jackson-core:2.7.3", |
143 | - "jackson-databind": "mvn:com.fasterxml.jackson.core:jackson-databind:2.7.0", | 143 | + "jackson-databind": "mvn:com.fasterxml.jackson.core:jackson-databind:2.7.3", |
144 | "javax.annotation-api": "mvn:javax.annotation:javax.annotation-api:1.2", | 144 | "javax.annotation-api": "mvn:javax.annotation:javax.annotation-api:1.2", |
145 | "javax.inject": "mvn:org.glassfish.hk2.external:javax.inject:2.4.0-b34", | 145 | "javax.inject": "mvn:org.glassfish.hk2.external:javax.inject:2.4.0-b34", |
146 | "javax.ws.rs-api": "mvn:javax.ws.rs:javax.ws.rs-api:2.0.1", | 146 | "javax.ws.rs-api": "mvn:javax.ws.rs:javax.ws.rs-api:2.0.1", |
... | @@ -158,7 +158,7 @@ | ... | @@ -158,7 +158,7 @@ |
158 | "jetty-http": "mvn:org.eclipse.jetty:jetty-http:9.1.6.v20160112", | 158 | "jetty-http": "mvn:org.eclipse.jetty:jetty-http:9.1.6.v20160112", |
159 | "jetty-io": "mvn:org.eclipse.jetty:jetty-io:9.1.6.v20160112", | 159 | "jetty-io": "mvn:org.eclipse.jetty:jetty-io:9.1.6.v20160112", |
160 | "javax.servlet-api": "mvn:javax.servlet:javax.servlet-api:3.1.0", | 160 | "javax.servlet-api": "mvn:javax.servlet:javax.servlet-api:3.1.0", |
161 | - "joda-time": "mvn:joda-time:joda-time:2.9", | 161 | + "joda-time": "mvn:joda-time:joda-time:2.9.3", |
162 | "jsch": "mvn:com.jcraft:jsch:0.1.53", | 162 | "jsch": "mvn:com.jcraft:jsch:0.1.53", |
163 | "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1", | 163 | "jsr305": "mvn:com.google.code.findbugs:jsr305:3.0.1", |
164 | "junit": "mvn:junit:junit:4.12", | 164 | "junit": "mvn:junit:junit:4.12", |
... | @@ -172,12 +172,12 @@ | ... | @@ -172,12 +172,12 @@ |
172 | "minimal-json": "mvn:com.eclipsesource.minimal-json:minimal-json:0.9.4", | 172 | "minimal-json": "mvn:com.eclipsesource.minimal-json:minimal-json:0.9.4", |
173 | "minlog": "mvn:com.esotericsoftware:minlog:1.3.0", | 173 | "minlog": "mvn:com.esotericsoftware:minlog:1.3.0", |
174 | "netty": "mvn:io.netty:netty:3.10.5.Final", | 174 | "netty": "mvn:io.netty:netty:3.10.5.Final", |
175 | - "netty-buffer": "mvn:io.netty:netty-buffer:4.0.33.Final", | 175 | + "netty-buffer": "mvn:io.netty:netty-buffer:4.0.36.Final", |
176 | - "netty-codec": "mvn:io.netty:netty-codec:4.0.33.Final", | 176 | + "netty-codec": "mvn:io.netty:netty-codec:4.0.36.Final", |
177 | - "netty-common": "mvn:io.netty:netty-common:4.0.33.Final", | 177 | + "netty-common": "mvn:io.netty:netty-common:4.0.36.Final", |
178 | - "netty-handler": "mvn:io.netty:netty-handler:4.0.33.Final", | 178 | + "netty-handler": "mvn:io.netty:netty-handler:4.0.36.Final", |
179 | - "netty-transport": "mvn:io.netty:netty-transport:4.0.33.Final", | 179 | + "netty-transport": "mvn:io.netty:netty-transport:4.0.36.Final", |
180 | - "netty-transport-native-epoll": "mvn:io.netty:netty-transport-native-epoll:4.0.33.Final", | 180 | + "netty-transport-native-epoll": "mvn:io.netty:netty-transport-native-epoll:4.0.36.Final", |
181 | "objenesis": "mvn:org.objenesis:objenesis:2.2", | 181 | "objenesis": "mvn:org.objenesis:objenesis:2.2", |
182 | "openflowj": { | 182 | "openflowj": { |
183 | "uri": "mvn:org.onosproject:openflowj:0.9.3.onos-SNAPSHOT", | 183 | "uri": "mvn:org.onosproject:openflowj:0.9.3.onos-SNAPSHOT", |
... | @@ -197,8 +197,8 @@ | ... | @@ -197,8 +197,8 @@ |
197 | "javassist": "mvn:org.javassist:javassist:3.18.1-GA", //transitive | 197 | "javassist": "mvn:org.javassist:javassist:3.18.1-GA", //transitive |
198 | "mimepull": "mvn:org.jvnet.mimepull:mimepull:1.9.6", //transitive | 198 | "mimepull": "mvn:org.jvnet.mimepull:mimepull:1.9.6", //transitive |
199 | "servlet-api": "mvn:javax.servlet:servlet-api:2.5", | 199 | "servlet-api": "mvn:javax.servlet:servlet-api:2.5", |
200 | - "slf4j-api": "mvn:org.slf4j:slf4j-api:1.7.13", | 200 | + "slf4j-api": "mvn:org.slf4j:slf4j-api:1.7.21", |
201 | - "slf4j-jdk14": "mvn:org.slf4j:slf4j-jdk14:1.7.13", | 201 | + "slf4j-jdk14": "mvn:org.slf4j:slf4j-jdk14:1.7.21", |
202 | "typesafe-config": "mvn:com.typesafe:config:1.2.1", | 202 | "typesafe-config": "mvn:com.typesafe:config:1.2.1", |
203 | "validation-api": "mvn:javax.validation:validation-api:1.1.0.Final", | 203 | "validation-api": "mvn:javax.validation:validation-api:1.1.0.Final", |
204 | "checkstyle": "http://onlab.vicci.org/onos/third-party/checkstyle-6.11.2-all.jar", | 204 | "checkstyle": "http://onlab.vicci.org/onos/third-party/checkstyle-6.11.2-all.jar", | ... | ... |
... | @@ -76,14 +76,14 @@ | ... | @@ -76,14 +76,14 @@ |
76 | <properties> | 76 | <properties> |
77 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 77 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
78 | <onos-build-conf.version>1.3-SNAPSHOT</onos-build-conf.version> | 78 | <onos-build-conf.version>1.3-SNAPSHOT</onos-build-conf.version> |
79 | - <netty4.version>4.0.33.Final</netty4.version> | 79 | + <netty4.version>4.0.36.Final</netty4.version> |
80 | <openflowj.version>0.9.3.onos-SNAPSHOT</openflowj.version> | 80 | <openflowj.version>0.9.3.onos-SNAPSHOT</openflowj.version> |
81 | <onos-maven-plugin.version>1.9</onos-maven-plugin.version> | 81 | <onos-maven-plugin.version>1.9</onos-maven-plugin.version> |
82 | <osgi.version>4.3.1</osgi.version> | 82 | <osgi.version>4.3.1</osgi.version> |
83 | <karaf.version>3.0.5</karaf.version> | 83 | <karaf.version>3.0.5</karaf.version> |
84 | <jersey.version>2.22.2</jersey.version> | 84 | <jersey.version>2.22.2</jersey.version> |
85 | - <jackson.version>2.7.0</jackson.version> | 85 | + <jackson.version>2.7.3</jackson.version> |
86 | - <slf4j.version>1.7.13</slf4j.version> | 86 | + <slf4j.version>1.7.21</slf4j.version> |
87 | <guava.version>19.0</guava.version> | 87 | <guava.version>19.0</guava.version> |
88 | <commons.io.version>2.4</commons.io.version> | 88 | <commons.io.version>2.4</commons.io.version> |
89 | <!-- TODO argLine was originally added maven-surfire-plugin configuration | 89 | <!-- TODO argLine was originally added maven-surfire-plugin configuration |
... | @@ -531,7 +531,7 @@ | ... | @@ -531,7 +531,7 @@ |
531 | <dependency> | 531 | <dependency> |
532 | <groupId>joda-time</groupId> | 532 | <groupId>joda-time</groupId> |
533 | <artifactId>joda-time</artifactId> | 533 | <artifactId>joda-time</artifactId> |
534 | - <version>2.9</version> | 534 | + <version>2.9.3</version> |
535 | </dependency> | 535 | </dependency> |
536 | 536 | ||
537 | <dependency> | 537 | <dependency> | ... | ... |
... | @@ -108,13 +108,13 @@ | ... | @@ -108,13 +108,13 @@ |
108 | <dependency> | 108 | <dependency> |
109 | <groupId>com.fasterxml.jackson.core</groupId> | 109 | <groupId>com.fasterxml.jackson.core</groupId> |
110 | <artifactId>jackson-databind</artifactId> | 110 | <artifactId>jackson-databind</artifactId> |
111 | - <version>2.7.0</version> | 111 | + <version>2.7.3</version> |
112 | <scope>provided</scope> | 112 | <scope>provided</scope> |
113 | </dependency> | 113 | </dependency> |
114 | <dependency> | 114 | <dependency> |
115 | <groupId>com.fasterxml.jackson.core</groupId> | 115 | <groupId>com.fasterxml.jackson.core</groupId> |
116 | <artifactId>jackson-annotations</artifactId> | 116 | <artifactId>jackson-annotations</artifactId> |
117 | - <version>2.7.0</version> | 117 | + <version>2.7.3</version> |
118 | <scope>provided</scope> | 118 | <scope>provided</scope> |
119 | </dependency> | 119 | </dependency> |
120 | 120 | ... | ... |
... | @@ -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.7.0</version> | 82 | + <version>2.7.3</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.7.0</version> | 87 | + <version>2.7.3</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.7.0</version> | 57 | + <version>2.7.3</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.7.0</version> | 63 | + <version>2.7.3</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.7.0</version> | 58 | + <version>2.7.3</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.7.0</version> | 64 | + <version>2.7.3</version> |
65 | <scope>compile</scope> | 65 | <scope>compile</scope> |
66 | </dependency> | 66 | </dependency> |
67 | 67 | ... | ... |
-
Please register or login to post a comment