* chore(TUP-29381): CVE on commons-codec * add more exclusions * code changes * add exclusion and add dependency for assmbly plugin * code change * change version to match new * try revert to previous version * try to fix build failed * try add dependency * change version * change for apache.common
56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Common
|
|
Bundle-SymbolicName: org.talend.libraries.apache.common
|
|
Bundle-Version: 7.4.1.qualifier
|
|
Bundle-ClassPath: .,
|
|
lib/commons-codec-1.15.jar,
|
|
lib/commons-cli-2.0-SNAPSHOT.jar,
|
|
lib/commons-digester-2.1.jar,
|
|
lib/commons-math3-3.3.jar,
|
|
lib/commons-validator-1.5.1.jar,
|
|
lib/commons-pool2-2.4.2.jar,
|
|
lib/commons-text-1.1.jar
|
|
Export-Package: org.apache.commons.cli2,
|
|
org.apache.commons.cli2.builder,
|
|
org.apache.commons.cli2.commandline,
|
|
org.apache.commons.cli2.option,
|
|
org.apache.commons.cli2.resource,
|
|
org.apache.commons.cli2.util,
|
|
org.apache.commons.cli2.validation,
|
|
org.apache.commons.codec,
|
|
org.apache.commons.codec.binary,
|
|
org.apache.commons.codec.digest,
|
|
org.apache.commons.codec.language,
|
|
org.apache.commons.codec.language.bm,
|
|
org.apache.commons.codec.net,
|
|
org.apache.commons.digester,
|
|
org.apache.commons.digester.annotations,
|
|
org.apache.commons.digester.annotations.handlers,
|
|
org.apache.commons.digester.annotations.internal,
|
|
org.apache.commons.digester.annotations.providers,
|
|
org.apache.commons.digester.annotations.reflect,
|
|
org.apache.commons.digester.annotations.rules,
|
|
org.apache.commons.digester.annotations.spi,
|
|
org.apache.commons.digester.annotations.utils,
|
|
org.apache.commons.digester.parser,
|
|
org.apache.commons.digester.plugins,
|
|
org.apache.commons.digester.plugins.strategies,
|
|
org.apache.commons.digester.substitution,
|
|
org.apache.commons.digester.xmlrules,
|
|
org.apache.commons.math3.distribution;version="3.3.0",
|
|
org.apache.commons.math3.exception;version="3.3.0",
|
|
org.apache.commons.math3.random;version="3.3.0",
|
|
org.apache.commons.math3.stat.descriptive;version="3.3.0",
|
|
org.apache.commons.math3.stat.descriptive.rank;version="3.3.0",
|
|
org.apache.commons.math3.util;version="3.3.0",
|
|
org.apache.commons.text,
|
|
org.apache.commons.text.similarity,
|
|
org.apache.commons.validator;version="1.5.1",
|
|
org.apache.commons.validator.routines;version="1.5.1"
|
|
Require-Bundle: org.apache.commons.commons-beanutils;visibility:=reexport,
|
|
org.apache.commons.logging;bundle-version="1.2.0";visibility:=reexport,
|
|
org.apache.commons.lang3;bundle-version="3.4.0";visibility:=reexport
|
|
Bundle-ActivationPolicy: lazy
|
|
Eclipse-BundleShape: dir
|