[ http://issues.apache.org/jira/browse/DIRSERVER-164?page=all ] Emmanuel Lecharny closed DIRSERVER-164: ---------------------------------------
done > Compilation cycle > ----------------- > > Key: DIRSERVER-164 > URL: http://issues.apache.org/jira/browse/DIRSERVER-164 > Project: Directory ApacheDS > Type: New Feature > Components: kerberos > Reporter: Emmanuel Lecharny > Assignee: Enrique Rodriguez > > There is a compilation cross-dependency cycle in shared-kerberos : > in kerberos-common project.xml (version 0.5.1-SNAPSHOT): > <dependency> > <groupId>directory-shared</groupId> > <artifactId>protocol-common</artifactId> > <version>0.5.0-SNAPSHOT</version> > </dependency> > in protocol-common project.xml (version 0.5.0-SNAPSHOT) : > <dependency> > <groupId>directory-shared</groupId> > <artifactId>kerberos-common</artifactId> > <version>0.5.1-SNAPSHOT</version> > </dependency> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
