Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[NO ISSUE][MISC] Update dependencies
- com.fasterxml.jackson.core:jackson-annotations .. 2.13.0 -> 2.13.1 - com.fasterxml.jackson.core:jackson-core ......... 2.13.0 -> 2.13.1 - com.fasterxml.jackson.core:jackson-databind ..... 2.13.0 -> 2.13.1 - commons-io:commons-io ............................ 2.8.0 -> 2.11.0 - io.netty:netty-buffer ............... 4.1.69.Final -> 4.1.73.Final - io.netty:netty-codec ................ 4.1.69.Final -> 4.1.73.Final - io.netty:netty-codec-http............ 4.1.69.Final -> 4.1.73.Final - io.netty:netty-common ............... 4.1.69.Final -> 4.1.73.Final - io.netty:netty-handler .............. 4.1.69.Final -> 4.1.73.Final - io.netty:netty-transport ............ 4.1.69.Final -> 4.1.73.Final - junit:junit ....................................... 4.13 -> 4.13.2 - org.apache.maven:maven-artifact ................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-compat ..................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-core ....................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-model ...................... 3.8.3 -> 3.8.4 - org.apache.maven:maven-plugin-api ................. 3.6.0 -> 3.8.4 - org.apache.httpcomponents:httpcore .............. 4.4.14 -> 4.4.15 - org.apache.httpcomponents:httpcore-nio .......... 4.4.10 -> 4.4.15 - org.freemarker:freemarker ....................... 2.3.29 -> 2.3.31 - org.slf4j:slf4j-api ............................. 1.7.25 -> 1.7.33 - org.slf4j:slf4j-simple .......................... 1.7.28 -> 1.7.33 Change-Id: I3d4520195b91630bd75219f0ca23f25589750b31 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14864 Reviewed-by: Michael Blow <mblow@apache.org> Reviewed-by: Murtadha Hubail <mhubail@apache.org> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Michael Blow <mblow@apache.org> Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/15724 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Hussain Towaileb <hussainht@gmail.com>
- Loading branch information
Showing
8 changed files
with
121 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -194,7 +194,6 @@ | ||
<dependency> | ||
<groupId>it.unimi.dsi</groupId> | ||
<artifactId>fastutil</artifactId> | ||
<version>8.3.0</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,51 @@ | ||
The Netty Project | ||
================= | ||
|
||
Please visit the Netty web site for more information: | ||
|
||
* http://netty.io/ | ||
|
||
Copyright 2016 The Netty Project | ||
|
||
The Netty Project licenses this file to you under the Apache License, | ||
version 2.0 (the "License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at: | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | ||
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the | ||
License for the specific language governing permissions and limitations | ||
under the License. | ||
|
||
------------------------------------------------------------------------------- | ||
This product contains a forked and modified version of Tomcat Native | ||
|
||
* LICENSE: | ||
* license/LICENSE.tomcat-native.txt (Apache License 2.0) | ||
* HOMEPAGE: | ||
* http://tomcat.apache.org/native-doc/ | ||
* https://svn.apache.org/repos/asf/tomcat/native/ | ||
|
||
This product contains the Maven wrapper scripts from 'Maven Wrapper', that provides an easy way to ensure a user has everything necessary to run the Maven build. | ||
|
||
* LICENSE: | ||
* license/LICENSE.mvn-wrapper.txt (Apache License 2.0) | ||
* HOMEPAGE: | ||
* https://github.com/takari/maven-wrapper | ||
|
||
This product contains small piece of code to support AIX, taken from netbsd. | ||
|
||
* LICENSE: | ||
* license/LICENSE.aix-netbsd.txt (OpenSSL License) | ||
* HOMEPAGE: | ||
* https://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/crypto/external/bsd/openssl/dist | ||
|
||
|
||
This product contains code from boringssl. | ||
|
||
* LICENSE (Combination ISC and OpenSSL license) | ||
* license/LICENSE.boringssl.txt (Combination ISC and OpenSSL license) | ||
* HOMEPAGE: | ||
* https://boringssl.googlesource.com/boringssl/ |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters