|
| 1 | +<!-- @formatter:off --> |
| 2 | +# Dependencies |
| 3 | + |
| 4 | +## Compile Dependencies |
| 5 | + |
| 6 | +| Dependency | License | |
| 7 | +| --------------------------------------- | -------------------------------------------------------- | |
| 8 | +| [JSR 374 (JSON Processing) API][0] | [Dual license consisting of the CDDL v1.1 and GPL v2][1] | |
| 9 | +| [error-reporting-java][2] | [MIT][3] | |
| 10 | +| [JaCoCo :: Core][4] | [Eclipse Public License 2.0][5] | |
| 11 | +| [BucketFS Java][6] | [MIT][3] | |
| 12 | +| [exasol-test-setup-abstraction-java][8] | [MIT][3] | |
| 13 | +| [Test Database Builder for Java][10] | [MIT][3] | |
| 14 | +| [SLF4J API Module][12] | [MIT License][13] | |
| 15 | + |
| 16 | +## Test Dependencies |
| 17 | + |
| 18 | +| Dependency | License | |
| 19 | +| ----------------------------------------------- | --------------------------------- | |
| 20 | +| [JaCoCo :: Agent][4] | [Eclipse Public License 2.0][5] | |
| 21 | +| [JUnit Jupiter Engine][16] | [Eclipse Public License v2.0][17] | |
| 22 | +| [JUnit Jupiter Params][16] | [Eclipse Public License v2.0][17] | |
| 23 | +| [mockito-core][20] | [The MIT License][21] | |
| 24 | +| [Hamcrest All][22] | [New BSD License][23] | |
| 25 | +| [Test containers for Exasol on Docker][24] | [MIT][3] | |
| 26 | +| [Testcontainers :: JUnit Jupiter Extension][26] | [MIT][27] | |
| 27 | + |
| 28 | +## Plugin Dependencies |
| 29 | + |
| 30 | +| Dependency | License | |
| 31 | +| ------------------------------------------------------- | ---------------------------------------------- | |
| 32 | +| [Maven Surefire Plugin][28] | [Apache License, Version 2.0][29] | |
| 33 | +| [Maven Failsafe Plugin][30] | [Apache License, Version 2.0][29] | |
| 34 | +| [JaCoCo :: Maven Plugin][4] | [Eclipse Public License 2.0][5] | |
| 35 | +| [Apache Maven Compiler Plugin][34] | [Apache License, Version 2.0][29] | |
| 36 | +| [Maven Dependency Plugin][36] | [The Apache Software License, Version 2.0][37] | |
| 37 | +| [Versions Maven Plugin][38] | [Apache License, Version 2.0][29] | |
| 38 | +| [Apache Maven Source Plugin][40] | [Apache License, Version 2.0][29] | |
| 39 | +| [Apache Maven Javadoc Plugin][42] | [Apache License, Version 2.0][29] | |
| 40 | +| [Apache Maven GPG Plugin][44] | [Apache License, Version 2.0][37] | |
| 41 | +| [org.sonatype.ossindex.maven:ossindex-maven-plugin][46] | [ASL2][37] | |
| 42 | +| [Apache Maven Enforcer Plugin][48] | [Apache License, Version 2.0][29] | |
| 43 | +| [Project keeper maven plugin][50] | [MIT][3] | |
| 44 | +| [Maven Deploy Plugin][52] | [The Apache Software License, Version 2.0][37] | |
| 45 | +| [Nexus Staging Maven Plugin][54] | [Eclipse Public License][55] | |
| 46 | +| [error-code-crawler-maven-plugin][56] | [MIT][3] | |
| 47 | +| [Reproducible Build Maven Plugin][58] | [Apache 2.0][37] | |
| 48 | +| [Maven Clean Plugin][60] | [The Apache Software License, Version 2.0][37] | |
| 49 | +| [Maven Resources Plugin][62] | [The Apache Software License, Version 2.0][37] | |
| 50 | +| [Maven JAR Plugin][64] | [The Apache Software License, Version 2.0][37] | |
| 51 | +| [Maven Install Plugin][66] | [The Apache Software License, Version 2.0][37] | |
| 52 | +| [Maven Site Plugin 3][68] | [The Apache Software License, Version 2.0][37] | |
| 53 | + |
| 54 | +[4]: https://www.eclemma.org/jacoco/index.html |
| 55 | +[50]: https://github.com/exasol/project-keeper-maven-plugin |
| 56 | +[6]: https://github.com/exasol/bucketfs-java |
| 57 | +[2]: https://github.com/exasol/error-reporting-java |
| 58 | +[0]: https://javaee.github.io/jsonp |
| 59 | +[37]: http://www.apache.org/licenses/LICENSE-2.0.txt |
| 60 | +[28]: https://maven.apache.org/surefire/maven-surefire-plugin/ |
| 61 | +[54]: http://www.sonatype.com/public-parent/nexus-maven-plugins/nexus-staging/nexus-staging-maven-plugin/ |
| 62 | +[60]: http://maven.apache.org/plugins/maven-clean-plugin/ |
| 63 | +[3]: https://opensource.org/licenses/MIT |
| 64 | +[20]: https://github.com/mockito/mockito |
| 65 | +[30]: https://maven.apache.org/surefire/maven-failsafe-plugin/ |
| 66 | +[36]: http://maven.apache.org/plugins/maven-dependency-plugin/ |
| 67 | +[38]: http://www.mojohaus.org/versions-maven-plugin/ |
| 68 | +[34]: https://maven.apache.org/plugins/maven-compiler-plugin/ |
| 69 | +[1]: https://oss.oracle.com/licenses/CDDL+GPL-1.1 |
| 70 | +[27]: http://opensource.org/licenses/MIT |
| 71 | +[44]: http://maven.apache.org/plugins/maven-gpg-plugin/ |
| 72 | +[5]: https://www.eclipse.org/legal/epl-2.0/ |
| 73 | +[55]: http://www.eclipse.org/legal/epl-v10.html |
| 74 | +[24]: https://github.com/exasol/exasol-testcontainers |
| 75 | +[22]: https://github.com/hamcrest/JavaHamcrest/hamcrest-all |
| 76 | +[58]: http://zlika.github.io/reproducible-build-maven-plugin |
| 77 | +[64]: http://maven.apache.org/plugins/maven-jar-plugin/ |
| 78 | +[13]: http://www.opensource.org/licenses/mit-license.php |
| 79 | +[29]: https://www.apache.org/licenses/LICENSE-2.0.txt |
| 80 | +[48]: https://maven.apache.org/enforcer/maven-enforcer-plugin/ |
| 81 | +[21]: https://github.com/mockito/mockito/blob/release/3.x/LICENSE |
| 82 | +[17]: https://www.eclipse.org/legal/epl-v20.html |
| 83 | +[23]: http://www.opensource.org/licenses/bsd-license.php |
| 84 | +[66]: http://maven.apache.org/plugins/maven-install-plugin/ |
| 85 | +[16]: https://junit.org/junit5/ |
| 86 | +[46]: https://sonatype.github.io/ossindex-maven/maven-plugin/ |
| 87 | +[26]: https://testcontainers.org |
| 88 | +[40]: https://maven.apache.org/plugins/maven-source-plugin/ |
| 89 | +[12]: http://www.slf4j.org |
| 90 | +[52]: http://maven.apache.org/plugins/maven-deploy-plugin/ |
| 91 | +[68]: http://maven.apache.org/plugins/maven-site-plugin/ |
| 92 | +[62]: http://maven.apache.org/plugins/maven-resources-plugin/ |
| 93 | +[42]: https://maven.apache.org/plugins/maven-javadoc-plugin/ |
| 94 | +[56]: https://github.com/exasol/error-code-crawler-maven-plugin |
| 95 | +[8]: https://github.com/exasol/exasol-test-setup-abstraction-java |
| 96 | +[10]: https://github.com/exasol/test-db-builder |
0 commit comments