boot-fx/pom.xml
changeset 424 1d637fa8634b
parent 361 700087d2a5d3
child 425 6729b08befde
child 428 5f50be4b4bf4
     1.1 --- a/boot-fx/pom.xml	Mon Dec 16 15:48:09 2013 +0100
     1.2 +++ b/boot-fx/pom.xml	Tue Jan 07 08:48:40 2014 +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>