diff --git a/examples/saml/servlet-filter/src/main/webapp/META-INF/jboss-deployment-structure.xml b/examples/saml/servlet-filter/src/main/webapp/META-INF/jboss-deployment-structure.xml
new file mode 100644
index 0000000..b2ee966
--- /dev/null
+++ b/examples/saml/servlet-filter/src/main/webapp/META-INF/jboss-deployment-structure.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<jboss-deployment-structure>
+<deployment>
+ <dependencies>
+ <module name="org.apache.httpcomponents" />
+ </dependencies>
+</deployment>
+</jboss-deployment-structure>
\ No newline at end of file