Removing dependency on grizzly debian
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 21:44:24 +0200
branchdebian
changeset 9982c2744152900
parent 997 95be7194744a
child 999 fc9d33bb5500
Removing dependency on grizzly
ko4j/pom.xml
     1.1 --- a/ko4j/pom.xml	Sat Oct 24 21:34:56 2015 +0200
     1.2 +++ b/ko4j/pom.xml	Sat Oct 24 21:44:24 2015 +0200
     1.3 @@ -70,30 +70,6 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 -    <dependency>
     1.8 -      <groupId>org.glassfish.grizzly</groupId>
     1.9 -      <artifactId>grizzly-http-server</artifactId>
    1.10 -      <version>${grizzly.version}</version>
    1.11 -      <scope>test</scope>
    1.12 -    </dependency>
    1.13 -    <dependency>
    1.14 -      <groupId>org.glassfish.grizzly</groupId>
    1.15 -      <artifactId>grizzly-websockets-server</artifactId>
    1.16 -      <version>${grizzly.version}</version>
    1.17 -      <scope>test</scope>
    1.18 -      <type>jar</type>
    1.19 -    </dependency>
    1.20 -    <dependency>
    1.21 -        <groupId>org.glassfish.grizzly</groupId>
    1.22 -        <artifactId>grizzly-http-servlet</artifactId>
    1.23 -        <version>${grizzly.version}</version>
    1.24 -        <scope>test</scope>
    1.25 -    </dependency>    
    1.26 -    <dependency>
    1.27 -        <groupId>javax.servlet</groupId>
    1.28 -        <artifactId>javax.servlet-api</artifactId>
    1.29 -        <scope>test</scope>
    1.30 -    </dependency>
    1.31    </dependencies>
    1.32      <description>Binds net.java.html.json APIs together with knockout.js</description>
    1.33  </project>