summaryrefslogtreecommitdiff
path: root/ambari-funtest
diff options
context:
space:
mode:
authorJonathan Hurley <jhurley@hortonworks.com>2016-08-05 14:19:16 -0400
committerJonathan Hurley <jhurley@hortonworks.com>2016-08-05 14:19:16 -0400
commit1f7a4ee911f1bbc66d3d468103fc40f84e139e4d (patch)
tree8bdb92d9353008c548c4fcfe5c3beddb47fa4f2f /ambari-funtest
parent2605237df62a47700b5197274d26f5e7151db71f (diff)
Revert "AMBARI-17991 Ambari agent unable to register with server when server response is too big (dsen)"
This reverts commit a76215f67d7e95e5a33d72012e16efb34f4de6c6.
Diffstat (limited to 'ambari-funtest')
-rw-r--r--ambari-funtest/pom.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/ambari-funtest/pom.xml b/ambari-funtest/pom.xml
index 257af3bf53..422137a6da 100644
--- a/ambari-funtest/pom.xml
+++ b/ambari-funtest/pom.xml
@@ -302,14 +302,8 @@
</dependency>
<!--jsp support for jetty -->
<dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-api-2.1-glassfish</artifactId>
- <version>2.1.v20100127</version>
- </dependency>
- <dependency>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>jsp-2.1-glassfish</artifactId>
- <version>2.1.v20100127</version>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-jsp</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>