Compilation cycle
-----------------
Key: DIRKERBEROS-32
URL: http://issues.apache.org/jira/browse/DIRKERBEROS-32
Project: Directory Kerberos
Type: Bug
Reporter: Emmanuel Lecharny
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