Remove jetty-servlet-tester references 93/88993/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Apr 2020 10:44:29 +0000 (12:44 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 9 Apr 2020 10:45:34 +0000 (12:45 +0200)
These are ancient and we do not seem to need them anymore, remove
them.

Change-Id: I4e7c3315aa53526cc2ce630db9cbe9f657fd45be
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
aaa-shiro/impl/pom.xml
parent/pom.xml

index e4dde047359d55d9d18773fb8540baa78d0eb5c5..c1cbf4ca528610c1894b04630f170b540d60f7cd 100644 (file)
@@ -151,11 +151,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>jersey-test-framework-provider-grizzly2</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.mortbay.jetty</groupId>
-            <artifactId>jetty-servlet-tester</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>com.google.truth</groupId>
             <artifactId>truth</artifactId>
index b308cf760bbb5b802d76bd60852142c6b592be90..b180b3009577b66d02484fcfe6ce562faf163be0 100644 (file)
         <groupId>org.apache.felix</groupId>
         <artifactId>org.apache.felix.metatype</artifactId>
       </dependency>
-
-      <!-- Test stuff -->
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty-servlet-tester</artifactId>
-        <version>7.0.0.pre5</version>
-        <scope>test</scope>
-      </dependency>
     </dependencies>
   </dependencyManagement>