Bump odlparent to 5.0.0
[netconf.git] / restconf / restconf-nb-rfc8040 / pom.xml
index 7ed5759eae270698c45f3b8aca120709d7bec3a2..c4a268c2967bacb2a0fe3422461c42eb799aeffc 100644 (file)
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
+      <version>20131018</version>
     </dependency>
 
     <dependency>
       <plugin>
         <groupId>org.apache.aries.blueprint</groupId>
         <artifactId>blueprint-maven-plugin</artifactId>
+        <configuration>
+          <scanPaths>
+            <!-- FIXME: we *really* should be in org.opendaylight.netconf ! -->
+            <scanPath>org.opendaylight.restconf</scanPath>
+          </scanPaths>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>