Don't expose lookup API to those who depend on us, use it only for compilation
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 07 Aug 2013 15:33:36 +0200
changeset 225c277583be9cc
parent 224 d76f680588ee
child 226 1e99d5bac244
Don't expose lookup API to those who depend on us, use it only for compilation
boot/pom.xml
     1.1 --- a/boot/pom.xml	Wed Aug 07 15:32:45 2013 +0200
     1.2 +++ b/boot/pom.xml	Wed Aug 07 15:33:36 2013 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4      <dependency>
     1.5        <groupId>org.netbeans.api</groupId>
     1.6        <artifactId>org-openide-util-lookup</artifactId>
     1.7 -      <scope>compile</scope>
     1.8 +      <scope>provided</scope>
     1.9      </dependency>
    1.10    </dependencies>
    1.11  </project>