launcher/pom.xml
branchdew
changeset 463 3641fd0663d3
parent 462 aa69b1387624
child 544 08ffdc3938e7
     1.1 --- a/launcher/pom.xml	Tue Jan 15 22:48:17 2013 +0100
     1.2 +++ b/launcher/pom.xml	Wed Jan 16 10:52:06 2013 +0100
     1.3 @@ -55,5 +55,10 @@
     1.4          </exclusion>
     1.5        </exclusions>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>${project.groupId}</groupId>
     1.9 +      <artifactId>javaquery.api</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13  </project>