json/pom.xml
branchcontext
changeset 110 21bf4126e3a9
parent 102 2945acef8083
child 215 24612fed24b5
     1.1 --- a/json/pom.xml	Thu May 16 21:14:23 2013 +0200
     1.2 +++ b/json/pom.xml	Tue May 28 13:31:42 2013 +0200
     1.3 @@ -51,5 +51,10 @@
     1.4        <artifactId>org-openide-util-lookup</artifactId>
     1.5        <scope>provided</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>${project.groupId}</groupId>
     1.9 +      <artifactId>net.java.html</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13  </project>