rt/mojo/pom.xml
branchmodel
changeset 1040 784443774aef
parent 1025 4680cb7d6294
child 1043 bd80952bfd11
     1.1 --- a/rt/mojo/pom.xml	Fri Apr 26 14:00:59 2013 +0200
     1.2 +++ b/rt/mojo/pom.xml	Sun Apr 28 17:11:12 2013 +0200
     1.3 @@ -81,5 +81,10 @@
     1.4          <artifactId>launcher</artifactId>
     1.5        <version>${project.version}</version>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +        <groupId>${project.groupId}</groupId>
     1.9 +        <artifactId>launcher.http</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +    </dependency>
    1.12  </dependencies>
    1.13  </project>