git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1387836 13f79535-47bb-0310-9956-ffa450edef68
@@ -146,6 +146,8 @@ AMBARI-666 branch (unreleased changes)
BUG FIXES
+ AMBARI-761. Fix broken build for adding guice servlet dependency. (mahadev)
+
AMBARI-753. Fix broken compile as a result of re-factor of FSM layout. (hitesh)
AMBARI-752. Add missing license header to TestServiceComponentHostState. (hitesh)
@@ -89,6 +89,11 @@
<artifactId>commons-io</artifactId>
<version>2.1</version>
</dependency>
+ <dependency>
+ <groupId>com.google.inject.extensions</groupId>
+ <artifactId>guice-servlet</artifactId>
+ <version>3.0</version>
+ </dependency>
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>