diff --git a/README.md b/README.md index 65b3eed79..79c5ff75b 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ Running the Virtual Schema requires a Java Runtime version 9 or later. | Dependency | Purpose | License | |-------------------------------------------------------------------------------------|--------------------------------------------------------|----------------------------------| | [Apache Maven](https://maven.apache.org/) | Build tool | Apache License 2.0 | +| [Apache Trift][apache-trift] | Need for Hive integration test | Apache License 2.0 | | [Exasol JDBC Driver][exasol-jdbc-driver] | JDBC driver for Exasol database | MIT License | | [Exasol Testcontainers][exasol-testcontainers] | Exasol extension for the Testcontainers framework | MIT License | | [HBase server][hbase-server] | The Hadoop database | Apache License 2.0 | @@ -137,12 +138,14 @@ Running the Virtual Schema requires a Java Runtime version 9 or later. | [Maven Jacoco Plugin](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | Code coverage metering | Eclipse Public License 2.0 | | [Maven Source Plugin](https://maven.apache.org/plugins/maven-source-plugin/) | Creating a source code JAR | Apache License 2.0 | | [Maven Surefire Plugin](https://maven.apache.org/surefire/maven-surefire-plugin/) | Unit testing | Apache License 2.0 | +| [Sonatype OSS Index Maven Plugin][sonatype-oss-index-maven-plugin] | Checking Dependencies Vulnerability | ASL2 | - +[apache-trift]: http://thrift.apache.org/ [exasol-jdbc-driver]: https://www.exasol.com/portal/display/DOWNLOAD/Exasol+Download+Section +[exasol-testcontainers]: https://github.com/exasol/exasol-testcontainers [hbase-server]: http://hbase.apache.org/ [hive-jdbc-driver]: https://github.com/apache/hive/tree/master/jdbc/src/java/org/apache/hive/jdbc -[exasol-testcontainers]: https://github.com/exasol/exasol-testcontainers [mysql-jdbc-driver]: https://dev.mysql.com/downloads/connector/j/ [oracle-jdbc-driver]: https://www.oracle.com/database/technologies/appdev/jdbc.html [postgresql-jdbc-driver]: https://jdbc.postgresql.org/ +[sonatype-oss-index-maven-plugin]: https://sonatype.github.io/ossindex-maven/maven-plugin/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index e9c31bb2a..2cb68220e 100644 --- a/pom.xml +++ b/pom.xml @@ -148,12 +148,99 @@ hive-jdbc 3.1.2 test + + + + org.eclipse.jetty + * + + + io.netty + * + + + org.codehaus.jackson + jackson-mapper-asl + + + com.fasterxml.jackson.core + jackson-databind + + + com.google.guava + guava + + + org.apache.hadoop + hadoop-yarn-server-resourcemanager + + + org.apache.derby + * + + + org.apache.zookeeper + zookeeper + + + org.apache.thrift + libfb303 + + + org.apache.thrift + libthrift + + + + + + org.apache.thrift + libthrift + 0.13.0 + test org.apache.hbase hbase-server - 2.2.4 + 2.2.5 test + + + + org.eclipse.jetty + * + + + io.netty + * + + + org.codehaus.jackson + jackson-mapper-asl + + + com.google.protobuf + protobuf-java + + + com.google.guava + guava + + + com.squareup.okhttp + okhttp + + + org.mortbay.jetty + * + + + org.apache.zookeeper + zookeeper + + org.testcontainers @@ -276,6 +363,20 @@ + + org.sonatype.ossindex.maven + ossindex-maven-plugin + 3.1.0 + + + audit-dependencies + package + + audit + + + +