Need @ServiceProvider just for compilation
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Mon, 29 Apr 2013 09:30:35 +0200
changeset 432073237c83bf
parent 42 7e8267acd491
child 44 39040ca230b9
Need @ServiceProvider just for compilation
json/pom.xml
     1.1 --- a/json/pom.xml	Sun Apr 28 22:39:26 2013 +0200
     1.2 +++ b/json/pom.xml	Mon Apr 29 09:30:35 2013 +0200
     1.3 @@ -50,6 +50,7 @@
     1.4      <dependency>
     1.5        <groupId>org.netbeans.api</groupId>
     1.6        <artifactId>org-openide-util-lookup</artifactId>
     1.7 +      <scope>provided</scope>
     1.8      </dependency>
     1.9    </dependencies>
    1.10  </project>