Added CorsFilter to enable secure cross site scripting
[controller.git] / opendaylight / northbound / subnets / pom.xml
index a3931beadd34540de0c3d97cdd84e83ffe6428cd..43b8f9ebb08bb87acbf84639be432352417b8df4 100644 (file)
@@ -65,6 +65,7 @@
               javax.xml.bind,
               javax.xml.bind.annotation,
               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>