boot-script/pom.xml
branchenvjs
changeset 690 5d2f872b09fa
parent 680 9fa36fee05e5
child 698 15f2eb71b416
     1.1 --- a/boot-script/pom.xml	Wed Jun 04 10:28:17 2014 +0200
     1.2 +++ b/boot-script/pom.xml	Wed Jun 04 14:43:35 2014 +0200
     1.3 @@ -90,5 +90,12 @@
     1.4              <scope>test</scope>
     1.5              <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>${project.groupId}</groupId>
     1.9 +            <artifactId>ko-ws-tyrus</artifactId>
    1.10 +            <version>${project.version}</version>
    1.11 +            <scope>test</scope>
    1.12 +            <type>jar</type>
    1.13 +        </dependency>
    1.14      </dependencies>
    1.15  </project>
    1.16 \ No newline at end of file