boot-fx/pom.xml
branchpreprocess
changeset 333 92f39197f0d2
parent 322 4a93f2679691
child 421 66d823ed2f87
     1.1 --- a/boot-fx/pom.xml	Tue Nov 05 23:06:32 2013 +0100
     1.2 +++ b/boot-fx/pom.xml	Mon Nov 25 09:44:59 2013 +0100
     1.3 @@ -65,6 +65,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>net.java.html.json.tck</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14      <description>A presentation provider to show JavaFX WebView 
    1.15  when a Java/HTML based application is about to boot.</description>