Merge "Remove Metering ConcurrentHashMaps"
[neutron.git] / northbound-api / pom.xml
index 55ebe5c4a0b02c9d3829883905d6d91eca11fb5d..7555e2a275ef3d6874cefb21744f3786763215f0 100644 (file)
@@ -12,6 +12,9 @@
   <artifactId>northbound-api</artifactId>
   <version>0.6.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
+  <properties>
+    <checkstyle.location>${project.parent.basedir}/src/main/resources</checkstyle.location>
+  </properties>
   <dependencies>
     <dependency>
       <groupId>com.sun.jersey</groupId>
@@ -53,6 +56,7 @@
         <configuration>
           <instructions>
             <Import-Package>
+              org.eclipse.jetty.servlets,
               org.eclipse.persistence.jaxb.rs,
               com.sun.jersey.spi.container.servlet,
               javax.ws.rs,