|
| 1 | +<!-- @formatter:off --> |
| 2 | +# Dependencies |
| 3 | + |
| 4 | +## Compile Dependencies |
| 5 | + |
| 6 | +| Dependency | License | |
| 7 | +| ------------------------------------------ | -------- | |
| 8 | +| [Exasol Database fundamentals for Java][0] | [MIT][1] | |
| 9 | +| [error-reporting-java][2] | [MIT][1] | |
| 10 | + |
| 11 | +## Test Dependencies |
| 12 | + |
| 13 | +| Dependency | License | |
| 14 | +| ---------------------------------------------- | --------------------------------- | |
| 15 | +| [Test containers for Exasol on Docker][4] | [MIT][1] | |
| 16 | +| [Testcontainers :: JUnit Jupiter Extension][6] | [MIT][7] | |
| 17 | +| [Testcontainers :: JDBC :: MySQL][6] | [MIT][7] | |
| 18 | +| [Testcontainers :: JDBC :: PostgreSQL][6] | [MIT][7] | |
| 19 | +| [Matcher for SQL Result Sets][12] | [MIT][1] | |
| 20 | +| [Hamcrest][14] | [BSD License 3][15] | |
| 21 | +| [JUnit Jupiter Engine][16] | [Eclipse Public License v2.0][17] | |
| 22 | +| [JUnit Jupiter Params][16] | [Eclipse Public License v2.0][17] | |
| 23 | +| [mockito-junit-jupiter][20] | [The MIT License][21] | |
| 24 | +| [EqualsVerifier][22] | [Apache License, Version 2.0][23] | |
| 25 | + |
| 26 | +## Runtime Dependencies |
| 27 | + |
| 28 | +| Dependency | License | |
| 29 | +| ----------------------------- | ------------------------------------------------------ | |
| 30 | +| [EXASolution JDBC Driver][24] | [EXAClient License][25] | |
| 31 | +| [MySQL Connector/J][26] | The GNU General Public License, v2 with FOSS exception | |
| 32 | +| [pgdjbc Postgresql-jre7][27] | [BSD-2-Clause][28] | |
| 33 | + |
| 34 | +## Plugin Dependencies |
| 35 | + |
| 36 | +| Dependency | License | |
| 37 | +| ------------------------------------------------------- | ---------------------------------------------- | |
| 38 | +| [Maven Surefire Plugin][29] | [Apache License, Version 2.0][30] | |
| 39 | +| [JaCoCo :: Maven Plugin][31] | [Eclipse Public License 2.0][32] | |
| 40 | +| [Apache Maven Compiler Plugin][33] | [Apache License, Version 2.0][30] | |
| 41 | +| [Maven Failsafe Plugin][35] | [Apache License, Version 2.0][30] | |
| 42 | +| [Apache Maven Source Plugin][37] | [Apache License, Version 2.0][30] | |
| 43 | +| [Apache Maven Javadoc Plugin][39] | [Apache License, Version 2.0][30] | |
| 44 | +| [Apache Maven GPG Plugin][41] | [Apache License, Version 2.0][23] | |
| 45 | +| [OpenFastTrace Maven Plugin][43] | [GNU General Public License v3.0][44] | |
| 46 | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][45] | [ASL2][23] | |
| 47 | +| [Versions Maven Plugin][47] | [Apache License, Version 2.0][30] | |
| 48 | +| [Apache Maven Enforcer Plugin][49] | [Apache License, Version 2.0][30] | |
| 49 | +| [Project keeper maven plugin][51] | [MIT][1] | |
| 50 | +| [Maven Deploy Plugin][53] | [The Apache Software License, Version 2.0][23] | |
| 51 | +| [Nexus Staging Maven Plugin][55] | [Eclipse Public License][56] | |
| 52 | +| [error-code-crawler-maven-plugin][57] | [MIT][1] | |
| 53 | +| [Reproducible Build Maven Plugin][59] | [Apache 2.0][23] | |
| 54 | +| [Maven Clean Plugin][61] | [The Apache Software License, Version 2.0][23] | |
| 55 | +| [Maven Resources Plugin][63] | [The Apache Software License, Version 2.0][23] | |
| 56 | +| [Maven JAR Plugin][65] | [The Apache Software License, Version 2.0][23] | |
| 57 | +| [Maven Install Plugin][67] | [The Apache Software License, Version 2.0][23] | |
| 58 | +| [Maven Site Plugin 3][69] | [The Apache Software License, Version 2.0][23] | |
| 59 | + |
| 60 | +[31]: https://www.eclemma.org/jacoco/index.html |
| 61 | +[51]: https://github.com/exasol/project-keeper-maven-plugin |
| 62 | +[25]: LICENSE-exasol-jdbc.txt |
| 63 | +[2]: https://github.com/exasol/error-reporting-java |
| 64 | +[0]: https://github.com/exasol/db-fundamentals-java |
| 65 | +[27]: https://jdbc.postgresql.org |
| 66 | +[23]: http://www.apache.org/licenses/LICENSE-2.0.txt |
| 67 | +[29]: https://maven.apache.org/surefire/maven-surefire-plugin/ |
| 68 | +[55]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ |
| 69 | +[28]: https://jdbc.postgresql.org/about/license.html |
| 70 | +[61]: http://maven.apache.org/plugins/maven-clean-plugin/ |
| 71 | +[1]: https://opensource.org/licenses/MIT |
| 72 | +[20]: https://github.com/mockito/mockito |
| 73 | +[35]: https://maven.apache.org/surefire/maven-failsafe-plugin/ |
| 74 | +[47]: http://www.mojohaus.org/versions-maven-plugin/ |
| 75 | +[15]: http://opensource.org/licenses/BSD-3-Clause |
| 76 | +[33]: https://maven.apache.org/plugins/maven-compiler-plugin/ |
| 77 | +[7]: http://opensource.org/licenses/MIT |
| 78 | +[41]: http://maven.apache.org/plugins/maven-gpg-plugin/ |
| 79 | +[43]: https://github.com/itsallcode/openfasttrace-maven-plugin |
| 80 | +[32]: https://www.eclipse.org/legal/epl-2.0/ |
| 81 | +[56]: http://www.eclipse.org/legal/epl-v10.html |
| 82 | +[4]: https://github.com/exasol/exasol-testcontainers |
| 83 | +[21]: https://github.com/mockito/mockito/blob/main/LICENSE |
| 84 | +[12]: https://github.com/exasol/hamcrest-resultset-matcher |
| 85 | +[59]: http://zlika.github.io/reproducible-build-maven-plugin |
| 86 | +[44]: https://www.gnu.org/licenses/gpl-3.0.html |
| 87 | +[65]: http://maven.apache.org/plugins/maven-jar-plugin/ |
| 88 | +[30]: https://www.apache.org/licenses/LICENSE-2.0.txt |
| 89 | +[49]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ |
| 90 | +[26]: http://dev.mysql.com/doc/connector-j/en/ |
| 91 | +[24]: http://www.exasol.com |
| 92 | +[17]: https://www.eclipse.org/legal/epl-v20.html |
| 93 | +[67]: http://maven.apache.org/plugins/maven-install-plugin/ |
| 94 | +[16]: https://junit.org/junit5/ |
| 95 | +[45]: https://sonatype.github.io/ossindex-maven/maven-plugin/ |
| 96 | +[6]: https://testcontainers.org |
| 97 | +[22]: http://www.jqno.nl/equalsverifier |
| 98 | +[37]: https://maven.apache.org/plugins/maven-source-plugin/ |
| 99 | +[14]: http://hamcrest.org/JavaHamcrest/ |
| 100 | +[53]: http://maven.apache.org/plugins/maven-deploy-plugin/ |
| 101 | +[69]: http://maven.apache.org/plugins/maven-site-plugin/ |
| 102 | +[63]: http://maven.apache.org/plugins/maven-resources-plugin/ |
| 103 | +[39]: https://maven.apache.org/plugins/maven-javadoc-plugin/ |
| 104 | +[57]: https://github.com/exasol/error-code-crawler-maven-plugin |
0 commit comments