mojo/pom.xml
branchlauncher
changeset 357 dc375a56fd15
parent 218 bbc04118d571
child 421 0236ad6ab4d2
     1.1 --- a/mojo/pom.xml	Thu Nov 29 00:02:37 2012 +0100
     1.2 +++ b/mojo/pom.xml	Thu Dec 20 16:17:31 2012 +0100
     1.3 @@ -77,5 +77,10 @@
     1.4        <version>3.0.2</version>
     1.5        <type>jar</type>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +        <groupId>${project.groupId}</groupId>
     1.9 +        <artifactId>launcher</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +    </dependency>
    1.12  </dependencies>
    1.13  </project>