Another bunch of dependencies on grizzly debian
authorJaroslav Tulach <jtulach@netbeans.org>
Sat, 24 Oct 2015 21:47:20 +0200
branchdebian
changeset 10003dd7476264fd
parent 999 fc9d33bb5500
child 1001 995fa7a4acb5
Another bunch of dependencies on grizzly
boot-script/pom.xml
     1.1 --- a/boot-script/pom.xml	Sat Oct 24 21:44:44 2015 +0200
     1.2 +++ b/boot-script/pom.xml	Sat Oct 24 21:47:20 2015 +0200
     1.3 @@ -67,43 +67,11 @@
     1.4              <scope>test</scope>
     1.5          </dependency>
     1.6          <dependency>
     1.7 -            <groupId>org.glassfish.grizzly</groupId>
     1.8 -            <artifactId>grizzly-http-server</artifactId>
     1.9 -            <version>${grizzly.version}</version>
    1.10 -            <scope>test</scope>
    1.11 -        </dependency>
    1.12 -        <dependency>
    1.13 -            <groupId>org.glassfish.grizzly</groupId>
    1.14 -            <artifactId>grizzly-websockets-server</artifactId>
    1.15 -            <version>${grizzly.version}</version>
    1.16 -            <scope>test</scope>
    1.17 -            <type>jar</type>
    1.18 -        </dependency>
    1.19 -        <dependency>
    1.20 -            <groupId>org.glassfish.grizzly</groupId>
    1.21 -            <artifactId>grizzly-http-servlet</artifactId>
    1.22 -            <version>${grizzly.version}</version>
    1.23 -            <scope>test</scope>
    1.24 -        </dependency>    
    1.25 -        <dependency>
    1.26 -            <groupId>javax.servlet</groupId>
    1.27 -            <artifactId>javax.servlet-api</artifactId>
    1.28 -            <scope>test</scope>
    1.29 -            <version>3.1.0</version>
    1.30 -        </dependency>
    1.31 -        <dependency>
    1.32              <groupId>org.netbeans.html</groupId>
    1.33              <artifactId>ko4j</artifactId>
    1.34              <version>${project.version}</version>
    1.35              <scope>test</scope>
    1.36              <type>jar</type>
    1.37          </dependency>
    1.38 -        <dependency>
    1.39 -            <groupId>${project.groupId}</groupId>
    1.40 -            <artifactId>ko-ws-tyrus</artifactId>
    1.41 -            <version>${project.version}</version>
    1.42 -            <scope>test</scope>
    1.43 -            <type>jar</type>
    1.44 -        </dependency>
    1.45      </dependencies>
    1.46  </project>
    1.47 \ No newline at end of file