boot is only needed during testing
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Sun, 12 Jan 2014 22:37:25 +0100
changeset 460f61d5cd45635
parent 459 fe9813565c54
child 461 e357eb92a341
boot is only needed during testing
ko-ws-tyrus/pom.xml
     1.1 --- a/ko-ws-tyrus/pom.xml	Sun Jan 12 19:23:58 2014 +0100
     1.2 +++ b/ko-ws-tyrus/pom.xml	Sun Jan 12 22:37:25 2014 +0100
     1.3 @@ -94,6 +94,7 @@
     1.4        <groupId>${project.groupId}</groupId>
     1.5        <artifactId>net.java.html.boot</artifactId>
     1.6        <version>${project.version}</version>
     1.7 +      <scope>test</scope>
     1.8        <type>jar</type>
     1.9      </dependency>
    1.10      <dependency>
    1.11 @@ -106,7 +107,7 @@
    1.12      <dependency>
    1.13        <groupId>${project.groupId}</groupId>
    1.14        <artifactId>ko4j</artifactId>
    1.15 -      <version>0.7-SNAPSHOT</version>
    1.16 +      <version>${project.version}</version>
    1.17        <scope>test</scope>
    1.18        <type>jar</type>
    1.19      </dependency>