Knockout bindings need to be built first
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 16 May 2013 14:00:49 +0200
changeset 12179c5b5d8ee4bb
parent 1216 6eab20a4249f
child 1218 d0d22163568a
Knockout bindings need to be built first
ko-archetype-test/pom.xml
     1.1 --- a/ko-archetype-test/pom.xml	Thu May 16 13:40:26 2013 +0200
     1.2 +++ b/ko-archetype-test/pom.xml	Thu May 16 14:00:49 2013 +0200
     1.3 @@ -32,6 +32,18 @@
     1.4              <artifactId>maven-verifier</artifactId>
     1.5              <version>1.4</version>
     1.6              <scope>test</scope>
     1.7 -        </dependency>  
     1.8 +        </dependency>
     1.9 +        <dependency>
    1.10 +            <groupId>${project.groupId}</groupId>
    1.11 +            <artifactId>ko-fx</artifactId>
    1.12 +            <version>${project.version}</version>
    1.13 +            <scope>provided</scope>
    1.14 +        </dependency>
    1.15 +        <dependency>
    1.16 +            <groupId>${project.groupId}</groupId>
    1.17 +            <artifactId>ko-bck2brwsr</artifactId>
    1.18 +            <version>${project.version}</version>
    1.19 +            <scope>provided</scope>
    1.20 +        </dependency>
    1.21      </dependencies>
    1.22  </project>