Removed the hard wired versions from StandaloneLdapCodecService
---------------------------------------------------------------
Key: DIRSHARED-102
URL: https://issues.apache.org/jira/browse/DIRSHARED-102
Project: Directory Shared
Issue Type: Task
Affects Versions: 1.0-M1
Reporter: Emmanuel Lecharny
Priority: Blocker
Fix For: 1.0-M2
The StandaloneLdapCodecService class contains some hard wired version of used
jars :
...
private static final String[] SYSTEM_PACKAGES =
{
"org.slf4j; version=1.6.0",
"org.apache.directory.shared.i18n; version=1.0.0",
"org.apache.directory.shared.util; version=1.0.0",
"org.apache.directory.shared.util.exception; version=1.0.0",
"org.apache.directory.shared.asn1; version=1.0.0",
"org.apache.directory.shared.asn1.util; version=1.0.0",
"org.apache.directory.shared.asn1.ber; version=1.0.0",
...
This should be generated by the build system.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira