Added CorsFilter to enable secure cross site scripting
[controller.git] / opendaylight / northbound / statistics / pom.xml
index cad50e299834a633a03b36e95776e93120bd9abe..db4c4a941342a23f8cb34c58c9d0f6c7f1e73b7f 100644 (file)
@@ -58,6 +58,7 @@
                 javax.xml.bind.annotation,
                 javax.xml.bind,
                 org.slf4j,
+                org.apache.catalina.filters,
                 !org.codehaus.enunciate.jaxrs
               </Import-Package>
             <Export-Package>
       <artifactId>enunciate-core-annotations</artifactId>
       <version>${enunciate.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller.thirdparty</groupId>
+      <artifactId>org.apache.catalina.filters.CorsFilter</artifactId>
+      <version>7.0.42-SNAPSHOT</version>
+    </dependency>
   </dependencies>
 </project>