Issue Details (XML | Word | Printable)

Key: DIRSERVER-164
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Enrique Rodriguez
Reporter: Emmanuel Lecharny
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Compilation cycle

Created: 01/Nov/05 02:32 AM   Updated: 07/Apr/09 10:05 PM
Return to search
Component/s: changepw
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 01/Nov/05 02:49 AM


 Description  « Hide
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>



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order