Initial commit

This commit is contained in:
Marian Koncek 2020-11-30 17:23:38 +01:00
parent 3fe6b5c6aa
commit 43afe0b01f
3 changed files with 639 additions and 0 deletions

114
.gitignore vendored Normal file
View File

@ -0,0 +1,114 @@
/javapackages-bootstrap-1.0.0.tar.xz
/javapackages-bootstrap-PACKAGE-LICENSING
/plexus-compiler-LICENSE-MIT
/plexus-containers-LICENSE-MIT
/plexus-interpolation-LICENSE-MIT
/plexus-resources-LICENSE-MIT
/ant.tar.xz
/apache-pom.tar.xz
/apiguardian.tar.xz
/asm.tar.xz
/assertj-core.tar.xz
/bnd.tar.xz
/build-helper-maven-plugin.tar.xz
/byte-buddy.tar.xz
/cdi.tar.xz
/cglib.tar.xz
/common-annotations-api.tar.xz
/commons-beanutils.tar.xz
/commons-cli.tar.xz
/commons-codec.tar.xz
/commons-collections.tar.xz
/commons-compress.tar.xz
/commons-io.tar.xz
/commons-jxpath.tar.xz
/commons-lang.tar.xz
/commons-logging.tar.xz
/commons-parent-pom.tar.xz
/cup.tar.xz
/easymock.tar.xz
/felix-parent-pom.tar.xz
/felix-utils.tar.xz
/fusesource-pom.tar.xz
/guava.tar.xz
/guice.tar.xz
/hamcrest.tar.xz
/httpcomponents-client.tar.xz
/httpcomponents-core.tar.xz
/httpcomponents-parent-pom.tar.xz
/injection-api.tar.xz
/jansi.tar.xz
/jcommander.tar.xz
/jdom2.tar.xz
/jdom.tar.xz
/jflex.tar.xz
/jsoup.tar.xz
/jsr-305.tar.xz
/junit4.tar.xz
/junit5.tar.xz
/maven-antrun-plugin.tar.xz
/maven-archiver.tar.xz
/maven-artifact-transfer.tar.xz
/maven-assembly-plugin.tar.xz
/maven-bundle-plugin.tar.xz
/maven-common-artifact-filters.tar.xz
/maven-compiler-plugin.tar.xz
/maven-dependency-analyzer.tar.xz
/maven-dependency-plugin.tar.xz
/maven-dependency-tree.tar.xz
/maven-enforcer.tar.xz
/maven-file-management.tar.xz
/maven-filtering.tar.xz
/maven-jar-plugin.tar.xz
/maven-parent-pom.tar.xz
/maven-plugin-testing.tar.xz
/maven-plugin-tools.tar.xz
/maven-remote-resources-plugin.tar.xz
/maven-resolver.tar.xz
/maven-resources-plugin.tar.xz
/maven-resources.tar.xz
/maven-shared-incremental.tar.xz
/maven-shared-io.tar.xz
/maven-shared-utils.tar.xz
/maven-source-plugin.tar.xz
/maven-surefire.tar.xz
/maven.tar.xz
/maven-verifier.tar.xz
/maven-wagon.tar.xz
/mockito.tar.xz
/modello.tar.xz
/mojo-parent-pom.tar.xz
/munge-maven-plugin.tar.xz
/objenesis.tar.xz
/opentest4j.tar.xz
/osgi-annotation.tar.xz
/osgi-cmpn.tar.xz
/osgi-core.tar.xz
/oss-parent-pom.tar.xz
/plexus-archiver.tar.xz
/plexus-cipher.tar.xz
/plexus-classworlds.tar.xz
/plexus-compiler.tar.xz
/plexus-components-pom.tar.xz
/plexus-containers.tar.xz
/plexus-interpolation.tar.xz
/plexus-io.tar.xz
/plexus-languages.tar.xz
/plexus-pom.tar.xz
/plexus-resources.tar.xz
/plexus-sec-dispatcher.tar.xz
/plexus-utils.tar.xz
/qdox.tar.xz
/servlet-api.tar.xz
/sisu-build-api.tar.xz
/sisu-inject.tar.xz
/sisu-mojos.tar.xz
/sisu-plexus.tar.xz
/slf4j.tar.xz
/testng.tar.xz
/univocity-parsers.tar.xz
/velocity-engine.tar.xz
/xbean.tar.xz
/xmlunit.tar.xz
/xmvn.tar.xz
/xz-java.tar.xz

411
javapackages-bootstrap.spec Normal file
View File

@ -0,0 +1,411 @@
# Exclude automatically generated requires on java interpreter which is not
# owned by any package
%global __requires_exclude ^/usr/lib/jvm/java
Name: javapackages-bootstrap
Version: 1.0.0
Release: 1%{?dist}
Summary: A means of bootstrapping Java Packages Tools
# For detailed info see the file javapackages-bootstrap-PACKAGE-LICENSING
License: ASL 2.0 and ASL 1.1 and (ASL 2.0 or EPL-2.0) and (EPL-2.0 or GPLv2 with exceptions) and MIT and BSD with advertising and BSD and EPL-1.0 and EPL-2.0 and CDDL-1.0 and xpp and CC0 and Public Domain
URL: https://github.com/fedora-java/javapackages-bootstrap
BuildArch: noarch
Source0: https://github.com/fedora-java/javapackages-bootstrap/releases/download/%{version}/javapackages-bootstrap-%{version}.tar.xz
# License breakdown
Source1: javapackages-bootstrap-PACKAGE-LICENSING
# Extracted custom license files
Source2: plexus-compiler-LICENSE-MIT
Source3: plexus-containers-LICENSE-MIT
Source4: plexus-interpolation-LICENSE-MIT
Source5: plexus-resources-LICENSE-MIT
# To obtain the following sources:
# git clone https://github.com/fedora-java/javapackages-bootstrap.git
# pushd javapackages-bootstrap-${version}
# ./downstream.sh clone
# ./downstream.sh prep
# ./downstream.sh archive
# The results are in the archive directory
Source1002: apache-pom.tar.xz
Source1001: ant.tar.xz
Source1003: apiguardian.tar.xz
Source1004: asm.tar.xz
Source1005: assertj-core.tar.xz
Source1006: bnd.tar.xz
Source1007: build-helper-maven-plugin.tar.xz
Source1008: byte-buddy.tar.xz
Source1009: cdi.tar.xz
Source1010: cglib.tar.xz
Source1011: common-annotations-api.tar.xz
Source1012: commons-beanutils.tar.xz
Source1013: commons-cli.tar.xz
Source1014: commons-codec.tar.xz
Source1015: commons-collections.tar.xz
Source1016: commons-compress.tar.xz
Source1017: commons-io.tar.xz
Source1018: commons-jxpath.tar.xz
Source1019: commons-lang.tar.xz
Source1020: commons-logging.tar.xz
Source1021: commons-parent-pom.tar.xz
Source1022: cup.tar.xz
Source1023: easymock.tar.xz
Source1024: felix-parent-pom.tar.xz
Source1025: felix-utils.tar.xz
Source1026: fusesource-pom.tar.xz
Source1027: guava.tar.xz
Source1028: guice.tar.xz
Source1029: hamcrest.tar.xz
Source1030: httpcomponents-client.tar.xz
Source1031: httpcomponents-core.tar.xz
Source1032: httpcomponents-parent-pom.tar.xz
Source1033: injection-api.tar.xz
Source1034: jansi.tar.xz
Source1035: jcommander.tar.xz
Source1036: jdom.tar.xz
Source1037: jdom2.tar.xz
Source1038: jflex.tar.xz
Source1039: jsoup.tar.xz
Source1040: jsr-305.tar.xz
Source1041: junit4.tar.xz
Source1042: junit5.tar.xz
Source1043: maven-antrun-plugin.tar.xz
Source1044: maven-archiver.tar.xz
Source1045: maven-artifact-transfer.tar.xz
Source1046: maven-assembly-plugin.tar.xz
Source1047: maven-bundle-plugin.tar.xz
Source1048: maven-common-artifact-filters.tar.xz
Source1049: maven-compiler-plugin.tar.xz
Source1050: maven-dependency-analyzer.tar.xz
Source1051: maven-dependency-plugin.tar.xz
Source1052: maven-dependency-tree.tar.xz
Source1053: maven-enforcer.tar.xz
Source1054: maven-file-management.tar.xz
Source1055: maven-filtering.tar.xz
Source1056: maven-jar-plugin.tar.xz
Source1057: maven-parent-pom.tar.xz
Source1058: maven-plugin-testing.tar.xz
Source1059: maven-plugin-tools.tar.xz
Source1060: maven-remote-resources-plugin.tar.xz
Source1061: maven-resolver.tar.xz
Source1062: maven-resources-plugin.tar.xz
Source1063: maven-resources.tar.xz
Source1064: maven-shared-incremental.tar.xz
Source1065: maven-shared-io.tar.xz
Source1066: maven-shared-utils.tar.xz
Source1067: maven-source-plugin.tar.xz
Source1068: maven-surefire.tar.xz
Source1069: maven-verifier.tar.xz
Source1070: maven-wagon.tar.xz
Source1071: maven.tar.xz
Source1072: mockito.tar.xz
Source1073: modello.tar.xz
Source1074: mojo-parent-pom.tar.xz
Source1075: munge-maven-plugin.tar.xz
Source1076: objenesis.tar.xz
Source1077: opentest4j.tar.xz
Source1078: osgi-annotation.tar.xz
Source1079: osgi-cmpn.tar.xz
Source1080: osgi-core.tar.xz
Source1081: oss-parent-pom.tar.xz
Source1082: plexus-archiver.tar.xz
Source1083: plexus-cipher.tar.xz
Source1084: plexus-classworlds.tar.xz
Source1085: plexus-compiler.tar.xz
Source1086: plexus-components-pom.tar.xz
Source1087: plexus-containers.tar.xz
Source1088: plexus-interpolation.tar.xz
Source1089: plexus-io.tar.xz
Source1090: plexus-languages.tar.xz
Source1091: plexus-pom.tar.xz
Source1092: plexus-resources.tar.xz
Source1093: plexus-sec-dispatcher.tar.xz
Source1094: plexus-utils.tar.xz
Source1095: qdox.tar.xz
Source1096: servlet-api.tar.xz
Source1097: sisu-build-api.tar.xz
Source1098: sisu-inject.tar.xz
Source1099: sisu-mojos.tar.xz
Source1100: sisu-plexus.tar.xz
Source1101: slf4j.tar.xz
Source1102: testng.tar.xz
Source1103: univocity-parsers.tar.xz
Source1104: velocity-engine.tar.xz
Source1105: xbean.tar.xz
Source1106: xmlunit.tar.xz
Source1107: xmvn.tar.xz
Source1108: xz-java.tar.xz
Provides: bundled(ant) = 1.10.9
Provides: bundled(apache-parent) = 23
Provides: bundled(apiguardian) = 1.1.0
Provides: bundled(objectweb-asm) = 9.0
Provides: bundled(assertj-core) = 3.17.2
Provides: bundled(aqute-bnd) = 5.1.2
Provides: bundled(maven-plugin-build-helper) = 3.2.0
Provides: bundled(byte-buddy) = 1.10.16
Provides: bundled(cdi-api) = 2.0.2
Provides: bundled(cglib) = 3.3.0
Provides: bundled(jakarta-annotations) = 1.3.5
Provides: bundled(apache-commons-beanutils) = 1.9.4
Provides: bundled(apache-commons-cli) = 1.4
Provides: bundled(apache-commons-codec) = 1.15
Provides: bundled(apache-commons-collections) = 3.2.2
Provides: bundled(apache-commons-compress) = 1.20
Provides: bundled(apache-commons-io) = 2.8.0
Provides: bundled(apache-commons-jxpath) = 1.3
Provides: bundled(apache-commons-lang3) = 3.11
Provides: bundled(apache-commons-logging) = 1.2
Provides: bundled(apache-commons-parent) = 52
Provides: bundled(java_cup) = 0.11b
Provides: bundled(easymock) = 4.2
Provides: bundled(felix-parent) = 7
Provides: bundled(felix-utils) = 1.11.4
Provides: bundled(fusesource-pom) = 1.12
Provides: bundled(guava) = 29.0
Provides: bundled(google-guice) = 4.2.3
Provides: bundled(hamcrest) = 2.2
Provides: bundled(httpcomponents-client) = 4.5.11
Provides: bundled(httpcomponents-core) = 4.4.13
Provides: bundled(httpcomponents-project) = 12
Provides: bundled(atinject) = 1.0.3
Provides: bundled(jansi) = 1.18
Provides: bundled(beust-jcommander) = 1.78
Provides: bundled(jdom) = 1.1.3
Provides: bundled(jdom2) = 2.0.6
Provides: bundled(jflex) = 1.7.0
Provides: bundled(jsoup) = 1.13.1
Provides: bundled(jsr-305) = 3.0.2
Provides: bundled(junit) = 4.13
Provides: bundled(junit5) = 5.7.0
Provides: bundled(maven-antrun-plugin) = 3.0.0
Provides: bundled(maven-archiver) = 3.5.0
Provides: bundled(maven-artifact-transfer) = 0.12.0
Provides: bundled(maven-assembly-plugin) = 3.3.0
Provides: bundled(maven-plugin-bundle) = 5.1.1
Provides: bundled(maven-common-artifact-filters) = 3.1.0
Provides: bundled(maven-compiler-plugin) = 3.8.1
Provides: bundled(maven-dependency-analyzer) = 1.11.3
Provides: bundled(maven-dependency-plugin) = 3.1.2
Provides: bundled(maven-dependency-tree) = 3.0.1
Provides: bundled(maven-enforcer) = 3.0.0~M2
Provides: bundled(maven-file-management) = 3.0.0
Provides: bundled(maven-filtering) = 3.2.0
Provides: bundled(maven-jar-plugin) = 3.2.0
Provides: bundled(maven-parent) = 34
Provides: bundled(maven-plugin-testing) = 3.3.0
Provides: bundled(maven-plugin-tools) = 3.6.0
Provides: bundled(maven-remote-resources-plugin) = 1.7.0
Provides: bundled(maven-resolver) = 1.4.2
Provides: bundled(maven-resources-plugin) = 3.2.0
Provides: bundled(maven-resources) = 1.4
Provides: bundled(maven-shared-incremental) = 1.1
Provides: bundled(maven-shared-io) = 3.0.0
Provides: bundled(maven-shared-utils) = 3.3.3
Provides: bundled(maven-source-plugin) = 3.2.1
Provides: bundled(maven-surefire) = 3.0.0~M3
Provides: bundled(maven-verifier) = 1.7.2
Provides: bundled(maven-wagon) = 3.4.1
Provides: bundled(maven) = 3.6.3
Provides: bundled(mockito) = 3.5.13
Provides: bundled(modello) = 1.11
Provides: bundled(mojo-parent) = 50
Provides: bundled(munge-maven-plugin) = 1.0
Provides: bundled(objenesis) = 3.1
Provides: bundled(opentest4j) = 1.2.0
Provides: bundled(osgi-annotation) = 7.0.0
Provides: bundled(osgi-compendium) = 7.0.0
Provides: bundled(osgi-core) = 7.0.0
Provides: bundled(sonatype-oss-parent) = 7
Provides: bundled(plexus-archiver) = 4.2.2
Provides: bundled(plexus-cipher) = 1.7
Provides: bundled(plexus-classworlds) = 2.6.0
Provides: bundled(plexus-compiler) = 2.8.8
Provides: bundled(plexus-components-pom) = 6.4
Provides: bundled(plexus-containers) = 2.1.0
Provides: bundled(plexus-interpolation) = 1.26
Provides: bundled(plexus-io) = 3.2.0
Provides: bundled(plexus-languages) = 1.0.5
Provides: bundled(plexus-pom) = 6.4
Provides: bundled(plexus-resources) = 1.1.0
Provides: bundled(plexus-sec-dispatcher) = 1.4
Provides: bundled(plexus-utils) = 3.3.0
Provides: bundled(qdox) = 2.0.0
Provides: bundled(jakarta-servlet) = 4.0.3
Provides: bundled(plexus-build-api) = 0.0.7
Provides: bundled(sisu) = 0.3.4
Provides: bundled(sisu-mojos) = 0.3.4
Provides: bundled(sisu-plexus) = 0.3.4
Provides: bundled(slf4j) = 1.7.30
Provides: bundled(testng) = 7.3.0
Provides: bundled(univocity-parsers) = 2.9.0
Provides: bundled(velocity) = 1.7
Provides: bundled(xbean) = 4.14
Provides: bundled(xmlunit) = 2.7.0
Provides: bundled(xmvn) = 4.0.0~SNAPSHOT
Provides: bundled(xz-java) = 1.8
BuildRequires: byaccj
BuildRequires: java-11-openjdk-devel
BuildRequires: java-1.8.0-openjdk-devel
BuildRequires: javapackages-local
Requires: bash
Requires: coreutils
Requires: java-11-openjdk-devel
Requires: java-headless
Requires: javapackages-filesystem
Requires: procps-ng
%description
In a nutshell, Java Packages Bootstrap (JPB) is a standalone build of all Java
software packages that are required for Java Packages Tools (JPT) to work.
In order to achieve reliable and reproducible builds of Java packages while
meeting Fedora policy that requires everything to be built from source, without
using prebuilt binary artifacts, it is necessary to build the packages in a
well-defined, acyclic order. Dependency cycles between packages are the biggest
obstacle to achieving this goal and JPT is the biggest offender -- it requires
more than a hundred of Java packages, all of which in turn build-require JPT.
JPB comes with a solution to this problem -- it builds everything that JPT needs
to work, without reliance on any Java software other than OpenJDK. JPT can
depend on JPB for everything, without depending on any other Java packages. For
example, JPB contains embedded version of XMvn, removing dependency of JPT on
XMvn, allowing JPT to be used before one builds XMvn package.
%prep
%setup -q
mkdir licenses
cp -p %(echo %{sources} | cut -d' ' -f2-6) licenses
# leave out the first source as it has already been extracted
# leave out license files
other_sources=$(echo %{sources} | cut -d' ' -f7-)
for source in ${other_sources}
do
tar -xf "${source}"
done
for patch_path in patches/*/*
do
package_name="$(echo ${patch_path} | cut -f2 -d/)"
patch_name="$(echo ${patch_path} | cut -f3 -d/)"
pushd "downstream/${package_name}"
patch -p1 < "../../patches/${package_name}/${patch_name}"
popd
done
# This file would otherwise be installed along with the executables
rm downstream/maven/apache-maven/src/bin/.gitattributes
%build
export LC_ALL=C.utf8
./mbi.j build -parallel
%install
./mbi.j dist \
-installRoot=%{buildroot} \
-mavenHomePath=%{_datadir}/%{name} \
-metadataPath=%{_datadir}/%{name}/maven-metadata \
-artifactsPath=%{_javadir}/%{name} \
-launchersPath=%{_datadir}/%{name}/bin \
# fix permissions
for f in mvn mvnDebug mvnyjp
do
chmod +x "%{buildroot}%{_datadir}/%{name}/bin/${f}"
done
for f in ant cup jflex xmvn-install xmvn-resolve xmvn-subst
do
chmod g-w "%{buildroot}%{_datadir}/%{name}/bin/${f}"
done
# remove zero-size files
find %{buildroot}%{_javadir}/%{name} -type f -size 0 -delete
# install license files
license_directory="%{buildroot}%{_licensedir}/%{name}"
install -d -m 755 "${license_directory}"
## install license breakdown and extracted custom licenses
for license_file in licenses/*
do
install -p -m 644 "${license_file}" "${license_directory}/$(basename ${license_file})"
done
## install downstream licenses
install -p -m 644 LICENSE "${license_directory}/LICENSE"
install -p -m 644 NOTICE "${license_directory}/NOTICE"
function install_license()
{
install -p -m 644 "downstream/${1}/${2}" "${license_directory}/${1}-${2}"
}
install_license ant NOTICE
install_license bnd LICENSE
install_license build-helper-maven-plugin LICENSE.txt
install_license byte-buddy NOTICE
install_license cglib NOTICE
install_license common-annotations-api LICENSE.md
install_license common-annotations-api NOTICE.md
install_license commons-beanutils NOTICE.txt
install_license commons-cli NOTICE.txt
install_license commons-codec NOTICE.txt
install_license commons-collections NOTICE.txt
install_license commons-compress NOTICE.txt
install_license commons-io NOTICE.txt
install_license commons-jxpath NOTICE.txt
install_license commons-lang NOTICE.txt
install_license commons-logging NOTICE.txt
install_license commons-parent-pom NOTICE.txt
install_license cup licence.txt
install_license felix-parent-pom NOTICE
install_license felix-utils NOTICE
install_license fusesource-pom notice.txt
install_license httpcomponents-client NOTICE.txt
install_license httpcomponents-core NOTICE.txt
install_license httpcomponents-parent-pom NOTICE.txt
install_license injection-api NOTICE.md
install_license jcommander notice.md
install_license jsoup LICENSE
install_license junit4 LICENSE-junit.txt
install_license junit5 LICENSE.md
install_license maven-bundle-plugin NOTICE
install_license maven-enforcer NOTICE
install_license maven NOTICE
install_license mockito LICENSE
install_license modello LICENSE.txt
install_license munge-maven-plugin LICENSE
install_license plexus-cipher NOTICE.txt
install_license plexus-io NOTICE.txt
install_license plexus-utils NOTICE.txt
install_license servlet-api LICENSE.md
install_license servlet-api NOTICE.md
install_license sisu-inject LICENSE.txt
install_license sisu-mojos LICENSE.txt
install_license sisu-plexus LICENSE.txt
install_license slf4j LICENSE.txt
install_license velocity-engine NOTICE
install_license xbean NOTICE
install_license xmvn NOTICE
%files
%{_datadir}/%{name}
%{_javadir}/%{name}/*
%license %{_licensedir}/%{name}
%doc README.md
%doc AUTHORS
%changelog
* Wed Nov 25 2020 Marian Koncek <mkoncek@redhat.com> - 1.0.0-1
- Initial commit

114
sources Normal file
View File

@ -0,0 +1,114 @@
SHA512 (javapackages-bootstrap-1.0.0.tar.xz) = fccc4c83b1c698e5047cf5baaef3c527ba3a5f483cc569b000e76ae234b166730123813d54d50ba44b898a36b265314dbcf29e87abe05d5cbd75f5d907c28b88
SHA512 (javapackages-bootstrap-PACKAGE-LICENSING) = eb0f118119f6559cd3379bdb131faa652ca8cc7ce8c07d798882af9cd6207110b30fbff951241d755e366330bbf6213a9e4a0f63e47c5d86f080bdb0f192a3ec
SHA512 (plexus-compiler-LICENSE-MIT) = fc8b3ef27d68a96ee34e5b6431d72de54d62f38c18301417d5f11d969b46c9010e44bd4e52cb3eda47eb2ec682e18e2f3e7d8c0136ee996a9de9beca7034fb6c
SHA512 (plexus-containers-LICENSE-MIT) = a8ac75a8e5f00a0bda94733cc6c5dd1497ae1a717157e5e0c7106c60806a2bbdc69c5b05c44a134a525b0ff7d50116b1c0ffb2b542e4681e16bd390e4dcab83b
SHA512 (plexus-interpolation-LICENSE-MIT) = 7cfc63f792766b5328d0adf20db77d2d5cf4cce278114055b3e7672dc595b7024aaed5772f8857571f42915d4aee771a5e77e76cb2276303579c649720736c8a
SHA512 (plexus-resources-LICENSE-MIT) = 7cfc63f792766b5328d0adf20db77d2d5cf4cce278114055b3e7672dc595b7024aaed5772f8857571f42915d4aee771a5e77e76cb2276303579c649720736c8a
SHA512 (ant.tar.xz) = d514610ca6be05efdeabebaeecaa515790bfa65b83c85de557686fa42135e7510440f04aa1890143255ca8e937d39b3e5b4c2ade7059224227c1982f7f87f9bc
SHA512 (apache-pom.tar.xz) = add7ac6b664307f36c55950597876216c2e0fc9193ea2c00214c22d38d4c249fdea639f36618e49a66193da8f076bd6a76bc5136e3f4ef5b3bc28b779a9f5004
SHA512 (apiguardian.tar.xz) = c037c0afd3bb869585a99871c610bdc231ca66cf890199136bc822a67e0ddf252cf757d8ee04e56645117e75c816172e4e58efca39b3825c71e4b26a1d753fab
SHA512 (asm.tar.xz) = 0963a638f147c30f12de78afa27f7cb05ff15ad84a12a8f6dd22964c8acf59301451ea5af969d67b7c8167c2195cfd01d15a7d42c6f1fc32c1726be35ccf0453
SHA512 (assertj-core.tar.xz) = 76afff13cd817c77ae35d6cb4d37600f373e71647554d6fdd8313f25d6a738aaa33b053dabc2047f364ea56b9a054f89eed6f6156b3fcb06112accf6258e9cbe
SHA512 (bnd.tar.xz) = 4e83f6fda5d6dd6edeb4d94f0a788737f8f99fba1c9e8c455b1700b9ae5823392630323efc98c4dc9c4b025867978fd27bce2ebbefa9f6949af9a0d5ebfa6630
SHA512 (build-helper-maven-plugin.tar.xz) = a10176b562e2d7edbe109aec397e4ae1cdca1b3d27494644b483c874d08731478413eb0f3a4308aa2279d2883fba072fbd1b8a8f428447044a18195a46942219
SHA512 (byte-buddy.tar.xz) = 9e264947b24953a46c29c569e4999e4802ef08525f0016f83596b86cbbe9daa6fb802c2365293d3664334bd053f41f29f1b83286b949c7f10904478f781cd79f
SHA512 (cdi.tar.xz) = 95b9c229ab2106de9133a9cea45f56bc85c2b32d348af0b56386ea782764a5cad1330aa9c8f68a92c0cad9a932a50fadd1a6f6f173a0497ccb267f7cad5f7b29
SHA512 (cglib.tar.xz) = 6641fdbcac9f68bf5fcd97a102e18fc62491894155b8d26fb3d6ee393d12c5165890f4c1346b4b1d1736fdeea2f489aefad2a4b82000b16ef5c6f71fa5e720d0
SHA512 (common-annotations-api.tar.xz) = 7f135480c6b8b9b3fc9472f570f4b82df773d9971814558f2742eed1f5ef5747daa95cfe88765edc72ba1d68c743e780733b115130ac93bdc8394f4824a42ed4
SHA512 (commons-beanutils.tar.xz) = c949b81843aad73e969c3671649d48efab9d29dffd74e752e7c17af39d0332c9bfd8c17fb4d0d66873db24adbb37ecf682a47ec248c131c844a0d067c6f58b35
SHA512 (commons-cli.tar.xz) = ee6ae7dd58aea611fbf8770d131dc226b20e189dc33ef99d13eb71b7700336cff973d26942c6b76c5142e3f397046e8a7480048aec59a2460cfb53a7a292d350
SHA512 (commons-codec.tar.xz) = 6dcff937bf44772a5741fc823a5a5e97394e440968ebad83101761f929ba6c0c6a24f775cb86d7ba094e2a7ee5c8e468d425ef99b23aae869eb927ae397142ce
SHA512 (commons-collections.tar.xz) = 4101d7590734932f08cf5a51d2c28a4e1b7d4a61b013f4f24e4f042ef70081225ef5b2d47620a0a34a216b8245c9a7a2f63f9a3d9d5d73e23e107218f0f3bf51
SHA512 (commons-compress.tar.xz) = 2ddd542560f6547bc742aff869f6619dbbf8ce2143dca34087e9ed0bca903614e74a0b7c2ea219957822776c2e5f36121604eadb214850574cecc2482b71ddae
SHA512 (commons-io.tar.xz) = 1703930014c68e870d865ff94c4ba3c103b2e4487e87635fc6ded00daa2b17731f34923ac4b1617cf77c28aab2a7473725da1df803d6c97a58b4288ba301d8c4
SHA512 (commons-jxpath.tar.xz) = 1bbc91d1755a115044aa631f042d05e192050feebd29f515e6fd8216e01b1c2654961c353c6f515b7e02d7022bd7c45ed85a5c5e232c8c89f9f0892081f2f27c
SHA512 (commons-lang.tar.xz) = a17b17c4703fbdc48265829974f356985f8dbfe570473cc76d00d760ae1bb339637c1d40b5cbab7e218e0c2fa2fb8b42c0c5cb9b94d4bd26b8c9029e000b5911
SHA512 (commons-logging.tar.xz) = d406a137a6375f01b399d82d868694d28a2c3613f8afafe54aa0c29fa83f730ee6c460ad93c83e97ca0e6b883216e37ad4fad226d1a2616bab9e154e5f3c4d0a
SHA512 (commons-parent-pom.tar.xz) = 15c4dc847f446358a80a0c08042c78a4329b322cbf6420c42d66fa63aa5c7965e3351fa8221bf45e5b49e934e6a9c2453e92cc7cd7781d501a3124f7f2a46dfe
SHA512 (cup.tar.xz) = 2520269875b67d92898e94e313712b9c21f302eed7c5589a93890818e375e0cb748a83dbca2c175260dff0d59fead4ce12cb80728186562dffd830d5fc8ec19a
SHA512 (easymock.tar.xz) = cf219a1e07425021fcddc4fba3dabb0b99cae62f9960f3904cff5d9d045ae84d6c7dbeda872f94b1f8788e00eb6cb2ba99a7332178b7b78b4e782764faa32775
SHA512 (felix-parent-pom.tar.xz) = 25a8795f628f165e52a475252441457e3aed9efec3532a96ed8f061df1f22d8e0f08900e20ec7cd85322ff5112b39303fe9a1f5b6390eb5401fc475aff7fbc6f
SHA512 (felix-utils.tar.xz) = a2199ced40f9cc87bccf4f1e02566c2c360b3adfa1f44252b3facf7b046280f85ab9d57f27b0eb15bf8687c6857ec1a98dccb326ead2d73c26bf16c9782feaa5
SHA512 (fusesource-pom.tar.xz) = 79868d1ade2ed501ff6857dc4a547f8c0e9d9e1423908e16c308f44cf26d4e677faa6632e77dd6c8e6e6ce1377c2dc967fd244e16b56b22a9b786fbb50f67df9
SHA512 (guava.tar.xz) = e9e521153d75752f25095bc2c66a7b98c53e06c6721c86003e42d3bbfa22db46bb98ef29e67c832edfe145e0b6abc6ef5cd7d5bc768dc3024ccf39b9264f80e6
SHA512 (guice.tar.xz) = 233b8361107bfbd5cf13757ca864833d863968a39b5e30482d50f32626b903f4ae5d9d63e02cad17777f4050793c54a9091603bbf1dc670a84e88c5130ed943a
SHA512 (hamcrest.tar.xz) = 9ab6d70ab5611b6fc52bf31afad93e76394d9341dace0361128bb22f77b974b62fa581926aa768850f2b24e758c7307f1f56e4dfa85ceeac83447ac7c9eada36
SHA512 (httpcomponents-client.tar.xz) = ba2f8cab32104aadf5a77ed3e1e16798b05471695eca9efe22b1a0fccf839540610ad55c65a5c3b948983e905b178eb7527da5e309d7a21f0c57bdead8150f26
SHA512 (httpcomponents-core.tar.xz) = 73e3bb628f57a0fa17994b4b66b54248c3abb548492a965e50a48067a7bffd983468f57720d5473100794e176415584849c04271d308f6ed5b9e6f31148d0443
SHA512 (httpcomponents-parent-pom.tar.xz) = 5b877ef9f038312fe2cd17f5e9930b6fb771ff5d1d57d6e60812332502e2fde0ca53498be53a85d8652427afdc73dc747d21ec69c25a059a4dc53758ff405df8
SHA512 (injection-api.tar.xz) = 2bfdb53c69322a5f7458a3acc59dd4b83b7969eb8312534ac8c0e60d4fb2f679df4690c6268b453ec19c791a156d111fafda5d113892e2412327d02325af4a16
SHA512 (jansi.tar.xz) = 2a503443fd3793d42a8ce7247a3e25949a3b97868dd0914d90bff47c9b18b6e08122ab1d5a0436c94f57f4aec6ad36b9f16ee042f0ad7027fc1c066ab38340aa
SHA512 (jcommander.tar.xz) = 344b800b5d7e5028dfabfe70a08f84a19371d2bbbde1a9771a9bf02cbd47026bd5a78a397e588f28077b9f5576d4ea1d563c99b2c6c2eed5ca0cd32d2da5f1e1
SHA512 (jdom2.tar.xz) = d3a3d8cf69fcfda48ced37f73a97711a5607bcf3a9fa73fe3cf0f3eb1dd6e2c4e727cb9f8b496ef9f3f9f46aab1e4f656d13059c798e713bd2b996a007e4f259
SHA512 (jdom.tar.xz) = ced2c0c810be0b39b788259c649a2035d88710de5c5ae7a71daa62c7cdf81e38644f0cc289ae4a74ab313e50a5d05555423932af50b09e3a85e72d9440cb3c6a
SHA512 (jflex.tar.xz) = ef9ee7dd44b8fbf9a40e9e3f7169ce9bd14d8d724a8f3ca3ac0a6d00d0d8093bf8ebd047c99338613e3eb5d6942bba3d1c1ef36e113660ae41207f69d25af042
SHA512 (jsoup.tar.xz) = da78d6698f9edc8ad3f2585f1c3581a16af65610cf4e4a2df6581dfa6a6917aab64ee85a8d706028b199f6f87f0dcc6227f9b6b312fdf50776827200971037c8
SHA512 (jsr-305.tar.xz) = 58843b9aa8cc959af6203ee73191ec8d8b1b8a3ab17e23c25bd6ad977c26cbeaeb3ff87ffbfb89e28dafd7406ff4eeb67a904caded9ff7246e917cc10017932e
SHA512 (junit4.tar.xz) = d151567d91efaa79b6a167d497881f60760e5397a970766bb234ed28ac2a62903e157aa5d6ff9f06f11af224b020ed6f1c334a4119c3a19ed54dfc68c9a625b0
SHA512 (junit5.tar.xz) = a97a08baea4b2810dcac689b77f6fc0522f7241e27cbd0454181b4c591676a08c5f8428b2ed38e46202074a7016c684085732c8d045f55a2c4c342ddec69195a
SHA512 (maven-antrun-plugin.tar.xz) = c06c14dc0bd3dd1cbdba4a6168ac7a7b678d77d136bec615316e025548f13a6311c829cd79de5436ff268a44a956aea479a9b1af935e46ee97e693031fcb9000
SHA512 (maven-archiver.tar.xz) = b18419367d2061ac0af9c6306d490eb197d444ba9761c65ae9599aef6064ecf942025c4eed69285cd1c34bfe31aec01a32610713a090b48693900e6c90f42b1a
SHA512 (maven-artifact-transfer.tar.xz) = 3348eda1c4030deb69f86d29ebb533e14ddf13bb55654bf50c5ce421a6397e7d050722967cc832804ec98919a8edbfa5968d8125fe26330ee1ee218e7c53aa5a
SHA512 (maven-assembly-plugin.tar.xz) = 3d4d5b90c780301b7fd2c7c0cb1f87d1bbf6747f00b08075584e9995bb87f18a9434c7c62aa73f4a34648609bd101b2f535148e19c5f2f8dab493995882fdbf9
SHA512 (maven-bundle-plugin.tar.xz) = 203999f023e09789c304a080d390ebbf7def09babbf8e99684c1d668f3ee6071b56c0f5f17359c9ff6646ce6f1507353d408e8d17f55f29723474533abe14f56
SHA512 (maven-common-artifact-filters.tar.xz) = 21dfc5641ad0bb72c01014283e7071192a2b26b075da54a2fe38b67118a5b00846d57de7ad89455779ba3cb3a29a533642498a1e2aa9cb77768e164b52e630bb
SHA512 (maven-compiler-plugin.tar.xz) = 29dcab26314ff2a2a34ff98b8193af9d78c86f779f2d8a59424a6c959e4a5883455d4f7a25015cdfa5e7661d4f2224f7c50e7b6b16a41daee7f09aa9eaf8ec62
SHA512 (maven-dependency-analyzer.tar.xz) = 9179c32f86349b1b939aa862c9d04fa1b1c7731d31b1702e71a8c7175125d8eab5c0fcccce8af95280073345d53953e2a37ce8cddd31b9efb0f8b27aecaef278
SHA512 (maven-dependency-plugin.tar.xz) = 02ff9fd3c265648e5ac17441c277295003a813cda2c2f5b3517cd044d109faa057997105fa3b4683f0ac1e79758e1eafc6f7158033fb697355979a92e264ae2f
SHA512 (maven-dependency-tree.tar.xz) = c3d34b25c8457bb4b65fae74cf1ac52d337ffaf0db6a40b5b85d586c9ff26c733bd673f67a24077a94769650266d9f5d170a934ecfdd4fc44d0d3dcd05278a36
SHA512 (maven-enforcer.tar.xz) = 0b0115fb7294ff3e8dcfd899c13d2674b535fbf3172dd9d3a334c1f2240df4a409a5801c878e8c8433079d16a047104645d031bfa188dad0c422c64210afd97d
SHA512 (maven-file-management.tar.xz) = e72fa521c57dda10977b5ca91a4b13adca878900a53165c48d58d4720f2380b3c53b9113239d5a71353f13b0d043c409185db40158b7ec6928d99a0d7b5e1fed
SHA512 (maven-filtering.tar.xz) = 2933b27f170ff25c74ab8ead5d00f1c11782d31df283a4e400775ab5e3cb981218c8da76b8b75e9a322938af32e9d4b44747253a69a55c6b4b6b4dcbf877c126
SHA512 (maven-jar-plugin.tar.xz) = 8d319a9099cf8c5d891fd7d0d0d9c274b814fda000975b14298e03ba354ae63ae9de10d34a6306fdd6fc45493e64679fd56f019ad52adf0a41e10a7927291340
SHA512 (maven-parent-pom.tar.xz) = dbed2a2f9f54c7e123124ef5479d71ee0a93b3139a0824c9b3b4b3f6c4d586a57f60e05ff183b1bc538f5b353c8873f6f860a81ec63e1c48127513a137f0f3ba
SHA512 (maven-plugin-testing.tar.xz) = c343fdc258b5884e801d74926767ba84c7dd1769d8215bf05c7dee955f3327cf216cffd39be4b96224523e4c16430edec81b934ab1543b328fd28f461360a2eb
SHA512 (maven-plugin-tools.tar.xz) = f084a81115c66f5be4c031cf23a522aaf5955cb0167155d998c71340591298e6744f932134b425b63acefc9af7a140484d2d99b263b0b702e091da392a88a7ae
SHA512 (maven-remote-resources-plugin.tar.xz) = 4c54f1a75c4dec4c48961f7c1ded4bb219dc10b246346a267a44b7e4a178b2cb23c25e81a41bd041975ed9ca37cdc0120b1e1da0fef86e56bb3a8415b26a9c39
SHA512 (maven-resolver.tar.xz) = 167fef0ccbf6ef739b2b7be9ca91f55cf9583f6058143cabcfa395001f1263e5c3fbd87ec08ed4a832cbc2bc2dc741c7759859e0f6f4270650f7f4266d8a77ff
SHA512 (maven-resources-plugin.tar.xz) = f28fe60efe7c619201fba582327048e4bfe49b7ad8e55bf684c5c5e4ff12d23c92e3e02cbc0bd6ba977920c9a891ff6b27666b1f4a9ce0c5b03aeeedb7bf1843
SHA512 (maven-resources.tar.xz) = 9be130f3b9e098635e5f62acabd60d4ae66b1658b18ed8630aecec8ac7fc9e5c19e04894e79b5a11e656c1261d5b270beb9f71080b404a0db8927853cfdfa8aa
SHA512 (maven-shared-incremental.tar.xz) = 50f7cbcc3496fcf4b834bfeeac770d610deb8b35a60bdf3cd5d18eac0615bd1853377a83dc1bc1744c3b3e4d66df8cea722f3b7be626c855053c337deb0d1118
SHA512 (maven-shared-io.tar.xz) = e56af091151ee53587edd52943e7527bf6329920d0ebe2011aec075d56e05ce5b36c99f49e31adb5ee62dea6af1b977376df4f3646e306f9e8d9854d23aae587
SHA512 (maven-shared-utils.tar.xz) = a72f958b7a8d3537f613a08e6d7b25d424b40eec714a7b11aa639ccfef0db4f3db400e49bf0bc48b94155bba84187178552a7c1163d934e43c900fd4c8a8fb4b
SHA512 (maven-source-plugin.tar.xz) = da94c4fbc819fb04a7ba6efd9fceac194837bf6cf754f00fe162db964321f2fb860f7c074b51693bfc0aedb31f9eadc0356d5e694838a4ef8c8fb9d390d454e8
SHA512 (maven-surefire.tar.xz) = 136d6ff35242e11ae293f21e9e42d2ab0b6ec379e64324a82ec5d0b8ae43072b68557f87c5f02227064899a638560c67e82ae4a5a7a1313eb8d198a60603c26b
SHA512 (maven.tar.xz) = d1392683175146e1328e97e24ba03eeda8d77f5b59695259971bbbc5d2c427954d6e06127b0445b8cbb3c156d0cf751d68668f62936256442e376cdc2b0e0725
SHA512 (maven-verifier.tar.xz) = 54deb814e5d254ec50c20c76f59f164ed7063a85b5828bf9fd4a727e4a4f936ae3d07a5854b016bc491e6730550eca5dd694c873cdbdc84f9b867f6daf4bcd14
SHA512 (maven-wagon.tar.xz) = d51b293ff3e92af40f2e330f0f3cc320760926b2d5bf40906afa0989b15042692f4bd4675944aab38bb3f77f38404c0b1075d1d7b8548c073999419442acd3ef
SHA512 (mockito.tar.xz) = 06490cc44bc41c9168c1748c7a53b3cb8b54d84dcf487388e1a7d1c33be09a0ef39586ca0fae503a5fec133480d48f85ba5e3cfe4d5629b0357aa26557b1fef9
SHA512 (modello.tar.xz) = 93d92ea186d830bcc388b459d3b28a2612ffe5de5ad9d28acc20441d0ee07951ade832fd8e68616314e9b8ec66db1db2713839b20350c4833ed9beecc7ab58fb
SHA512 (mojo-parent-pom.tar.xz) = e5be5393f3f27bcf89b2f3d83efa21e7cefedd1379f419ee886c381bf8650d6fa596fc2a946201fae3e99ea914136ba0e35024d007ff46c5f36c9ca5571a7a30
SHA512 (munge-maven-plugin.tar.xz) = 573c010ca107cdf32440d5dfa95a1ca400da7fd3d56f8355fd99257fb4ec83d2818638c06f06ba8f0ea882a3515fc64931c6342e4ec167488b11555023a5e7ed
SHA512 (objenesis.tar.xz) = 99a3b9da3baec726aeb643a72494617d5234d31e063e0e81c0716a3e0a7d9b773b591f215ea82f3dc6d781d4294e60143794409073739caf07917b14b231015c
SHA512 (opentest4j.tar.xz) = f28358721018eb98959427553300e2bba4cf592016c7e83f25c907236caab0e77c537cbe1fd9685edae3e125bf0feb87560ccc991d37e381d377c1d48197c2a4
SHA512 (osgi-annotation.tar.xz) = 2f2990d6b29f930699fefc4c01c2fbeadc69c7b469c566b79cc561120d1f672fd95c78f4bd518128082d0f5c80bc0d589b5167b8b56f204dfacf60f9ae5f47f7
SHA512 (osgi-cmpn.tar.xz) = 1c3ee095a8b89e8a553d3e0f2a0b8cabdec203aa0810829b64bae885de701541ce11185b02bb5d09c5965fa66390b534997ed0440008a46bd09e3673f72f6ecd
SHA512 (osgi-core.tar.xz) = 6b4ee1d3e495dd14bade260d43a960836a591fea0c285e36904b1b6c8f785432e198f2d460e5aa4281020e6d1f09d2ff95457c6fcd176f8f113e6ed3fc4dcc19
SHA512 (oss-parent-pom.tar.xz) = 11e88e748e13a48262f34de209169e60da5f8c9f548b80212a80ae767d7f5d3aeac7d03d420d78da14e9e64a299904411c54d59a0361c4290c696c52efe350d4
SHA512 (plexus-archiver.tar.xz) = 67b79e1c99e1e78fceaf887d3e68f158833c01b43b98a5546165d3d29674ac7510ea3cbb12d63e21c00efeaae76bdf8059a0fb9cd284b7062377c1d9ac2341e8
SHA512 (plexus-cipher.tar.xz) = 4080ff531e2d75ed114670861f7ccc80348588a0aa133e17811e3f0ba6a8af44ed749df8d10f41f58790e3309859eff9e995945a5f9356d86c9b46c254ab449e
SHA512 (plexus-classworlds.tar.xz) = 769af97c043b3675a49960cbabff04e748134770fc36d9ede6e52a0acb6b2ddc9dc0e51e05cc6d3e8e2c33a76441794381f05c4927d70d4b1fc9ea7ee84472a6
SHA512 (plexus-compiler.tar.xz) = 4c9af6a934d2f8cf0712fee364d9a4723323102b4f6b64ccf4b74bcf3fe8cdb9d04d50261026dbd63a770fab97f03fd3ecf99f903d6707e29dfcaedc74b092d7
SHA512 (plexus-components-pom.tar.xz) = d7386aeb60591b6facc7d99d9910b1623ebb8de61b9b0d781fae22ba9eb02ff864e67f6198054eed41c2454b82f26848c3d6ed6bf1113dab338f70fc1aab61dc
SHA512 (plexus-containers.tar.xz) = 7e7a34374e66cf1f4540c4246260e0d65088f87eef79583f3ada3b49d317395d7f6420d2baf4ea6cc37c5ba2ee7cde1490b1ab61074423de1f01a4054069f85b
SHA512 (plexus-interpolation.tar.xz) = 5f93f9e88aef39753d3901785421367253948449044990d1d974b99f2ae110a52d314a13264766312a9597ef2f8f40240e7773f51daf5d8d162848d95c37bd8c
SHA512 (plexus-io.tar.xz) = e2bd3152749001a9133f2d2184b5559a2bdcc8991d00ee6cabfd8998fde8446ac05c48aca0e427cac06e6589afb466034d26300b5ccede74259ad6b37c382595
SHA512 (plexus-languages.tar.xz) = 6346800073ca39f24acafac1a42e3aa1fb6ee5f6a9cf3ad3ca0cab8fe59003a244ca478a77cb2cc097f1912efb7fa94966585b62b9f6c225fdb424e596d75655
SHA512 (plexus-pom.tar.xz) = 10a015077d1589db071e1b8fd4cee3199d4cc17381f74621a202a8a5ab03dd6af594d2d9136ae5f0c8b15db4f3605188ce82518caf685e0631b2ea1e3bf8c8ad
SHA512 (plexus-resources.tar.xz) = 8b7c55468661311b1faf1eee83d0c491986cfbe5aed38b9298362b82bb384cd583ea476b337dd6393c492c16f70192cd9a763d53920df64210ce9c22f4be635b
SHA512 (plexus-sec-dispatcher.tar.xz) = 4fa97396d72f6f7c43160c1f303bd4e5ada5bef4b912a7fdf75f5721e466c420c4415e0031d58fa060493ea2a1c1ee39800250d6f13a8b1fb19b10e729413764
SHA512 (plexus-utils.tar.xz) = ccf1d201f1d8682cab36764b9a8ce946a26013980d9df3087dbe8d8136bf7b9191029be6836108506ca9dc662e92cd8809835b7ff1c23c6ca2ab4901d67f8c93
SHA512 (qdox.tar.xz) = 922111989f6472c1bfdffe78d91ea8da94e704f122a6c3f9d5d87c22647c412b69f0ebbd4a737650163b14c7102aaddbd1164dfb364c6a92a3638ac5b6c9c264
SHA512 (servlet-api.tar.xz) = f1731aa67600034edeb10a60030cb22f650b036de71a8309dddd3fdfb475436512a35dbdb6f1b985fa31964b018cddad51c5909a9c6a2bcab025593ecce4c74b
SHA512 (sisu-build-api.tar.xz) = 6d1dc0cbfba6d78eb12f2e68c955c49a85ee5a07a696d83d31efe8eba8ccedb887036be280de0c805c0aeb6b8ff35ff4ceab5231ead8cc9d467fc27226e576d4
SHA512 (sisu-inject.tar.xz) = b0111b6c8e4103029c528a2bb169a4afd5bc58e52564cc34fbc006adb653abb265a92114bb2461ae6720e6787a5f60a32897781cbe0f54e070edb6520b145750
SHA512 (sisu-mojos.tar.xz) = 32a31bd01af618f04fdfc1f3e5aa850d4ac8f3f2b6ed4e1ad2f8bbf65b7e6a75f0aa91c4e3ec5a361b8b3f0d25120ddd5a5c17ef11ddb4ea31491784d66cdaf8
SHA512 (sisu-plexus.tar.xz) = 736896a5bb6230338341ebca1cbbc4d258faf5affac88d178252eed6173dada281299ecac9df03f133c3199eac7230c7a37d3f1902c6a164453b120015030c7b
SHA512 (slf4j.tar.xz) = 5071068364c08e65058f367fed61b8298e2e19aff6fcced4fb6cd170d7a71b4e24c25e7192745bb3759c35078fff37f7c196a758dc3faee11e696a43db3d553f
SHA512 (testng.tar.xz) = 3377c6a6f40740b0def5eca5b89e522d1a41e6e7c41cbb944baa524b838b203a6458a6dfa234f38b23e45a7de1e6a16ecf288f3d1271812700dc2d82303c63fd
SHA512 (univocity-parsers.tar.xz) = db5d154a34d56c5aa1269bf04174f86a45eacb12976904ab4a7c55db03d8e7b7d7f5e2ab913e6674165728f3e7ed34e34b84079b9761c1699e76b0314c2437cc
SHA512 (velocity-engine.tar.xz) = 81f647534f4361fc8e7065282b1182b4f0c5009ef5b63a85c2c4668e2d0281689970df06f3f7566f77140e157dea674ecd2a120d48d75ab9c7de1cb35a2b7992
SHA512 (xbean.tar.xz) = 2401d47384ba5ef36ab8f4fd634ab298c39aeecaeb89ce1fe92b3c7c1224bd73eca817038dc5cbaa558f8dea178d2c75193e6ca5037c36db8da25fbcf22bd514
SHA512 (xmlunit.tar.xz) = 6a95939eeb0d45496bc8612fe41a424d9a5cc7092e7895833f30dd4b152102d469c66515faee91924c6d44d3a67b9234349fccf11e2ae74dd54d3536e3f7c6b9
SHA512 (xmvn.tar.xz) = 9c4ed80f866c2010db6f8c827f1cacff6d34585b8dc01e857a8677eaa86f41586ce16b0b69b7938b9433740affdf822a78ce68d031cabf0926db805833e685da
SHA512 (xz-java.tar.xz) = 287335c084b80a1fc7510f1dc8d1cc17a815f6ae40f70cca1b08112fe8ba48181a9da3c0bc9328adcece74b677fef1659461ce03082e87a01b8d753fc3ffe680