Remove hand-written ServiceLoader services
[bgpcep.git] / pcep / ietf-stateful / pom.xml
index bb06f797cb14669d86de2b1a710ffc2b4ff95986..909594f66942012d9c053c124d0fc3d4124f0692 100644 (file)
             <artifactId>concepts</artifactId>
         </dependency>
 
-        <!--
-             FIXME: these are IETF models which are pre-generated in SAL infra.
-                    This should not be here, but rather should somehow be
-                    discovered by the plugin.
-        -->
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.kohsuke.metainf-services</groupId>
+            <artifactId>metainf-services</artifactId>
+        </dependency>
 
         <!--test dependencies -->
         <dependency>