Skip to content

Instantly share code, notes, and snippets.

@dvirgiln
Created November 5, 2014 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvirgiln/85e4323db030951e8063 to your computer and use it in GitHub Desktop.
Save dvirgiln/85e4323db030951e8063 to your computer and use it in GitHub Desktop.
jboss-deployment-structure.xml
<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.picketlink"/>
</dependencies>
<exclude-subsystems>
<subsystem name="webservices" />
</exclude-subsystems>
</deployment>
</jboss-deployment-structure>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment