commit | ed9031896089b4237c309e2bc5748078cc25e70a | [log] [tgz] |
---|---|---|
author | Sergey Nuyanzin <snuyanzin@gmail.com> | Thu Apr 25 01:05:57 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 25 01:05:57 2024 +0200 |
tree | 1658538d583e867e47a194cc29f49fffb030c1ba | |
parent | 22a2934c32898a1c4016d398333f82772522036f [diff] |
[hotfix] Use jdk 1.8 for profile activation (#45)
diff --git a/pom.xml b/pom.xml index b053360..ea5c291 100644 --- a/pom.xml +++ b/pom.xml
@@ -392,7 +392,7 @@ <profile> <id>opensearch1</id> <activation> - <jdk>[8,)</jdk> + <jdk>[1.8,)</jdk> </activation> <modules> <module>flink-connector-opensearch</module>