launcher/fx/pom.xml
changeset 1271 46e2b4ef85a4
parent 1184 ccf2447021f6
child 1276 0faedeb34895
     1.1 --- a/launcher/fx/pom.xml	Thu Jun 20 10:22:50 2013 +0200
     1.2 +++ b/launcher/fx/pom.xml	Mon Sep 09 06:08:00 2013 +0200
     1.3 @@ -78,7 +78,23 @@
     1.4      <dependency>
     1.5        <groupId>org.apidesign.html</groupId>
     1.6        <artifactId>net.java.html.boot</artifactId>
     1.7 -      <version>0.4-SNAPSHOT</version>
     1.8 +      <version>${net.java.html.version}</version>
     1.9 +    </dependency>
    1.10 +    <dependency>
    1.11 +        <groupId>org.glassfish.grizzly</groupId>
    1.12 +        <artifactId>grizzly-websockets-server</artifactId>
    1.13 +        <version>${grizzly.version}</version>
    1.14 +        <type>jar</type>
    1.15 +    </dependency>
    1.16 +    <dependency>
    1.17 +        <groupId>org.glassfish.grizzly</groupId>
    1.18 +        <artifactId>grizzly-http-servlet</artifactId>
    1.19 +        <version>${grizzly.version}</version>
    1.20 +    </dependency>    
    1.21 +    <dependency>
    1.22 +        <groupId>javax.servlet</groupId>
    1.23 +        <artifactId>javax.servlet-api</artifactId>
    1.24 +        <version>3.1.0</version>
    1.25      </dependency>
    1.26    </dependencies>
    1.27  </project>