Repository: trafodion Updated Branches: refs/heads/master 923f0a919 -> b3e9cb1eb
[TRAFODION-3246] support TLS for jdbc Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/ffd14151 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/ffd14151 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/ffd14151 Branch: refs/heads/master Commit: ffd141518b417cbd8a035b3e26cffe292f81d5a9 Parents: 17c28c6 Author: Aven <[email protected]> Authored: Tue Dec 18 18:01:42 2018 +0800 Committer: Aven <[email protected]> Committed: Tue Dec 18 18:01:42 2018 +0800 ---------------------------------------------------------------------- core/conn/jdbcT4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/ffd14151/core/conn/jdbcT4/Makefile ---------------------------------------------------------------------- diff --git a/core/conn/jdbcT4/Makefile b/core/conn/jdbcT4/Makefile index 10ade68..cb17f9f 100644 --- a/core/conn/jdbcT4/Makefile +++ b/core/conn/jdbcT4/Makefile @@ -27,7 +27,7 @@ all: build_all build_all: LICENSE NOTICE echo "$(MAVEN) package -DskipTests" - set -o pipefail && $(MAVEN) package -DskipTests | tee build_jdbct4.log | grep --line-buffered -E -e '^\[[^WId]' -e '^\[INFO\] B[Uu][Ii][Ll][Dd]' -e 'to compile' + set -o pipefail && $(MAVEN) package -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 -DskipTests | tee build_jdbct4.log | grep --line-buffered -E -e '^\[[^WId]' -e '^\[INFO\] B[Uu][Ii][Ll][Dd]' -e 'to compile' cp target/jdbcT4-${TRAFODION_VER}.jar ${TRAF_HOME}/export/lib mkdir -p ../clients mv target/jdbcT4-${TRAFODION_VER}.zip ../clients
