launcher/http/pom.xml
changeset 1088 4b65abc39565
parent 1081 47687dce809a
child 1089 23572dc719bd
     1.1 --- a/launcher/http/pom.xml	Tue May 07 16:16:21 2013 +0200
     1.2 +++ b/launcher/http/pom.xml	Thu May 09 21:51:56 2013 +0200
     1.3 @@ -42,6 +42,11 @@
     1.4        <version>${project.version}</version>
     1.5      </dependency>
     1.6      <dependency>
     1.7 +      <groupId>${project.groupId}</groupId>
     1.8 +      <artifactId>launcher.fx</artifactId>
     1.9 +      <version>${project.version}</version>
    1.10 +    </dependency>
    1.11 +    <dependency>
    1.12        <groupId>org.glassfish.grizzly</groupId>
    1.13        <artifactId>grizzly-http-server</artifactId>
    1.14        <version>${grizzly.version}</version>