@ServiceProvider is only used during compilation
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 25 Jun 2014 09:59:49 +0200
changeset 723bc12f276ad05
parent 722 3e1bdea2c665
child 726 522f8ee41295
@ServiceProvider is only used during compilation
geo/pom.xml
     1.1 --- a/geo/pom.xml	Wed Jun 25 09:59:36 2014 +0200
     1.2 +++ b/geo/pom.xml	Wed Jun 25 09:59:49 2014 +0200
     1.3 @@ -37,6 +37,7 @@
     1.4        <groupId>org.netbeans.api</groupId>
     1.5        <artifactId>org-openide-util-lookup</artifactId>
     1.6        <type>jar</type>
     1.7 +      <scope>provided</scope>
     1.8      </dependency>
     1.9      <dependency>
    1.10        <groupId>org.netbeans.html</groupId>