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