Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
""" Copyright (C) Sarus Technologies SAS - All Rights Reserved
Unauthorized copying of this file, via any medium is strictly prohibited
Proprietary and confidential
Write to contact@sarus.tech for more information about purchasing a licence
"""
import os

JARS_PATH = os.environ.get(
    "JARS_PATH", "/usr/lib/jvm/java-11-openjdk-amd64/lib/"
)
JARS_LIST = [
    os.path.join(JARS_PATH, "accessors-smart-2.4.8.jar"),
    os.path.join(JARS_PATH, "content-type-2.2.jar"),
    os.path.join(JARS_PATH, "hive-jdbc-3.1.3-standalone.jar"),
    os.path.join(JARS_PATH, "jackson-annotations-2.13.2.jar"),
    os.path.join(JARS_PATH, "jackson-core-2.13.2.jar"),
    os.path.join(JARS_PATH, "jackson-databind-2.13.2.1.jar"),
    os.path.join(JARS_PATH, "json-smart-2.4.8.jar"),
    os.path.join(JARS_PATH, "mongodb-jdbc-2.0.2-all.jar"),
    os.path.join(JARS_PATH, "msal4j-1.12.0.jar"),
    os.path.join(JARS_PATH, "mssql-jdbc-10.2.1.jre11.jar"),
    os.path.join(JARS_PATH, "nimbus-jose-jwt-9.21.jar"),
    os.path.join(JARS_PATH, "oauth2-oidc-sdk-9.32.jar"),
    os.path.join(JARS_PATH, "redshift-jdbc42-2.1.0.18.jar"),
    os.path.join(JARS_PATH, "slf4j-api-1.7.36.jar"),
    os.path.join(JARS_PATH, "slf4j-simple-1.7.36.jar"),
]