json-tck/pom.xml
branchpreprocess
changeset 333 92f39197f0d2
parent 314 3461e5ec9059
child 421 66d823ed2f87
     1.1 --- a/json-tck/pom.xml	Mon Nov 04 13:03:58 2013 +0100
     1.2 +++ b/json-tck/pom.xml	Mon Nov 25 09:44:59 2013 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4    <artifactId>net.java.html.json.tck</artifactId>
     1.5    <version>0.7-SNAPSHOT</version>
     1.6    <packaging>bundle</packaging>
     1.7 -  <name>TCK for JSON Model</name>
     1.8 +  <name>HTML for Java TCK</name>
     1.9    <url>http://maven.apache.org</url>
    1.10    <properties>
    1.11      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.12 @@ -57,6 +57,11 @@
    1.13        <artifactId>org-openide-util</artifactId>
    1.14        <scope>provided</scope>
    1.15      </dependency>
    1.16 +    <dependency>
    1.17 +      <groupId>${project.groupId}</groupId>
    1.18 +      <artifactId>net.java.html.boot</artifactId>
    1.19 +      <version>${project.version}</version>
    1.20 +    </dependency>
    1.21    </dependencies>
    1.22      <description>Test Compatibility Kit for anyone who wants to consume the net.java.html.json APIs and
    1.23  render their objects using own technology (e.g. own browser, MVVC, etc.).</description>