Added CorsFilter to enable secure cross site scripting
[controller.git] / opendaylight / samples / northbound / loadbalancer / pom.xml
index dc23940d55ae6cf4ef30a96ac0b35dd2bdab1bb8..ed078a0551e28f49e5f7747de9f52f892155709d 100644 (file)
@@ -51,6 +51,7 @@
               javax.xml.bind.annotation,
               javax.xml.bind,
               org.slf4j,
+              org.apache.catalina.filters,
               !org.codehaus.enunciate.jaxrs
             </Import-Package>
             <Web-ContextPath>/one/nb/v2/lb</Web-ContextPath>
       <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>