Just a heads up that in both trunk and branch-2.0.0 a new compile time dependency was added to the project's pom.
<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>kerberos-client</artifactId> <version>2.0.0-M19</version> </dependency> If you are doing ambari-server development and have an older dev VM and build the latest and just update the ambar-server jar on the VM you will notice this. -John
