torquebox-server 2.3.0-java → 3.0.0.beta1-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1393) hide show
  1. data/jboss/README.txt +2 -2
  2. data/jboss/bin/add-user.sh +2 -2
  3. data/jboss/bin/appclient.bat +1 -1
  4. data/jboss/bin/appclient.conf +4 -4
  5. data/jboss/bin/appclient.conf.bat +2 -8
  6. data/jboss/bin/appclient.sh +2 -2
  7. data/jboss/bin/client/README-CLI-JCONSOLE.txt +16 -0
  8. data/jboss/bin/client/README-EJB-JMS.txt +41 -0
  9. data/jboss/bin/client/jboss-cli-client.jar +0 -0
  10. data/jboss/bin/domain.conf +5 -6
  11. data/jboss/bin/domain.conf.bat +6 -12
  12. data/jboss/bin/domain.sh +2 -2
  13. data/jboss/bin/init.d/jboss-as-domain.sh +179 -0
  14. data/jboss/bin/jboss-cli.sh +1 -1
  15. data/jboss/bin/jboss-cli.xml +7 -0
  16. data/jboss/bin/jconsole.bat +26 -18
  17. data/jboss/bin/jconsole.sh +3 -3
  18. data/jboss/bin/standalone.bat +73 -18
  19. data/jboss/bin/standalone.conf +3 -6
  20. data/jboss/bin/standalone.conf.bat +4 -12
  21. data/jboss/bin/standalone.sh +59 -15
  22. data/jboss/bin/vault.bat +15 -16
  23. data/jboss/bin/vault.sh +6 -11
  24. data/jboss/copyright.txt +1 -1
  25. data/jboss/docs/licenses/apache license, version 2.0 - license-2.0.txt +413 -0
  26. data/jboss/docs/licenses/eclipse license, version 1.0 - epl-v10.html +261 -0
  27. data/jboss/docs/licenses/eclipse public license v1.0 - epl-v10.php +328 -0
  28. data/jboss/docs/licenses/gpl - .txt +415 -0
  29. data/jboss/docs/licenses/lgpl 2.1 - lgpl-2.1.html +57 -56
  30. data/jboss/docs/licenses/licenses.xml +615 -2239
  31. data/jboss/docs/licenses/public domain - cc0-1.0.txt +121 -0
  32. data/jboss/docs/licenses/{apache 2 - license-2.0.txt → the apache software license, version 2.0 - license-2.0.txt} +0 -0
  33. data/jboss/docs/licenses/the mit license - mit-license.php +29 -484
  34. data/jboss/domain/configuration/domain.xml +90 -572
  35. data/jboss/domain/configuration/host-master.xml +2 -2
  36. data/jboss/domain/configuration/host-slave.xml +2 -2
  37. data/jboss/domain/configuration/host.xml +53 -42
  38. data/jboss/domain/configuration/logging.properties +7 -7
  39. data/jboss/domain/configuration/original-domain.xml +947 -0
  40. data/jboss/domain/configuration/torquebox-full.xml +1298 -0
  41. data/jboss/domain/configuration/torquebox-slim.xml +847 -0
  42. data/jboss/jboss-modules.jar +0 -0
  43. data/jboss/modules/layers.conf +1 -0
  44. data/jboss/modules/system/layers/base/ibm/jdk/main/module.xml +47 -0
  45. data/jboss/modules/system/layers/base/javaee/api/main/module.xml +53 -0
  46. data/jboss/modules/{javax → system/layers/base/javax}/activation/api/main/activation-1.1.1.jar +0 -0
  47. data/jboss/modules/system/layers/base/javax/activation/api/main/module.xml +35 -0
  48. data/jboss/modules/{javax → system/layers/base/javax}/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar +0 -0
  49. data/jboss/modules/{javax → system/layers/base/javax}/annotation/api/main/module.xml +0 -0
  50. data/jboss/modules/{javax → system/layers/base/javax}/api/main/module.xml +0 -0
  51. data/jboss/modules/{javax → system/layers/base/javax}/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final.jar +0 -0
  52. data/jboss/modules/{javax → system/layers/base/javax}/el/api/main/module.xml +0 -0
  53. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/api/main/cdi-api-1.0-SP4.jar +0 -0
  54. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/api/main/module.xml +0 -0
  55. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar +0 -0
  56. data/jboss/modules/{javax → system/layers/base/javax}/enterprise/deploy/api/main/module.xml +0 -0
  57. data/jboss/modules/{javax → system/layers/base/javax}/inject/api/main/javax.inject-1.jar +0 -0
  58. data/jboss/modules/{javax → system/layers/base/javax}/inject/api/main/module.xml +0 -0
  59. data/jboss/modules/{javax → system/layers/base/javax}/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar +0 -0
  60. data/jboss/modules/{javax → system/layers/base/javax}/interceptor/api/main/module.xml +0 -0
  61. data/jboss/modules/{javax → system/layers/base/javax}/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar +0 -0
  62. data/jboss/modules/{javax → system/layers/base/javax}/jms/api/main/module.xml +0 -0
  63. data/jboss/modules/{javax → system/layers/base/javax}/jws/api/main/jsr181-api-1.0-MR1.jar +0 -0
  64. data/jboss/modules/{javax → system/layers/base/javax}/jws/api/main/module.xml +0 -0
  65. data/jboss/modules/{javax → system/layers/base/javax}/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar +0 -0
  66. data/jboss/modules/system/layers/base/javax/management/j2ee/api/main/module.xml +34 -0
  67. data/jboss/modules/{javax → system/layers/base/javax}/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar +0 -0
  68. data/jboss/modules/system/layers/base/javax/persistence/api/main/jbosgi-xservice.properties +3 -0
  69. data/jboss/modules/{javax → system/layers/base/javax}/persistence/api/main/module.xml +0 -0
  70. data/jboss/modules/{javax → system/layers/base/javax}/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar +0 -0
  71. data/jboss/modules/{javax → system/layers/base/javax}/resource/api/main/module.xml +0 -0
  72. data/jboss/modules/{javax → system/layers/base/javax}/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar +0 -0
  73. data/jboss/modules/{javax → system/layers/base/javax}/security/auth/message/api/main/module.xml +0 -0
  74. data/jboss/modules/{javax → system/layers/base/javax}/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar +0 -0
  75. data/jboss/modules/{javax → system/layers/base/javax}/security/jacc/api/main/module.xml +0 -0
  76. data/jboss/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.2.Final.jar +0 -0
  77. data/jboss/modules/system/layers/base/javax/servlet/api/main/module.xml +30 -0
  78. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar +0 -0
  79. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jsp/api/main/module.xml +0 -0
  80. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar +0 -0
  81. data/jboss/modules/{javax → system/layers/base/javax}/servlet/jstl/api/main/module.xml +0 -0
  82. data/jboss/modules/{javax → system/layers/base/javax}/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar +0 -0
  83. data/jboss/modules/{javax → system/layers/base/javax}/transaction/api/main/module.xml +0 -0
  84. data/jboss/modules/{javax → system/layers/base/javax}/validation/api/main/module.xml +0 -0
  85. data/jboss/modules/{javax → system/layers/base/javax}/validation/api/main/validation-api-1.0.0.GA.jar +0 -0
  86. data/jboss/modules/system/layers/base/javax/xml/jaxp-provider/main/module.xml +28 -0
  87. data/jboss/modules/{javax → system/layers/base/javax}/xml/stream/api/main/module.xml +0 -0
  88. data/jboss/modules/{net → system/layers/base/net}/jcip/main/jcip-annotations-1.0.jar +0 -0
  89. data/jboss/modules/{net → system/layers/base/net}/jcip/main/module.xml +0 -0
  90. data/jboss/modules/{org → system/layers/base/org}/apache/commons/cli/main/commons-cli-1.2.jar +0 -0
  91. data/jboss/modules/{org → system/layers/base/org}/apache/commons/cli/main/module.xml +0 -0
  92. data/jboss/modules/{org → system/layers/base/org}/apache/commons/codec/main/commons-codec-1.4.jar +0 -0
  93. data/jboss/modules/{org → system/layers/base/org}/apache/commons/codec/main/module.xml +0 -0
  94. data/jboss/modules/{org → system/layers/base/org}/apache/commons/lang/main/commons-lang-2.6.jar +0 -0
  95. data/jboss/modules/{org → system/layers/base/org}/apache/commons/lang/main/module.xml +0 -0
  96. data/jboss/modules/{org → system/layers/base/org}/apache/commons/logging/main/module.xml +0 -0
  97. data/jboss/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar +0 -0
  98. data/jboss/modules/system/layers/base/org/apache/commons/pool/main/module.xml +37 -0
  99. data/jboss/modules/{org → system/layers/base/org}/apache/log4j/main/log4j-1.2.16.jar +0 -0
  100. data/jboss/modules/{org → system/layers/base/org}/apache/log4j/main/module.xml +0 -0
  101. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/module.xml +0 -0
  102. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar +0 -0
  103. data/jboss/modules/{org → system/layers/base/org}/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar +0 -0
  104. data/jboss/modules/{org → system/layers/base/org}/apache/xerces/main/module.xml +0 -0
  105. data/jboss/modules/{org → system/layers/base/org}/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar +0 -0
  106. data/jboss/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.8.jar +0 -0
  107. data/jboss/modules/system/layers/base/org/fusesource/jansi/main/module.xml +37 -0
  108. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-commons-2.3.0.CR1.jar +0 -0
  109. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-core-client-2.3.0.CR1.jar +0 -0
  110. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-jms-client-2.3.0.CR1.jar +0 -0
  111. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-jms-server-2.3.0.CR1.jar +0 -0
  112. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-journal-2.3.0.CR1.jar +0 -0
  113. data/jboss/modules/system/layers/base/org/hornetq/main/hornetq-server-2.3.0.CR1.jar +0 -0
  114. data/jboss/modules/{org → system/layers/base/org}/hornetq/main/lib/linux-i686/libHornetQAIO32.so +0 -0
  115. data/jboss/modules/{org → system/layers/base/org}/hornetq/main/lib/linux-x86_64/libHornetQAIO64.so +0 -0
  116. data/jboss/modules/system/layers/base/org/hornetq/main/module.xml +51 -0
  117. data/jboss/modules/system/layers/base/org/hornetq/ra/main/hornetq-ra-2.3.0.CR1.jar +0 -0
  118. data/jboss/modules/system/layers/base/org/hornetq/ra/main/module.xml +48 -0
  119. data/jboss/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.2.1.Final.jar +0 -0
  120. data/jboss/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml +40 -0
  121. data/jboss/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.2.1.Final.jar +0 -0
  122. data/jboss/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml +40 -0
  123. data/jboss/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.2.1.Final.jar +0 -0
  124. data/jboss/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml +39 -0
  125. data/jboss/modules/system/layers/base/org/infinispan/main/infinispan-core-5.2.1.Final.jar +0 -0
  126. data/jboss/modules/system/layers/base/org/infinispan/main/module.xml +41 -0
  127. data/jboss/modules/system/layers/base/org/jboss/aesh/main/aesh-0.27.jar +0 -0
  128. data/jboss/modules/system/layers/base/org/jboss/aesh/main/module.xml +38 -0
  129. data/jboss/modules/system/layers/base/org/jboss/as/cli/main/jboss-as-cli-7.2.x.slim.incremental.4.jar +0 -0
  130. data/jboss/modules/system/layers/base/org/jboss/as/cli/main/module.xml +52 -0
  131. data/jboss/modules/system/layers/base/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.2.x.slim.incremental.4.jar +0 -0
  132. data/jboss/modules/system/layers/base/org/jboss/as/clustering/api/main/module.xml +39 -0
  133. data/jboss/modules/system/layers/base/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.2.x.slim.incremental.4.jar +0 -0
  134. data/jboss/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml +42 -0
  135. data/jboss/modules/system/layers/base/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.2.x.slim.incremental.4.jar +0 -0
  136. data/jboss/modules/system/layers/base/org/jboss/as/clustering/impl/main/module.xml +47 -0
  137. data/jboss/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.2.x.slim.incremental.4.jar +0 -0
  138. data/jboss/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml +65 -0
  139. data/jboss/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.2.x.slim.incremental.4.jar +0 -0
  140. data/jboss/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml +50 -0
  141. data/jboss/modules/system/layers/base/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.2.x.slim.incremental.4.jar +0 -0
  142. data/jboss/modules/system/layers/base/org/jboss/as/clustering/registry/main/module.xml +41 -0
  143. data/jboss/modules/system/layers/base/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.2.x.slim.incremental.4.jar +0 -0
  144. data/jboss/modules/system/layers/base/org/jboss/as/clustering/service/main/module.xml +43 -0
  145. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.2.x.slim.incremental.4.jar +0 -0
  146. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml +52 -0
  147. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.2.x.slim.incremental.4.jar +0 -0
  148. data/jboss/modules/system/layers/base/org/jboss/as/clustering/web/spi/main/module.xml +45 -0
  149. data/jboss/modules/system/layers/base/org/jboss/as/connector/main/jboss-as-connector-7.2.x.slim.incremental.4.jar +0 -0
  150. data/jboss/modules/system/layers/base/org/jboss/as/connector/main/module.xml +67 -0
  151. data/jboss/modules/system/layers/base/org/jboss/as/controller/main/jboss-as-controller-7.2.x.slim.incremental.4.jar +0 -0
  152. data/jboss/modules/system/layers/base/org/jboss/as/controller/main/module.xml +47 -0
  153. data/jboss/modules/system/layers/base/org/jboss/as/controller-client/main/jboss-as-controller-client-7.2.x.slim.incremental.4.jar +0 -0
  154. data/jboss/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml +45 -0
  155. data/jboss/modules/system/layers/base/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.2.x.slim.incremental.4.jar +0 -0
  156. data/jboss/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml +43 -0
  157. data/jboss/modules/system/layers/base/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.2.x.slim.incremental.4.jar +0 -0
  158. data/jboss/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml +47 -0
  159. data/jboss/modules/{org → system/layers/base/org}/jboss/as/domain-add-user/main/module.xml +0 -0
  160. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.2.x.slim.incremental.4.jar +0 -0
  161. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml +39 -0
  162. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.2.x.slim.incremental.4.jar +0 -0
  163. data/jboss/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml +45 -0
  164. data/jboss/modules/system/layers/base/org/jboss/as/domain-management/main/jboss-as-domain-management-7.2.x.slim.incremental.4.jar +0 -0
  165. data/jboss/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml +46 -0
  166. data/jboss/modules/system/layers/base/org/jboss/as/ee/main/jboss-as-ee-7.2.x.slim.incremental.4.jar +0 -0
  167. data/jboss/modules/system/layers/base/org/jboss/as/ee/main/module.xml +53 -0
  168. data/jboss/modules/system/layers/base/org/jboss/as/host-controller/main/jboss-as-host-controller-7.2.x.slim.incremental.4.jar +0 -0
  169. data/jboss/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml +67 -0
  170. data/jboss/modules/system/layers/base/org/jboss/as/jmx/main/jboss-as-jmx-7.2.x.slim.incremental.4.jar +0 -0
  171. data/jboss/modules/system/layers/base/org/jboss/as/jmx/main/module.xml +49 -0
  172. data/jboss/modules/system/layers/base/org/jboss/as/logging/main/jboss-as-logging-7.2.x.slim.incremental.4.jar +0 -0
  173. data/jboss/modules/system/layers/base/org/jboss/as/logging/main/module.xml +49 -0
  174. data/jboss/modules/system/layers/base/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.2.x.slim.incremental.4.jar +0 -0
  175. data/jboss/modules/system/layers/base/org/jboss/as/management-client-content/main/module.xml +41 -0
  176. data/jboss/modules/system/layers/base/org/jboss/as/messaging/main/jboss-as-messaging-7.2.x.slim.incremental.4.jar +0 -0
  177. data/jboss/modules/system/layers/base/org/jboss/as/messaging/main/module.xml +67 -0
  178. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/jboss-as-modcluster-7.2.x.slim.incremental.4.jar +0 -0
  179. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.3.Final.jar +0 -0
  180. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.3.Final.jar +0 -0
  181. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.3.Final.jar +0 -0
  182. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/mod_cluster-core-1.2.3.Final.jar +0 -0
  183. data/jboss/modules/system/layers/base/org/jboss/as/modcluster/main/module.xml +61 -0
  184. data/jboss/modules/system/layers/base/org/jboss/as/naming/main/jboss-as-naming-7.2.x.slim.incremental.4.jar +0 -0
  185. data/jboss/modules/system/layers/base/org/jboss/as/naming/main/module.xml +48 -0
  186. data/jboss/modules/system/layers/base/org/jboss/as/network/main/jboss-as-network-7.2.x.slim.incremental.4.jar +0 -0
  187. data/jboss/modules/system/layers/base/org/jboss/as/network/main/module.xml +40 -0
  188. data/jboss/modules/system/layers/base/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.2.x.slim.incremental.4.jar +0 -0
  189. data/jboss/modules/system/layers/base/org/jboss/as/platform-mbean/main/module.xml +42 -0
  190. data/jboss/modules/system/layers/base/org/jboss/as/process-controller/main/jboss-as-process-controller-7.2.x.slim.incremental.4.jar +0 -0
  191. data/jboss/modules/system/layers/base/org/jboss/as/process-controller/main/module.xml +47 -0
  192. data/jboss/modules/system/layers/base/org/jboss/as/protocol/main/jboss-as-protocol-7.2.x.slim.incremental.4.jar +0 -0
  193. data/jboss/modules/system/layers/base/org/jboss/as/protocol/main/module.xml +44 -0
  194. data/jboss/modules/system/layers/base/org/jboss/as/remoting/main/jboss-as-remoting-7.2.x.slim.incremental.4.jar +0 -0
  195. data/jboss/modules/system/layers/base/org/jboss/as/remoting/main/module.xml +53 -0
  196. data/jboss/modules/system/layers/base/org/jboss/as/security/main/jboss-as-security-7.2.x.slim.incremental.4.jar +0 -0
  197. data/jboss/modules/system/layers/base/org/jboss/as/security/main/module.xml +60 -0
  198. data/jboss/modules/system/layers/base/org/jboss/as/server/main/jboss-as-server-7.2.x.slim.incremental.4.jar +0 -0
  199. data/jboss/modules/system/layers/base/org/jboss/as/server/main/module.xml +70 -0
  200. data/jboss/modules/{org → system/layers/base/org}/jboss/as/standalone/main/module.xml +0 -0
  201. data/jboss/modules/system/layers/base/org/jboss/as/threads/main/jboss-as-threads-7.2.x.slim.incremental.4.jar +0 -0
  202. data/jboss/modules/system/layers/base/org/jboss/as/threads/main/module.xml +43 -0
  203. data/jboss/modules/system/layers/base/org/jboss/as/transactions/main/jboss-as-transactions-7.2.x.slim.incremental.4.jar +0 -0
  204. data/jboss/modules/system/layers/base/org/jboss/as/transactions/main/module.xml +50 -0
  205. data/jboss/modules/system/layers/base/org/jboss/as/vault-tool/main/module.xml +39 -0
  206. data/jboss/modules/system/layers/base/org/jboss/as/version/main/jboss-as-version-7.2.x.slim.incremental.4.jar +0 -0
  207. data/jboss/modules/system/layers/base/org/jboss/as/version/main/module.xml +38 -0
  208. data/jboss/modules/system/layers/base/org/jboss/as/web/main/ecj-3.7.2.jar +0 -0
  209. data/jboss/modules/system/layers/base/org/jboss/as/web/main/jboss-as-web-7.2.x.slim.incremental.4.jar +0 -0
  210. data/jboss/modules/system/layers/base/org/jboss/as/web/main/jbossweb-7.2.0.Final.jar +0 -0
  211. data/jboss/modules/system/layers/base/org/jboss/as/web/main/module.xml +68 -0
  212. data/jboss/modules/{org → system/layers/base/org}/jboss/classfilewriter/main/jboss-classfilewriter-1.0.3.Final.jar +0 -0
  213. data/jboss/modules/{org → system/layers/base/org}/jboss/classfilewriter/main/module.xml +0 -0
  214. data/jboss/modules/{org → system/layers/base/org}/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar +0 -0
  215. data/jboss/modules/{org → system/layers/base/org}/jboss/com/sun/httpserver/main/module.xml +0 -0
  216. data/jboss/modules/system/layers/base/org/jboss/common-beans/main/jboss-common-beans-1.1.0.Final.jar +0 -0
  217. data/jboss/modules/system/layers/base/org/jboss/common-beans/main/module.xml +34 -0
  218. data/jboss/modules/{org → system/layers/base/org}/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar +0 -0
  219. data/jboss/modules/{org → system/layers/base/org}/jboss/common-core/main/module.xml +0 -0
  220. data/jboss/modules/system/layers/base/org/jboss/dmr/main/jboss-dmr-1.1.6.Final.jar +0 -0
  221. data/jboss/modules/system/layers/base/org/jboss/dmr/main/module.xml +32 -0
  222. data/jboss/modules/{org → system/layers/base/org}/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar +0 -0
  223. data/jboss/modules/{org → system/layers/base/org}/jboss/invocation/main/module.xml +0 -0
  224. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.15.Final.jar +0 -0
  225. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.15.Final.jar +0 -0
  226. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.15.Final.jar +0 -0
  227. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/api/main/module.xml +44 -0
  228. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.15.Final.jar +0 -0
  229. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.15.Final.jar +0 -0
  230. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.15.Final.jar +0 -0
  231. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.15.Final.jar +0 -0
  232. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/impl/main/module.xml +55 -0
  233. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.15.Final.jar +0 -0
  234. data/jboss/modules/system/layers/base/org/jboss/ironjacamar/jdbcadapters/main/module.xml +48 -0
  235. data/jboss/modules/{org → system/layers/base/org}/jboss/jandex/main/jandex-1.0.3.Final.jar +0 -0
  236. data/jboss/modules/{org → system/layers/base/org}/jboss/jandex/main/module.xml +0 -0
  237. data/jboss/modules/{org → system/layers/base/org}/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar +0 -0
  238. data/jboss/modules/{org → system/layers/base/org}/jboss/jboss-transaction-spi/main/module.xml +0 -0
  239. data/jboss/modules/system/layers/base/org/jboss/jts/integration/main/jbossjta-integration-4.16.6.Final.jar +0 -0
  240. data/jboss/modules/system/layers/base/org/jboss/jts/integration/main/module.xml +46 -0
  241. data/jboss/modules/system/layers/base/org/jboss/jts/main/jbossjta-4.16.6.Final.jar +0 -0
  242. data/jboss/modules/system/layers/base/org/jboss/jts/main/module.xml +45 -0
  243. data/jboss/modules/{org → system/layers/base/org}/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.1.Final.jar +0 -0
  244. data/jboss/modules/{org → system/layers/base/org}/jboss/log4j/logmanager/main/module.xml +0 -0
  245. data/jboss/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.1.Final.jar +0 -0
  246. data/jboss/modules/system/layers/base/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +34 -0
  247. data/jboss/modules/{org → system/layers/base/org}/jboss/logging/main/jboss-logging-3.1.2.GA.jar +0 -0
  248. data/jboss/modules/{org → system/layers/base/org}/jboss/logging/main/module.xml +0 -0
  249. data/jboss/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-1.4.0.Final.jar +0 -0
  250. data/jboss/modules/system/layers/base/org/jboss/logmanager/main/module.xml +35 -0
  251. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/main/jboss-marshalling-1.3.16.GA.jar +0 -0
  252. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/main/module.xml +0 -0
  253. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/river/main/jboss-marshalling-river-1.3.16.GA.jar +0 -0
  254. data/jboss/modules/{org → system/layers/base/org}/jboss/marshalling/river/main/module.xml +0 -0
  255. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-common-7.0.8.Final.jar +0 -0
  256. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-ear-7.0.8.Final.jar +0 -0
  257. data/jboss/modules/system/layers/base/org/jboss/metadata/main/jboss-metadata-web-7.0.8.Final.jar +0 -0
  258. data/jboss/modules/system/layers/base/org/jboss/metadata/main/module.xml +49 -0
  259. data/jboss/modules/{org → system/layers/base/org}/jboss/modules/main/module.xml +0 -0
  260. data/jboss/modules/system/layers/base/org/jboss/msc/main/jboss-msc-1.0.4.GA.jar +0 -0
  261. data/jboss/modules/system/layers/base/org/jboss/msc/main/module.xml +45 -0
  262. data/jboss/modules/system/layers/base/org/jboss/netty/main/module.xml +40 -0
  263. data/jboss/modules/system/layers/base/org/jboss/netty/main/netty-3.6.2.Final.jar +0 -0
  264. data/jboss/modules/{org → system/layers/base/org}/jboss/remote-naming/main/jboss-remote-naming-1.0.5.Final.jar +0 -0
  265. data/jboss/modules/system/layers/base/org/jboss/remote-naming/main/module.xml +37 -0
  266. data/jboss/modules/system/layers/base/org/jboss/remoting-jmx/main/module.xml +36 -0
  267. data/jboss/modules/system/layers/base/org/jboss/remoting-jmx/main/remoting-jmx-1.1.0.Final.jar +0 -0
  268. data/jboss/modules/system/layers/base/org/jboss/remoting3/main/jboss-remoting-3.2.14.GA.jar +0 -0
  269. data/jboss/modules/system/layers/base/org/jboss/remoting3/main/module.xml +39 -0
  270. data/jboss/modules/system/layers/base/org/jboss/remoting3/remoting-jmx/main/module.xml +38 -0
  271. data/jboss/modules/{org → system/layers/base/org}/jboss/sasl/main/jboss-sasl-1.0.3.Final.jar +0 -0
  272. data/jboss/modules/{org → system/layers/base/org}/jboss/sasl/main/module.xml +0 -0
  273. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.2.Final.jar +0 -0
  274. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.2.Final.jar +0 -0
  275. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.2.Final.jar +0 -0
  276. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.2.Final.jar +0 -0
  277. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.2.Final.jar +0 -0
  278. data/jboss/modules/system/layers/base/org/jboss/security/negotiation/main/module.xml +47 -0
  279. data/jboss/modules/{org → system/layers/base/org}/jboss/staxmapper/main/module.xml +0 -0
  280. data/jboss/modules/{org → system/layers/base/org}/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar +0 -0
  281. data/jboss/modules/{org → system/layers/base/org}/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar +0 -0
  282. data/jboss/modules/{org → system/layers/base/org}/jboss/stdio/main/module.xml +0 -0
  283. data/jboss/modules/system/layers/base/org/jboss/threads/main/jboss-threads-2.1.0.Final.jar +0 -0
  284. data/jboss/modules/system/layers/base/org/jboss/threads/main/module.xml +39 -0
  285. data/jboss/modules/{org → system/layers/base/org}/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar +0 -0
  286. data/jboss/modules/{org → system/layers/base/org}/jboss/vfs/main/module.xml +0 -0
  287. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/main/module.xml +0 -0
  288. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/main/xnio-api-3.0.7.GA.jar +0 -0
  289. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/nio/main/module.xml +0 -0
  290. data/jboss/modules/{org → system/layers/base/org}/jboss/xnio/nio/main/xnio-nio-3.0.7.GA.jar +0 -0
  291. data/jboss/modules/system/layers/base/org/jgroups/main/jgroups-3.2.7.Final.jar +0 -0
  292. data/jboss/modules/system/layers/base/org/jgroups/main/module.xml +36 -0
  293. data/jboss/modules/system/layers/base/org/picketbox/main/module.xml +45 -0
  294. data/jboss/modules/system/layers/base/org/picketbox/main/picketbox-4.0.15.Final.jar +0 -0
  295. data/jboss/modules/{org → system/layers/base/org}/picketbox/main/picketbox-commons-1.0.0.final.jar +0 -0
  296. data/jboss/modules/system/layers/base/org/picketbox/main/picketbox-infinispan-4.0.15.Final.jar +0 -0
  297. data/jboss/modules/system/layers/base/org/slf4j/ext/main/module.xml +36 -0
  298. data/jboss/modules/system/layers/base/org/slf4j/ext/main/slf4j-ext-1.7.2.jar +0 -0
  299. data/jboss/modules/system/layers/base/org/slf4j/impl/main/module.xml +40 -0
  300. data/jboss/modules/system/layers/base/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.2.GA.jar +0 -0
  301. data/jboss/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.7.2.jar +0 -0
  302. data/jboss/modules/system/layers/base/org/slf4j/jcl-over-slf4j/main/module.xml +34 -0
  303. data/jboss/modules/system/layers/base/org/slf4j/main/module.xml +34 -0
  304. data/jboss/modules/system/layers/base/org/slf4j/main/slf4j-api-1.7.2.jar +0 -0
  305. data/jboss/modules/system/layers/base/sun/jdk/main/module.xml +96 -0
  306. data/jboss/modules/system/layers/base/sun/jdk/main/service-loader-resources/META-INF/services/java.sql.Driver +1 -0
  307. data/jboss/modules/{sun → system/layers/base/sun}/jdk/main/service-loader-resources/META-INF/services/javax.script.ScriptEngineFactory +0 -0
  308. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/cache/main/module.xml +57 -0
  309. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
  310. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/core/main/module.xml +53 -0
  311. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/core/main/polyglot-core.jar +0 -0
  312. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/hasingleton/main/module.xml +49 -0
  313. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  314. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/jobs/main/module.xml +50 -0
  315. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/jobs/main/polyglot-jobs.jar +0 -0
  316. data/jboss/modules/{org/torquebox → system/layers/polyglot/org/projectodd/polyglot}/jobs/main/quartz.jar +0 -0
  317. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/messaging/main/module.xml +52 -0
  318. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/messaging/main/polyglot-messaging.jar +0 -0
  319. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/module.xml +64 -0
  320. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/polyglot-stomp.jar +0 -0
  321. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-conduit-server-core.jar +0 -0
  322. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-conduit-server-spi.jar +0 -0
  323. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-api.jar +0 -0
  324. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-client-js.jar +0 -0
  325. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-common.jar +0 -0
  326. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-server-core.jar +0 -0
  327. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomp-server-spi.jar +0 -0
  328. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomplet-api.jar +0 -0
  329. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/stilts-stomplet-server-core.jar +0 -0
  330. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/subsystem/socket-binding.conf +3 -0
  331. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/stomp/main/subsystem/subsystem.xml +1 -0
  332. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/web/main/module.xml +51 -0
  333. data/jboss/modules/system/layers/polyglot/org/projectodd/polyglot/web/main/polyglot-web.jar +0 -0
  334. data/jboss/modules/system/layers/torquebox/org/torquebox/bootstrap/main/module.xml +56 -0
  335. data/jboss/modules/system/layers/torquebox/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  336. data/jboss/modules/system/layers/torquebox/org/torquebox/cdi/main/module.xml +49 -0
  337. data/jboss/modules/system/layers/torquebox/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  338. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/module.xml +79 -0
  339. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/polyglot-core.jar +0 -0
  340. data/jboss/modules/{org → system/layers/torquebox/org}/torquebox/core/main/snakeyaml.jar +0 -0
  341. data/jboss/modules/system/layers/torquebox/org/torquebox/core/main/torquebox-core.jar +0 -0
  342. data/jboss/modules/{org → system/layers/torquebox/org}/torquebox/core/main/yaml-schema.jar +0 -0
  343. data/jboss/modules/system/layers/torquebox/org/torquebox/jobs/main/module.xml +51 -0
  344. data/jboss/modules/system/layers/torquebox/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  345. data/jboss/modules/system/layers/torquebox/org/torquebox/messaging/main/module.xml +54 -0
  346. data/jboss/modules/system/layers/torquebox/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  347. data/jboss/modules/system/layers/torquebox/org/torquebox/security/main/module.xml +48 -0
  348. data/jboss/modules/system/layers/torquebox/org/torquebox/security/main/torquebox-security.jar +0 -0
  349. data/jboss/modules/system/layers/torquebox/org/torquebox/services/main/module.xml +47 -0
  350. data/jboss/modules/system/layers/torquebox/org/torquebox/services/main/torquebox-services.jar +0 -0
  351. data/jboss/modules/system/layers/torquebox/org/torquebox/stomp/main/module.xml +55 -0
  352. data/jboss/modules/system/layers/torquebox/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  353. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/module.xml +59 -0
  354. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/polyglot-web.jar +0 -0
  355. data/jboss/modules/system/layers/torquebox/org/torquebox/web/main/torquebox-web.jar +0 -0
  356. data/jboss/standalone/configuration/logging.properties +39 -20
  357. data/jboss/standalone/configuration/original-standalone-ha.xml +287 -0
  358. data/jboss/standalone/configuration/original-standalone.xml +209 -0
  359. data/jboss/standalone/configuration/standalone-full-ha.xml +227 -463
  360. data/jboss/standalone/configuration/standalone-full.xml +158 -371
  361. data/jboss/standalone/configuration/standalone-ha.xml +41 -234
  362. data/jboss/standalone/configuration/standalone.xml +33 -189
  363. data/jboss/standalone/configuration/torquebox-full-ha.xml +596 -0
  364. data/jboss/standalone/configuration/torquebox-full.xml +491 -0
  365. data/jboss/standalone/configuration/torquebox-slim-ha.xml +424 -0
  366. data/jboss/standalone/configuration/torquebox-slim.xml +338 -0
  367. data/lib/torquebox-server.jar +0 -0
  368. data/lib/torquebox-server.rb +2 -2
  369. data/licenses/cc0-1.0.txt +121 -0
  370. data/share/javascript/stilts-stomp.js +904 -237
  371. metadata +392 -1179
  372. data/jboss/appclient/configuration/appclient.xml +0 -174
  373. data/jboss/appclient/configuration/logging.properties +0 -52
  374. data/jboss/bin/client/README.txt +0 -40
  375. data/jboss/bin/client/jboss-client.jar +0 -0
  376. data/jboss/bin/jdr.bat +0 -79
  377. data/jboss/bin/jdr.sh +0 -70
  378. data/jboss/bin/wsconsume.bat +0 -27
  379. data/jboss/bin/wsconsume.sh +0 -80
  380. data/jboss/bin/wsprovide.bat +0 -26
  381. data/jboss/bin/wsprovide.sh +0 -75
  382. data/jboss/bundles/javax/servlet/api/v25/jboss-servlet-api_2.5_spec-1.0.1.Final.jar +0 -0
  383. data/jboss/bundles/org/apache/felix/configadmin/main/org.apache.felix.configadmin-1.2.8.jar +0 -0
  384. data/jboss/bundles/org/apache/felix/log/main/org.apache.felix.log-1.0.0.jar +0 -0
  385. data/jboss/bundles/org/jboss/as/osgi/configadmin/main/jboss-as-osgi-configadmin-7.1.x.incremental.129.jar +0 -0
  386. data/jboss/bundles/org/jboss/osgi/logging/main/jboss-osgi-logging-1.0.0.Final.jar +0 -0
  387. data/jboss/bundles/org/osgi/enterprise/main/org.osgi.enterprise-4.2.0.jar +0 -0
  388. data/jboss/bundles/org/projectodd/stilts/main/stilts-stomplet-server-bundle-0.1.26.jar +0 -0
  389. data/jboss/docs/examples/configs/standalone-hornetq-colocated.xml +0 -449
  390. data/jboss/docs/examples/configs/standalone-jts.xml +0 -322
  391. data/jboss/docs/examples/configs/standalone-minimalistic.xml +0 -37
  392. data/jboss/docs/examples/configs/standalone-osgi-only.xml +0 -109
  393. data/jboss/docs/examples/configs/standalone-xts.xml +0 -410
  394. data/jboss/docs/licenses/bsd-style license - license.txt +0 -69
  395. data/jboss/docs/licenses/the jython license - license.html +0 -312
  396. data/jboss/docs/schema/XMLSchema.dtd +0 -402
  397. data/jboss/docs/schema/application-client_6.xsd +0 -311
  398. data/jboss/docs/schema/application_1_2.dtd +0 -197
  399. data/jboss/docs/schema/application_1_3.dtd +0 -312
  400. data/jboss/docs/schema/application_1_4.xsd +0 -314
  401. data/jboss/docs/schema/application_5.xsd +0 -334
  402. data/jboss/docs/schema/application_6.xsd +0 -394
  403. data/jboss/docs/schema/datatypes.dtd +0 -203
  404. data/jboss/docs/schema/ejb-jar_1_1.dtd +0 -894
  405. data/jboss/docs/schema/ejb-jar_2_0.dtd +0 -1660
  406. data/jboss/docs/schema/ejb-jar_2_1.xsd +0 -2207
  407. data/jboss/docs/schema/ejb-jar_3_0.xsd +0 -2705
  408. data/jboss/docs/schema/ejb-jar_3_1.xsd +0 -3260
  409. data/jboss/docs/schema/j2ee_1_4.xsd +0 -1607
  410. data/jboss/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd +0 -885
  411. data/jboss/docs/schema/j2ee_web_services_1_1.xsd +0 -490
  412. data/jboss/docs/schema/j2ee_web_services_client_1_1.xsd +0 -344
  413. data/jboss/docs/schema/java-properties_1_0.xsd +0 -58
  414. data/jboss/docs/schema/javaee_5.xsd +0 -2095
  415. data/jboss/docs/schema/javaee_6.xsd +0 -2431
  416. data/jboss/docs/schema/javaee_web_services_1_2.xsd +0 -747
  417. data/jboss/docs/schema/javaee_web_services_1_3.xsd +0 -580
  418. data/jboss/docs/schema/javaee_web_services_client_1_2.xsd +0 -578
  419. data/jboss/docs/schema/javaee_web_services_client_1_3.xsd +0 -745
  420. data/jboss/docs/schema/jboss-app_3_0.dtd +0 -41
  421. data/jboss/docs/schema/jboss-app_3_2.dtd +0 -76
  422. data/jboss/docs/schema/jboss-app_4_0.dtd +0 -145
  423. data/jboss/docs/schema/jboss-app_4_2.dtd +0 -188
  424. data/jboss/docs/schema/jboss-app_5_0.dtd +0 -194
  425. data/jboss/docs/schema/jboss-app_7_0.xsd +0 -123
  426. data/jboss/docs/schema/jboss-as-cli_1_0.xsd +0 -103
  427. data/jboss/docs/schema/jboss-as-cli_1_1.xsd +0 -116
  428. data/jboss/docs/schema/jboss-as-cmp_1_0.xsd +0 -86
  429. data/jboss/docs/schema/jboss-as-config_1_0.xsd +0 -1601
  430. data/jboss/docs/schema/jboss-as-config_1_1.xsd +0 -2139
  431. data/jboss/docs/schema/jboss-as-config_1_2.xsd +0 -2162
  432. data/jboss/docs/schema/jboss-as-config_1_3.xsd +0 -2299
  433. data/jboss/docs/schema/jboss-as-configadmin_1_0.xsd +0 -58
  434. data/jboss/docs/schema/jboss-as-datasources_1_0.xsd +0 -957
  435. data/jboss/docs/schema/jboss-as-datasources_1_1.xsd +0 -967
  436. data/jboss/docs/schema/jboss-as-deployment-scanner_1_0.xsd +0 -108
  437. data/jboss/docs/schema/jboss-as-deployment-scanner_1_1.xsd +0 -116
  438. data/jboss/docs/schema/jboss-as-ee_1_0.xsd +0 -80
  439. data/jboss/docs/schema/jboss-as-ee_1_1.xsd +0 -98
  440. data/jboss/docs/schema/jboss-as-ejb3_1_0.xsd +0 -36
  441. data/jboss/docs/schema/jboss-as-ejb3_1_1.xsd +0 -139
  442. data/jboss/docs/schema/jboss-as-ejb3_1_2.xsd +0 -283
  443. data/jboss/docs/schema/jboss-as-ejb3_1_3.xsd +0 -329
  444. data/jboss/docs/schema/jboss-as-infinispan_1_0.xsd +0 -801
  445. data/jboss/docs/schema/jboss-as-infinispan_1_1.xsd +0 -848
  446. data/jboss/docs/schema/jboss-as-infinispan_1_2.xsd +0 -949
  447. data/jboss/docs/schema/jboss-as-infinispan_1_3.xsd +0 -929
  448. data/jboss/docs/schema/jboss-as-jacorb_1_0.xsd +0 -257
  449. data/jboss/docs/schema/jboss-as-jacorb_1_1.xsd +0 -331
  450. data/jboss/docs/schema/jboss-as-jacorb_1_2.xsd +0 -333
  451. data/jboss/docs/schema/jboss-as-jaxr_1_0.xsd +0 -58
  452. data/jboss/docs/schema/jboss-as-jaxr_1_1.xsd +0 -57
  453. data/jboss/docs/schema/jboss-as-jaxrs_1_0.xsd +0 -35
  454. data/jboss/docs/schema/jboss-as-jca_1_0.xsd +0 -140
  455. data/jboss/docs/schema/jboss-as-jca_1_1.xsd +0 -182
  456. data/jboss/docs/schema/jboss-as-jdr_1_0.xsd +0 -31
  457. data/jboss/docs/schema/jboss-as-jgroups_1_0.xsd +0 -140
  458. data/jboss/docs/schema/jboss-as-jgroups_1_1.xsd +0 -155
  459. data/jboss/docs/schema/jboss-as-jmx_1_0.xsd +0 -44
  460. data/jboss/docs/schema/jboss-as-jmx_1_1.xsd +0 -55
  461. data/jboss/docs/schema/jboss-as-jpa_1_0.xsd +0 -47
  462. data/jboss/docs/schema/jboss-as-jsr77_1_0.xsd +0 -35
  463. data/jboss/docs/schema/jboss-as-logging_1_0.xsd +0 -379
  464. data/jboss/docs/schema/jboss-as-logging_1_1.xsd +0 -398
  465. data/jboss/docs/schema/jboss-as-mail_1_0.xsd +0 -79
  466. data/jboss/docs/schema/jboss-as-messaging-deployment_1_0.xsd +0 -120
  467. data/jboss/docs/schema/jboss-as-messaging_1_0.xsd +0 -744
  468. data/jboss/docs/schema/jboss-as-messaging_1_1.xsd +0 -796
  469. data/jboss/docs/schema/jboss-as-messaging_1_2.xsd +0 -860
  470. data/jboss/docs/schema/jboss-as-mod-cluster_1_0.xsd +0 -248
  471. data/jboss/docs/schema/jboss-as-mod-cluster_1_1.xsd +0 -253
  472. data/jboss/docs/schema/jboss-as-naming_1_0.xsd +0 -35
  473. data/jboss/docs/schema/jboss-as-naming_1_1.xsd +0 -121
  474. data/jboss/docs/schema/jboss-as-naming_1_2.xsd +0 -130
  475. data/jboss/docs/schema/jboss-as-osgi_1_0.xsd +0 -91
  476. data/jboss/docs/schema/jboss-as-osgi_1_1.xsd +0 -96
  477. data/jboss/docs/schema/jboss-as-osgi_1_2.xsd +0 -83
  478. data/jboss/docs/schema/jboss-as-pojo_1_0.xsd +0 -36
  479. data/jboss/docs/schema/jboss-as-remoting_1_0.xsd +0 -288
  480. data/jboss/docs/schema/jboss-as-remoting_1_1.xsd +0 -333
  481. data/jboss/docs/schema/jboss-as-resource-adapters_1_0.xsd +0 -686
  482. data/jboss/docs/schema/jboss-as-sar_1_0.xsd +0 -36
  483. data/jboss/docs/schema/jboss-as-security_1_0.xsd +0 -441
  484. data/jboss/docs/schema/jboss-as-security_1_1.xsd +0 -435
  485. data/jboss/docs/schema/jboss-as-security_1_2.xsd +0 -422
  486. data/jboss/docs/schema/jboss-as-threads_1_0.xsd +0 -292
  487. data/jboss/docs/schema/jboss-as-threads_1_1.xsd +0 -313
  488. data/jboss/docs/schema/jboss-as-txn_1_0.xsd +0 -168
  489. data/jboss/docs/schema/jboss-as-txn_1_1.xsd +0 -179
  490. data/jboss/docs/schema/jboss-as-txn_1_2.xsd +0 -190
  491. data/jboss/docs/schema/jboss-as-web_1_0.xsd +0 -358
  492. data/jboss/docs/schema/jboss-as-web_1_1.xsd +0 -427
  493. data/jboss/docs/schema/jboss-as-web_1_2.xsd +0 -427
  494. data/jboss/docs/schema/jboss-as-webservices_1_0.xsd +0 -79
  495. data/jboss/docs/schema/jboss-as-webservices_1_1.xsd +0 -257
  496. data/jboss/docs/schema/jboss-as-weld_1_0.xsd +0 -35
  497. data/jboss/docs/schema/jboss-client_6_0.xsd +0 -63
  498. data/jboss/docs/schema/jboss-common_5_1.xsd +0 -546
  499. data/jboss/docs/schema/jboss-common_6_0.xsd +0 -572
  500. data/jboss/docs/schema/jboss-deployment-structure-1_0.xsd +0 -581
  501. data/jboss/docs/schema/jboss-deployment-structure-1_1.xsd +0 -739
  502. data/jboss/docs/schema/jboss-deployment-structure-1_2.xsd +0 -773
  503. data/jboss/docs/schema/jboss-ejb-cache_1_0.xsd +0 -38
  504. data/jboss/docs/schema/jboss-ejb-client_1_0.xsd +0 -109
  505. data/jboss/docs/schema/jboss-ejb-client_1_1.xsd +0 -279
  506. data/jboss/docs/schema/jboss-ejb-client_1_2.xsd +0 -315
  507. data/jboss/docs/schema/jboss-ejb-iiop_1_0.xsd +0 -146
  508. data/jboss/docs/schema/jboss-ejb-pool_1_0.xsd +0 -38
  509. data/jboss/docs/schema/jboss-ejb-resource-adapter-binding_1_0.xsd +0 -43
  510. data/jboss/docs/schema/jboss-ejb-security-role_1_0.xsd +0 -60
  511. data/jboss/docs/schema/jboss-ejb-security_1_0.xsd +0 -44
  512. data/jboss/docs/schema/jboss-ejb3-2_0.xsd +0 -48
  513. data/jboss/docs/schema/jboss-ejb3-spec-2_0.xsd +0 -464
  514. data/jboss/docs/schema/jboss-pojo_7_0.xsd +0 -192
  515. data/jboss/docs/schema/jboss-service_7_0.xsd +0 -123
  516. data/jboss/docs/schema/jboss-web_7_0.xsd +0 -828
  517. data/jboss/docs/schema/jboss-xts.xsd +0 -66
  518. data/jboss/docs/schema/jbossws-jaxws-config_4_0.xsd +0 -88
  519. data/jboss/docs/schema/jbossws-web-services_1_0.xsd +0 -41
  520. data/jboss/docs/schema/jbxb_1_0.xsd +0 -425
  521. data/jboss/docs/schema/jndi-binding-service_1_0.xsd +0 -87
  522. data/jboss/docs/schema/jsp_2_0.xsd +0 -308
  523. data/jboss/docs/schema/jsp_2_1.xsd +0 -343
  524. data/jboss/docs/schema/jsp_2_2.xsd +0 -398
  525. data/jboss/docs/schema/module-1_0.xsd +0 -466
  526. data/jboss/docs/schema/module-1_1.xsd +0 -586
  527. data/jboss/docs/schema/orm_1_0.xsd +0 -1516
  528. data/jboss/docs/schema/persistence_1_0.xsd +0 -260
  529. data/jboss/docs/schema/persistence_2_0.xsd +0 -253
  530. data/jboss/docs/schema/service-ref_4_0.dtd +0 -90
  531. data/jboss/docs/schema/service-ref_4_2.dtd +0 -165
  532. data/jboss/docs/schema/service-ref_5_0.dtd +0 -159
  533. data/jboss/docs/schema/trans-timeout-1_0.xsd +0 -46
  534. data/jboss/docs/schema/user-roles_1_0.xsd +0 -67
  535. data/jboss/docs/schema/web-app_2_2.dtd +0 -639
  536. data/jboss/docs/schema/web-app_2_3.dtd +0 -1063
  537. data/jboss/docs/schema/web-app_2_4.xsd +0 -1234
  538. data/jboss/docs/schema/web-app_2_5.xsd +0 -1271
  539. data/jboss/docs/schema/web-app_3_0.xsd +0 -281
  540. data/jboss/docs/schema/web-common_3_0.xsd +0 -1584
  541. data/jboss/docs/schema/web-facesconfig_1_0.dtd +0 -874
  542. data/jboss/docs/schema/web-facesconfig_1_1.dtd +0 -895
  543. data/jboss/docs/schema/web-facesconfig_1_2.xsd +0 -2108
  544. data/jboss/docs/schema/web-fragment_3_0.xsd +0 -281
  545. data/jboss/docs/schema/web-jsptaglibrary_1_1.dtd +0 -207
  546. data/jboss/docs/schema/web-jsptaglibrary_1_2.dtd +0 -478
  547. data/jboss/docs/schema/web-jsptaglibrary_2_0.xsd +0 -1010
  548. data/jboss/docs/schema/web-jsptaglibrary_2_1.xsd +0 -1144
  549. data/jboss/docs/schema/xml.xsd +0 -86
  550. data/jboss/modules/asm/asm/main/asm-3.3.1.jar +0 -0
  551. data/jboss/modules/asm/asm/main/asm-3.3.1.jar.index +0 -4
  552. data/jboss/modules/asm/asm/main/module.xml +0 -37
  553. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar +0 -0
  554. data/jboss/modules/ch/qos/cal10n/main/cal10n-api-0.7.3.jar.index +0 -10
  555. data/jboss/modules/ch/qos/cal10n/main/module.xml +0 -37
  556. data/jboss/modules/com/github/relaxng/main/module.xml +0 -38
  557. data/jboss/modules/com/github/relaxng/main/relaxngDatatype-2011.1.jar +0 -0
  558. data/jboss/modules/com/github/relaxng/main/relaxngDatatype-2011.1.jar.index +0 -9
  559. data/jboss/modules/com/google/guava/main/guava-11.0.2.jar +0 -0
  560. data/jboss/modules/com/google/guava/main/guava-11.0.2.jar.index +0 -21
  561. data/jboss/modules/com/google/guava/main/module.xml +0 -37
  562. data/jboss/modules/com/h2database/h2/main/h2-1.3.168.jar +0 -0
  563. data/jboss/modules/com/h2database/h2/main/h2-1.3.168.jar.index +0 -33
  564. data/jboss/modules/com/h2database/h2/main/module.xml +0 -36
  565. data/jboss/modules/com/sun/codemodel/main/codemodel-2.6.jar +0 -0
  566. data/jboss/modules/com/sun/codemodel/main/codemodel-2.6.jar.index +0 -11
  567. data/jboss/modules/com/sun/codemodel/main/module.xml +0 -39
  568. data/jboss/modules/com/sun/istack/main/istack-commons-runtime-2.6.1.jar +0 -0
  569. data/jboss/modules/com/sun/istack/main/istack-commons-runtime-2.6.1.jar.index +0 -10
  570. data/jboss/modules/com/sun/istack/main/istack-commons-tools-2.6.1.jar +0 -0
  571. data/jboss/modules/com/sun/istack/main/istack-commons-tools-2.6.1.jar.index +0 -9
  572. data/jboss/modules/com/sun/istack/main/module.xml +0 -41
  573. data/jboss/modules/com/sun/jsf-impl/1.2/jsf-impl-1.2_15-jbossorg-2.jar +0 -0
  574. data/jboss/modules/com/sun/jsf-impl/1.2/module.xml +0 -41
  575. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.13-jbossorg-1.jar +0 -0
  576. data/jboss/modules/com/sun/jsf-impl/main/jsf-impl-2.1.13-jbossorg-1.jar.index +0 -59
  577. data/jboss/modules/com/sun/jsf-impl/main/module.xml +0 -42
  578. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar +0 -0
  579. data/jboss/modules/com/sun/xml/bind/main/jaxb-impl-2.2.5.jboss-1.jar.index +0 -31
  580. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar +0 -0
  581. data/jboss/modules/com/sun/xml/bind/main/jaxb-xjc-2.2.5.jboss-1.jar.index +0 -48
  582. data/jboss/modules/com/sun/xml/bind/main/module.xml +0 -47
  583. data/jboss/modules/com/sun/xml/messaging/saaj/main/module.xml +0 -41
  584. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar +0 -0
  585. data/jboss/modules/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar.index +0 -25
  586. data/jboss/modules/com/sun/xml/txw2/main/module.xml +0 -39
  587. data/jboss/modules/com/sun/xml/txw2/main/txw2-20110809.jar +0 -0
  588. data/jboss/modules/com/sun/xml/txw2/main/txw2-20110809.jar.index +0 -11
  589. data/jboss/modules/com/sun/xsom/main/module.xml +0 -40
  590. data/jboss/modules/com/sun/xsom/main/xsom-20110809.jar +0 -0
  591. data/jboss/modules/com/sun/xsom/main/xsom-20110809.jar.index +0 -17
  592. data/jboss/modules/gnu/getopt/main/getopt-1.0.13.jar +0 -0
  593. data/jboss/modules/gnu/getopt/main/module.xml +0 -35
  594. data/jboss/modules/ibm/jdk/main/module.xml +0 -48
  595. data/jboss/modules/javaee/api/main/module.xml +0 -61
  596. data/jboss/modules/javax/activation/api/main/activation-1.1.1.jar.index +0 -9
  597. data/jboss/modules/javax/activation/api/main/module.xml +0 -40
  598. data/jboss/modules/javax/annotation/api/main/jboss-annotations-api_1.1_spec-1.0.1.Final.jar.index +0 -9
  599. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar +0 -0
  600. data/jboss/modules/javax/ejb/api/main/jboss-ejb-api_3.1_spec-1.0.2.Final.jar.index +0 -9
  601. data/jboss/modules/javax/ejb/api/main/module.xml +0 -39
  602. data/jboss/modules/javax/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final.jar.index +0 -11
  603. data/jboss/modules/javax/enterprise/api/main/cdi-api-1.0-SP4.jar.index +0 -14
  604. data/jboss/modules/javax/enterprise/deploy/api/main/jboss-jad-api_1.2_spec-1.0.1.Final.jar.index +0 -16
  605. data/jboss/modules/javax/faces/api/1.2/jsf-api-1.2_15-jbossorg-2.jar +0 -0
  606. data/jboss/modules/javax/faces/api/1.2/module.xml +0 -38
  607. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.7.Final.jar +0 -0
  608. data/jboss/modules/javax/faces/api/main/jboss-jsf-api_2.1_spec-2.0.7.Final.jar.index +0 -24
  609. data/jboss/modules/javax/faces/api/main/module.xml +0 -38
  610. data/jboss/modules/javax/inject/api/main/javax.inject-1.jar.index +0 -3
  611. data/jboss/modules/javax/interceptor/api/main/jboss-interceptors-api_1.1_spec-1.0.1.Final.jar.index +0 -7
  612. data/jboss/modules/javax/jms/api/main/jboss-jms-api_1.1_spec-1.0.1.Final.jar.index +0 -7
  613. data/jboss/modules/javax/jws/api/main/jsr181-api-1.0-MR1.jar.index +0 -5
  614. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar +0 -0
  615. data/jboss/modules/javax/mail/api/main/mail-1.4.4.jar.index +0 -23
  616. data/jboss/modules/javax/mail/api/main/module.xml +0 -35
  617. data/jboss/modules/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar.index +0 -9
  618. data/jboss/modules/javax/management/j2ee/api/main/module.xml +0 -36
  619. data/jboss/modules/javax/persistence/api/main/hibernate-jpa-2.0-api-1.0.1.Final.jar.index +0 -10
  620. data/jboss/modules/javax/resource/api/main/jboss-connector-api_1.6_spec-1.0.1.Final.jar.index +0 -12
  621. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar +0 -0
  622. data/jboss/modules/javax/rmi/api/main/jboss-rmi-api_1.0_spec-1.0.4.Final.jar.index +0 -93
  623. data/jboss/modules/javax/rmi/api/main/module.xml +0 -46
  624. data/jboss/modules/javax/security/auth/message/api/main/jboss-jaspi-api_1.0_spec-1.0.1.Final.jar.index +0 -12
  625. data/jboss/modules/javax/security/jacc/api/main/jboss-jacc-api_1.4_spec-1.0.2.Final.jar.index +0 -8
  626. data/jboss/modules/javax/servlet/api/main/jbosgi-xservice.properties +0 -2
  627. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar +0 -0
  628. data/jboss/modules/javax/servlet/api/main/jboss-servlet-api_3.0_spec-1.0.1.Final.jar.index +0 -10
  629. data/jboss/modules/javax/servlet/api/main/module.xml +0 -30
  630. data/jboss/modules/javax/servlet/jsp/api/main/jboss-jsp-api_2.2_spec-1.0.1.Final.jar.index +0 -10
  631. data/jboss/modules/javax/servlet/jstl/api/main/jboss-jstl-api_1.2_spec-1.0.3.Final.jar.index +0 -45
  632. data/jboss/modules/javax/transaction/api/main/jbosgi-xservice.properties +0 -3
  633. data/jboss/modules/javax/transaction/api/main/jboss-transaction-api_1.1_spec-1.0.1.Final.jar.index +0 -8
  634. data/jboss/modules/javax/validation/api/main/validation-api-1.0.0.GA.jar.index +0 -12
  635. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar +0 -0
  636. data/jboss/modules/javax/ws/rs/api/main/jboss-jaxrs-api_1.1_spec-1.0.1.Final.jar.index +0 -10
  637. data/jboss/modules/javax/ws/rs/api/main/module.xml +0 -34
  638. data/jboss/modules/javax/wsdl4j/api/main/module.xml +0 -34
  639. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar +0 -0
  640. data/jboss/modules/javax/wsdl4j/api/main/wsdl4j-1.6.2.jar.index +0 -25
  641. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar +0 -0
  642. data/jboss/modules/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar.index +0 -13
  643. data/jboss/modules/javax/xml/bind/api/main/module.xml +0 -39
  644. data/jboss/modules/javax/xml/jaxp-provider/main/module.xml +0 -29
  645. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar +0 -0
  646. data/jboss/modules/javax/xml/registry/api/main/jboss-jaxr-api_1.0_spec-1.0.2.Final.jar.index +0 -9
  647. data/jboss/modules/javax/xml/registry/api/main/module.xml +0 -34
  648. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar +0 -0
  649. data/jboss/modules/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar.index +0 -14
  650. data/jboss/modules/javax/xml/rpc/api/main/module.xml +0 -39
  651. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar +0 -0
  652. data/jboss/modules/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.2.Final.jar.index +0 -8
  653. data/jboss/modules/javax/xml/soap/api/main/module.xml +0 -36
  654. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar +0 -0
  655. data/jboss/modules/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.1.Final.jar.index +0 -15
  656. data/jboss/modules/javax/xml/ws/api/main/module.xml +0 -37
  657. data/jboss/modules/jline/main/jline-0.9.94.jar +0 -0
  658. data/jboss/modules/jline/main/module.xml +0 -37
  659. data/jboss/modules/net/jcip/main/jcip-annotations-1.0.jar.index +0 -5
  660. data/jboss/modules/nu/xom/main/module.xml +0 -39
  661. data/jboss/modules/nu/xom/main/xom-1.2.5.jar +0 -0
  662. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar +0 -0
  663. data/jboss/modules/org/antlr/main/antlr-2.7.7.jar.index +0 -15
  664. data/jboss/modules/org/antlr/main/module.xml +0 -37
  665. data/jboss/modules/org/apache/commons/beanutils/main/commons-beanutils-1.8.3.jar +0 -0
  666. data/jboss/modules/org/apache/commons/beanutils/main/module.xml +0 -39
  667. data/jboss/modules/org/apache/commons/cli/main/commons-cli-1.2.jar.index +0 -9
  668. data/jboss/modules/org/apache/commons/codec/main/commons-codec-1.4.jar.index +0 -13
  669. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar +0 -0
  670. data/jboss/modules/org/apache/commons/collections/main/commons-collections-3.2.1.jar.index +0 -20
  671. data/jboss/modules/org/apache/commons/collections/main/module.xml +0 -37
  672. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar +0 -0
  673. data/jboss/modules/org/apache/commons/configuration/main/commons-configuration-1.6.jar.index +0 -17
  674. data/jboss/modules/org/apache/commons/configuration/main/module.xml +0 -37
  675. data/jboss/modules/org/apache/commons/io/main/commons-io-2.1.jar +0 -0
  676. data/jboss/modules/org/apache/commons/io/main/module.xml +0 -37
  677. data/jboss/modules/org/apache/commons/lang/main/commons-lang-2.6.jar.index +0 -18
  678. data/jboss/modules/org/apache/commons/pool/main/commons-pool-1.5.6.jar +0 -0
  679. data/jboss/modules/org/apache/commons/pool/main/module.xml +0 -37
  680. data/jboss/modules/org/apache/cxf/impl/main/cxf-common-utilities-2.4.9.jar +0 -0
  681. data/jboss/modules/org/apache/cxf/impl/main/cxf-common-utilities-2.4.9.jar.index +0 -30
  682. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.4.9.jar +0 -0
  683. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-2.4.9.jar.index +0 -16
  684. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-http-2.4.9.jar +0 -0
  685. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-http-2.4.9.jar.index +0 -13
  686. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.4.9.jar +0 -0
  687. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-object-2.4.9.jar.index +0 -18
  688. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.4.9.jar +0 -0
  689. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-soap-2.4.9.jar.index +0 -26
  690. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.4.9.jar +0 -0
  691. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-bindings-xml-2.4.9.jar.index +0 -17
  692. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-core-2.4.9.jar +0 -0
  693. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-core-2.4.9.jar.index +0 -53
  694. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.4.9.jar +0 -0
  695. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-2.4.9.jar.index +0 -25
  696. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.4.9.jar +0 -0
  697. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-2.4.9.jar.index +0 -14
  698. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.4.9.jar +0 -0
  699. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-2.4.9.jar.index +0 -35
  700. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.4.9.jar +0 -0
  701. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-frontend-simple-2.4.9.jar.index +0 -18
  702. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-management-2.4.9.jar +0 -0
  703. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-management-2.4.9.jar.index +0 -19
  704. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-common-2.4.9.jar +0 -0
  705. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-common-2.4.9.jar.index +0 -11
  706. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-http-2.4.9.jar +0 -0
  707. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-http-2.4.9.jar.index +0 -28
  708. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.4.9.jar +0 -0
  709. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-jms-2.4.9.jar.index +0 -21
  710. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-local-2.4.9.jar +0 -0
  711. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-transports-local-2.4.9.jar.index +0 -11
  712. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.4.9.jar +0 -0
  713. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-addr-2.4.9.jar.index +0 -18
  714. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.4.9.jar +0 -0
  715. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-policy-2.4.9.jar.index +0 -25
  716. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.4.9.jar +0 -0
  717. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-rm-2.4.9.jar.index +0 -24
  718. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-security-2.4.9.jar +0 -0
  719. data/jboss/modules/org/apache/cxf/impl/main/cxf-rt-ws-security-2.4.9.jar.index +0 -32
  720. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-common-2.4.9.jar +0 -0
  721. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-common-2.4.9.jar.index +0 -18
  722. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-java2ws-2.4.9.jar +0 -0
  723. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-java2ws-2.4.9.jar.index +0 -27
  724. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-validator-2.4.9.jar +0 -0
  725. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-validator-2.4.9.jar.index +0 -12
  726. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.4.9.jar +0 -0
  727. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-2.4.9.jar.index +0 -13
  728. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.4.9.jar +0 -0
  729. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-2.4.9.jar.index +0 -12
  730. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.4.9.jar +0 -0
  731. data/jboss/modules/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-2.4.9.jar.index +0 -21
  732. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-boolean-2.4.0.jar +0 -0
  733. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-boolean-2.4.0.jar.index +0 -18
  734. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-dv-2.4.0.jar +0 -0
  735. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-dv-2.4.0.jar.index +0 -18
  736. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-ts-2.4.0.jar +0 -0
  737. data/jboss/modules/org/apache/cxf/impl/main/cxf-xjc-ts-2.4.0.jar.index +0 -18
  738. data/jboss/modules/org/apache/cxf/impl/main/module.xml +0 -90
  739. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.9.jar +0 -0
  740. data/jboss/modules/org/apache/cxf/main/cxf-api-2.4.9.jar.index +0 -54
  741. data/jboss/modules/org/apache/cxf/main/module.xml +0 -49
  742. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar +0 -0
  743. data/jboss/modules/org/apache/httpcomponents/main/httpclient-4.1.2.jar.index +0 -31
  744. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar +0 -0
  745. data/jboss/modules/org/apache/httpcomponents/main/httpcore-4.1.4.jar.index +0 -17
  746. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar +0 -0
  747. data/jboss/modules/org/apache/httpcomponents/main/httpmime-4.1.2.jar.index +0 -11
  748. data/jboss/modules/org/apache/httpcomponents/main/module.xml +0 -43
  749. data/jboss/modules/org/apache/james/mime4j/main/apache-mime4j-0.6.jar +0 -0
  750. data/jboss/modules/org/apache/james/mime4j/main/module.xml +0 -39
  751. data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar +0 -0
  752. data/jboss/modules/org/apache/juddi/juddi-client/main/juddi-client-3.1.3.jar.index +0 -17
  753. data/jboss/modules/org/apache/juddi/juddi-client/main/module.xml +0 -41
  754. data/jboss/modules/org/apache/juddi/scout/main/module.xml +0 -45
  755. data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar +0 -0
  756. data/jboss/modules/org/apache/juddi/scout/main/scout-1.2.6.jar.index +0 -16
  757. data/jboss/modules/org/apache/juddi/uddi-ws/main/module.xml +0 -40
  758. data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar +0 -0
  759. data/jboss/modules/org/apache/juddi/uddi-ws/main/uddi-ws-3.1.3.jar.index +0 -30
  760. data/jboss/modules/org/apache/neethi/main/module.xml +0 -39
  761. data/jboss/modules/org/apache/neethi/main/neethi-3.0.2.jar +0 -0
  762. data/jboss/modules/org/apache/neethi/main/neethi-3.0.2.jar.index +0 -12
  763. data/jboss/modules/org/apache/santuario/xmlsec/main/module.xml +0 -40
  764. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.2.jar +0 -0
  765. data/jboss/modules/org/apache/santuario/xmlsec/main/xmlsec-1.5.2.jar.index +0 -47
  766. data/jboss/modules/org/apache/velocity/main/module.xml +0 -41
  767. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar +0 -0
  768. data/jboss/modules/org/apache/velocity/main/velocity-1.6.3.jar.index +0 -31
  769. data/jboss/modules/org/apache/ws/security/main/module.xml +0 -39
  770. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.6.jar +0 -0
  771. data/jboss/modules/org/apache/ws/security/main/wss4j-1.6.6.jar.index +0 -28
  772. data/jboss/modules/org/apache/ws/xmlschema/main/module.xml +0 -38
  773. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar +0 -0
  774. data/jboss/modules/org/apache/ws/xmlschema/main/xmlschema-core-2.0.2.jar.index +0 -15
  775. data/jboss/modules/org/apache/xalan/main/serializer-2.7.1.jbossorg-1.jar.index +0 -8
  776. data/jboss/modules/org/apache/xalan/main/xalan-2.7.1.jbossorg-1.jar.index +0 -58
  777. data/jboss/modules/org/apache/xerces/main/xercesImpl-2.9.1-jbossas-2.jar.index +0 -49
  778. data/jboss/modules/org/apache/xml-resolver/main/module.xml +0 -38
  779. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar +0 -0
  780. data/jboss/modules/org/apache/xml-resolver/main/xml-resolver-1.2.jar.index +0 -12
  781. data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.2.jar +0 -0
  782. data/jboss/modules/org/codehaus/jackson/jackson-core-asl/main/module.xml +0 -37
  783. data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/jackson-jaxrs-1.9.2.jar +0 -0
  784. data/jboss/modules/org/codehaus/jackson/jackson-jaxrs/main/module.xml +0 -41
  785. data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/jackson-mapper-asl-1.9.2.jar +0 -0
  786. data/jboss/modules/org/codehaus/jackson/jackson-mapper-asl/main/module.xml +0 -39
  787. data/jboss/modules/org/codehaus/jackson/jackson-xc/main/jackson-xc-1.9.2.jar +0 -0
  788. data/jboss/modules/org/codehaus/jackson/jackson-xc/main/module.xml +0 -41
  789. data/jboss/modules/org/codehaus/jettison/main/jettison-1.3.1.jar +0 -0
  790. data/jboss/modules/org/codehaus/jettison/main/module.xml +0 -37
  791. data/jboss/modules/org/codehaus/woodstox/main/module.xml +0 -39
  792. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar +0 -0
  793. data/jboss/modules/org/codehaus/woodstox/main/stax2-api-3.1.1.jar.index +0 -15
  794. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar +0 -0
  795. data/jboss/modules/org/codehaus/woodstox/main/woodstox-core-asl-4.1.1.jar.index +0 -22
  796. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar +0 -0
  797. data/jboss/modules/org/dom4j/main/dom4j-1.6.1.jar.index +0 -17
  798. data/jboss/modules/org/dom4j/main/module.xml +0 -37
  799. data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar +0 -0
  800. data/jboss/modules/org/hibernate/commons-annotations/main/hibernate-commons-annotations-4.0.1.Final.jar.index +0 -15
  801. data/jboss/modules/org/hibernate/commons-annotations/main/module.xml +0 -35
  802. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.6.Final.jar +0 -0
  803. data/jboss/modules/org/hibernate/envers/main/hibernate-envers-4.1.6.Final.jar.index +0 -40
  804. data/jboss/modules/org/hibernate/envers/main/module.xml +0 -41
  805. data/jboss/modules/org/hibernate/main/hibernate-core-4.1.6.Final.jar +0 -0
  806. data/jboss/modules/org/hibernate/main/hibernate-core-4.1.6.Final.jar.index +0 -198
  807. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.6.Final.jar +0 -0
  808. data/jboss/modules/org/hibernate/main/hibernate-entitymanager-4.1.6.Final.jar.index +0 -22
  809. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.6.Final.jar +0 -0
  810. data/jboss/modules/org/hibernate/main/hibernate-infinispan-4.1.6.Final.jar.index +0 -17
  811. data/jboss/modules/org/hibernate/main/module.xml +0 -50
  812. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar +0 -0
  813. data/jboss/modules/org/hibernate/validator/main/hibernate-validator-4.2.0.Final.jar.index +0 -33
  814. data/jboss/modules/org/hibernate/validator/main/module.xml +0 -44
  815. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar +0 -0
  816. data/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar.index +0 -89
  817. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.21.Final.jar +0 -0
  818. data/jboss/modules/org/hornetq/main/hornetq-jms-2.2.21.Final.jar.index +0 -29
  819. data/jboss/modules/org/hornetq/main/lib.index +0 -3
  820. data/jboss/modules/org/hornetq/main/module.xml +0 -45
  821. data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.21.Final.jar +0 -0
  822. data/jboss/modules/org/hornetq/ra/main/hornetq-ra-2.2.21.Final.jar.index +0 -7
  823. data/jboss/modules/org/hornetq/ra/main/module.xml +0 -45
  824. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.8.Final.jar +0 -0
  825. data/jboss/modules/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-5.1.8.Final.jar.index +0 -14
  826. data/jboss/modules/org/infinispan/cachestore/jdbc/main/module.xml +0 -40
  827. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.8.Final.jar +0 -0
  828. data/jboss/modules/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-5.1.8.Final.jar.index +0 -10
  829. data/jboss/modules/org/infinispan/cachestore/remote/main/module.xml +0 -40
  830. data/jboss/modules/org/infinispan/client/hotrod/main/infinispan-client-hotrod-5.1.8.Final.jar +0 -0
  831. data/jboss/modules/org/infinispan/client/hotrod/main/module.xml +0 -39
  832. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.8.Final.jar +0 -0
  833. data/jboss/modules/org/infinispan/main/infinispan-core-5.1.8.Final.jar.index +0 -94
  834. data/jboss/modules/org/infinispan/main/module.xml +0 -39
  835. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar +0 -0
  836. data/jboss/modules/org/jacorb/main/jacorb-2.3.2.jbossorg-0.jar.index +0 -132
  837. data/jboss/modules/org/jacorb/main/module.xml +0 -40
  838. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar +0 -0
  839. data/jboss/modules/org/javassist/main/javassist-3.15.0-GA.jar.index +0 -22
  840. data/jboss/modules/org/javassist/main/module.xml +0 -37
  841. data/jboss/modules/org/jaxen/main/jaxen-1.1.3.jar +0 -0
  842. data/jboss/modules/org/jaxen/main/module.xml +0 -40
  843. data/jboss/modules/org/jboss/as/aggregate/main/module.xml +0 -51
  844. data/jboss/modules/org/jboss/as/appclient/main/jboss-as-appclient-7.1.x.incremental.129.jar +0 -0
  845. data/jboss/modules/org/jboss/as/appclient/main/module.xml +0 -70
  846. data/jboss/modules/org/jboss/as/cli/main/jboss-as-cli-7.1.x.incremental.129.jar +0 -0
  847. data/jboss/modules/org/jboss/as/cli/main/module.xml +0 -50
  848. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.129.jar +0 -0
  849. data/jboss/modules/org/jboss/as/clustering/api/main/jboss-as-clustering-api-7.1.x.incremental.129.jar.index +0 -10
  850. data/jboss/modules/org/jboss/as/clustering/api/main/module.xml +0 -39
  851. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.129.jar +0 -0
  852. data/jboss/modules/org/jboss/as/clustering/common/main/jboss-as-clustering-common-7.1.x.incremental.129.jar.index +0 -11
  853. data/jboss/modules/org/jboss/as/clustering/common/main/module.xml +0 -42
  854. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.129.jar +0 -0
  855. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/jboss-as-clustering-ejb3-infinispan-7.1.x.incremental.129.jar.index +0 -14
  856. data/jboss/modules/org/jboss/as/clustering/ejb3/infinispan/main/module.xml +0 -53
  857. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.129.jar +0 -0
  858. data/jboss/modules/org/jboss/as/clustering/impl/main/jboss-as-clustering-impl-7.1.x.incremental.129.jar.index +0 -13
  859. data/jboss/modules/org/jboss/as/clustering/impl/main/module.xml +0 -47
  860. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.129.jar +0 -0
  861. data/jboss/modules/org/jboss/as/clustering/infinispan/main/jboss-as-clustering-infinispan-7.1.x.incremental.129.jar.index +0 -16
  862. data/jboss/modules/org/jboss/as/clustering/infinispan/main/module.xml +0 -65
  863. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.129.jar +0 -0
  864. data/jboss/modules/org/jboss/as/clustering/jgroups/main/jboss-as-clustering-jgroups-7.1.x.incremental.129.jar.index +0 -12
  865. data/jboss/modules/org/jboss/as/clustering/jgroups/main/module.xml +0 -50
  866. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.129.jar +0 -0
  867. data/jboss/modules/org/jboss/as/clustering/registry/main/jboss-as-clustering-registry-7.1.x.incremental.129.jar.index +0 -10
  868. data/jboss/modules/org/jboss/as/clustering/registry/main/module.xml +0 -41
  869. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.129.jar +0 -0
  870. data/jboss/modules/org/jboss/as/clustering/service/main/jboss-as-clustering-service-7.1.x.incremental.129.jar.index +0 -11
  871. data/jboss/modules/org/jboss/as/clustering/service/main/module.xml +0 -43
  872. data/jboss/modules/org/jboss/as/clustering/singleton/main/jboss-as-clustering-singleton-7.1.x.incremental.129.jar +0 -0
  873. data/jboss/modules/org/jboss/as/clustering/singleton/main/module.xml +0 -45
  874. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.129.jar +0 -0
  875. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/jboss-as-clustering-web-infinispan-7.1.x.incremental.129.jar.index +0 -14
  876. data/jboss/modules/org/jboss/as/clustering/web/infinispan/main/module.xml +0 -52
  877. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.129.jar +0 -0
  878. data/jboss/modules/org/jboss/as/clustering/web/spi/main/jboss-as-clustering-web-spi-7.1.x.incremental.129.jar.index +0 -12
  879. data/jboss/modules/org/jboss/as/clustering/web/spi/main/module.xml +0 -45
  880. data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.129.jar +0 -0
  881. data/jboss/modules/org/jboss/as/cmp/main/jboss-as-cmp-7.1.x.incremental.129.jar.index +0 -30
  882. data/jboss/modules/org/jboss/as/cmp/main/module.xml +0 -63
  883. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.129.jar +0 -0
  884. data/jboss/modules/org/jboss/as/configadmin/main/jboss-as-configadmin-7.1.x.incremental.129.jar.index +0 -12
  885. data/jboss/modules/org/jboss/as/configadmin/main/module.xml +0 -42
  886. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.129.jar +0 -0
  887. data/jboss/modules/org/jboss/as/connector/main/jboss-as-connector-7.1.x.incremental.129.jar.index +0 -46
  888. data/jboss/modules/org/jboss/as/connector/main/module.xml +0 -68
  889. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.4.0.Final-resources.jar +0 -0
  890. data/jboss/modules/org/jboss/as/console/main/jboss-as-console-1.4.0.Final-resources.jar.index +0 -113
  891. data/jboss/modules/org/jboss/as/console/main/module.xml +0 -39
  892. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.129.jar +0 -0
  893. data/jboss/modules/org/jboss/as/controller/main/jboss-as-controller-7.1.x.incremental.129.jar.index +0 -27
  894. data/jboss/modules/org/jboss/as/controller/main/module.xml +0 -47
  895. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.129.jar +0 -0
  896. data/jboss/modules/org/jboss/as/controller-client/main/jboss-as-controller-client-7.1.x.incremental.129.jar.index +0 -16
  897. data/jboss/modules/org/jboss/as/controller-client/main/module.xml +0 -45
  898. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.129.jar +0 -0
  899. data/jboss/modules/org/jboss/as/deployment-repository/main/jboss-as-deployment-repository-7.1.x.incremental.129.jar.index +0 -9
  900. data/jboss/modules/org/jboss/as/deployment-repository/main/module.xml +0 -43
  901. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.129.jar +0 -0
  902. data/jboss/modules/org/jboss/as/deployment-scanner/main/jboss-as-deployment-scanner-7.1.x.incremental.129.jar.index +0 -13
  903. data/jboss/modules/org/jboss/as/deployment-scanner/main/module.xml +0 -47
  904. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.129.jar +0 -0
  905. data/jboss/modules/org/jboss/as/domain-http-error-context/main/jboss-as-domain-http-error-context-7.1.x.incremental.129.jar.index +0 -5
  906. data/jboss/modules/org/jboss/as/domain-http-error-context/main/module.xml +0 -39
  907. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.129.jar +0 -0
  908. data/jboss/modules/org/jboss/as/domain-http-interface/main/jboss-as-domain-http-interface-7.1.x.incremental.129.jar.index +0 -13
  909. data/jboss/modules/org/jboss/as/domain-http-interface/main/module.xml +0 -45
  910. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.129.jar +0 -0
  911. data/jboss/modules/org/jboss/as/domain-management/main/jboss-as-domain-management-7.1.x.incremental.129.jar.index +0 -16
  912. data/jboss/modules/org/jboss/as/domain-management/main/module.xml +0 -45
  913. data/jboss/modules/org/jboss/as/ee/deployment/main/jboss-as-ee-deployment-7.1.x.incremental.129.jar +0 -0
  914. data/jboss/modules/org/jboss/as/ee/deployment/main/module.xml +0 -37
  915. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.129.jar +0 -0
  916. data/jboss/modules/org/jboss/as/ee/main/jboss-as-ee-7.1.x.incremental.129.jar.index +0 -24
  917. data/jboss/modules/org/jboss/as/ee/main/module.xml +0 -55
  918. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.129.jar +0 -0
  919. data/jboss/modules/org/jboss/as/ejb3/main/jboss-as-ejb3-7.1.x.incremental.129.jar.index +0 -69
  920. data/jboss/modules/org/jboss/as/ejb3/main/module.xml +0 -97
  921. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.129.jar +0 -0
  922. data/jboss/modules/org/jboss/as/embedded/main/jboss-as-embedded-7.1.x.incremental.129.jar.index +0 -11
  923. data/jboss/modules/org/jboss/as/embedded/main/module.xml +0 -42
  924. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.129.jar +0 -0
  925. data/jboss/modules/org/jboss/as/host-controller/main/jboss-as-host-controller-7.1.x.incremental.129.jar.index +0 -27
  926. data/jboss/modules/org/jboss/as/host-controller/main/module.xml +0 -66
  927. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.129.jar +0 -0
  928. data/jboss/modules/org/jboss/as/jacorb/main/jboss-as-jacorb-7.1.x.incremental.129.jar.index +0 -23
  929. data/jboss/modules/org/jboss/as/jacorb/main/module.xml +0 -54
  930. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.129.jar +0 -0
  931. data/jboss/modules/org/jboss/as/jaxr/main/jboss-as-jaxr-7.1.x.incremental.129.jar.index +0 -12
  932. data/jboss/modules/org/jboss/as/jaxr/main/module.xml +0 -53
  933. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.129.jar +0 -0
  934. data/jboss/modules/org/jboss/as/jaxrs/main/jboss-as-jaxrs-7.1.x.incremental.129.jar.index +0 -11
  935. data/jboss/modules/org/jboss/as/jaxrs/main/module.xml +0 -56
  936. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.129.jar +0 -0
  937. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-jdr-7.1.x.incremental.129.jar.index +0 -10
  938. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.129.jar +0 -0
  939. data/jboss/modules/org/jboss/as/jdr/main/jboss-as-sos-7.1.x.incremental.129.jar.index +0 -11
  940. data/jboss/modules/org/jboss/as/jdr/main/module.xml +0 -54
  941. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.129.jar +0 -0
  942. data/jboss/modules/org/jboss/as/jmx/main/jboss-as-jmx-7.1.x.incremental.129.jar.index +0 -11
  943. data/jboss/modules/org/jboss/as/jmx/main/module.xml +0 -48
  944. data/jboss/modules/org/jboss/as/jpa/hibernate/3/jboss-as-jpa-hibernate3-7.1.x.incremental.129.jar +0 -0
  945. data/jboss/modules/org/jboss/as/jpa/hibernate/3/module.xml +0 -54
  946. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.129.jar +0 -0
  947. data/jboss/modules/org/jboss/as/jpa/hibernate/4/jboss-as-jpa-hibernate4-7.1.x.incremental.129.jar.index +0 -13
  948. data/jboss/modules/org/jboss/as/jpa/hibernate/4/module.xml +0 -56
  949. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.129.jar +0 -0
  950. data/jboss/modules/org/jboss/as/jpa/main/jboss-as-jpa-7.1.x.incremental.129.jar.index +0 -22
  951. data/jboss/modules/org/jboss/as/jpa/main/module.xml +0 -72
  952. data/jboss/modules/org/jboss/as/jpa/openjpa/main/jboss-as-jpa-openjpa-7.1.x.incremental.129.jar +0 -0
  953. data/jboss/modules/org/jboss/as/jpa/openjpa/main/module.xml +0 -47
  954. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.129.jar +0 -0
  955. data/jboss/modules/org/jboss/as/jpa/spi/main/jboss-as-jpa-spi-7.1.x.incremental.129.jar.index +0 -10
  956. data/jboss/modules/org/jboss/as/jpa/spi/main/module.xml +0 -45
  957. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.129.jar +0 -0
  958. data/jboss/modules/org/jboss/as/jpa/util/main/jboss-as-jpa-util-7.1.x.incremental.129.jar.index +0 -10
  959. data/jboss/modules/org/jboss/as/jpa/util/main/module.xml +0 -42
  960. data/jboss/modules/org/jboss/as/jsf/main/jboss-as-jsf-7.1.x.incremental.129.jar +0 -0
  961. data/jboss/modules/org/jboss/as/jsf/main/jboss-as-jsf-7.1.x.incremental.129.jar.index +0 -11
  962. data/jboss/modules/org/jboss/as/jsf/main/module.xml +0 -49
  963. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.129.jar +0 -0
  964. data/jboss/modules/org/jboss/as/jsr77/main/jboss-as-jsr77-7.1.x.incremental.129.jar.index +0 -13
  965. data/jboss/modules/org/jboss/as/jsr77/main/module.xml +0 -54
  966. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.129.jar +0 -0
  967. data/jboss/modules/org/jboss/as/logging/main/jboss-as-logging-7.1.x.incremental.129.jar.index +0 -18
  968. data/jboss/modules/org/jboss/as/logging/main/module.xml +0 -47
  969. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.129.jar +0 -0
  970. data/jboss/modules/org/jboss/as/mail/main/jboss-as-mail-7.1.x.incremental.129.jar.index +0 -11
  971. data/jboss/modules/org/jboss/as/mail/main/module.xml +0 -51
  972. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.129.jar +0 -0
  973. data/jboss/modules/org/jboss/as/management-client-content/main/jboss-as-management-client-content-7.1.x.incremental.129.jar.index +0 -11
  974. data/jboss/modules/org/jboss/as/management-client-content/main/module.xml +0 -41
  975. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.129.jar +0 -0
  976. data/jboss/modules/org/jboss/as/messaging/main/jboss-as-messaging-7.1.x.incremental.129.jar.index +0 -12
  977. data/jboss/modules/org/jboss/as/messaging/main/module.xml +0 -61
  978. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.129.jar +0 -0
  979. data/jboss/modules/org/jboss/as/modcluster/main/jboss-as-modcluster-7.1.x.incremental.129.jar.index +0 -10
  980. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar +0 -0
  981. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-catalina-1.2.1.Final.jar.index +0 -10
  982. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar +0 -0
  983. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-jbossweb-1.2.1.Final.jar.index +0 -11
  984. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar +0 -0
  985. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-container-spi-1.2.1.Final.jar.index +0 -9
  986. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar +0 -0
  987. data/jboss/modules/org/jboss/as/modcluster/main/mod_cluster-core-1.2.1.Final.jar.index +0 -18
  988. data/jboss/modules/org/jboss/as/modcluster/main/module.xml +0 -61
  989. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.129.jar +0 -0
  990. data/jboss/modules/org/jboss/as/naming/main/jboss-as-naming-7.1.x.incremental.129.jar.index +0 -19
  991. data/jboss/modules/org/jboss/as/naming/main/module.xml +0 -48
  992. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.129.jar +0 -0
  993. data/jboss/modules/org/jboss/as/network/main/jboss-as-network-7.1.x.incremental.129.jar.index +0 -9
  994. data/jboss/modules/org/jboss/as/network/main/module.xml +0 -40
  995. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.129.jar +0 -0
  996. data/jboss/modules/org/jboss/as/osgi/main/jboss-as-osgi-service-7.1.x.incremental.129.jar.index +0 -14
  997. data/jboss/modules/org/jboss/as/osgi/main/module.xml +0 -57
  998. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.129.jar +0 -0
  999. data/jboss/modules/org/jboss/as/platform-mbean/main/jboss-as-platform-mbean-7.1.x.incremental.129.jar.index +0 -10
  1000. data/jboss/modules/org/jboss/as/platform-mbean/main/module.xml +0 -42
  1001. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.129.jar +0 -0
  1002. data/jboss/modules/org/jboss/as/pojo/main/jboss-as-pojo-7.1.x.incremental.129.jar.index +0 -13
  1003. data/jboss/modules/org/jboss/as/pojo/main/module.xml +0 -47
  1004. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.129.jar +0 -0
  1005. data/jboss/modules/org/jboss/as/process-controller/main/jboss-as-process-controller-7.1.x.incremental.129.jar.index +0 -11
  1006. data/jboss/modules/org/jboss/as/process-controller/main/module.xml +0 -46
  1007. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.129.jar +0 -0
  1008. data/jboss/modules/org/jboss/as/protocol/main/jboss-as-protocol-7.1.x.incremental.129.jar.index +0 -11
  1009. data/jboss/modules/org/jboss/as/protocol/main/module.xml +0 -44
  1010. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.129.jar +0 -0
  1011. data/jboss/modules/org/jboss/as/remoting/main/jboss-as-remoting-7.1.x.incremental.129.jar.index +0 -11
  1012. data/jboss/modules/org/jboss/as/remoting/main/module.xml +0 -53
  1013. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.129.jar +0 -0
  1014. data/jboss/modules/org/jboss/as/sar/main/jboss-as-sar-7.1.x.incremental.129.jar.index +0 -11
  1015. data/jboss/modules/org/jboss/as/sar/main/module.xml +0 -50
  1016. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.129.jar +0 -0
  1017. data/jboss/modules/org/jboss/as/security/main/jboss-as-security-7.1.x.incremental.129.jar.index +0 -16
  1018. data/jboss/modules/org/jboss/as/security/main/module.xml +0 -59
  1019. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.129.jar +0 -0
  1020. data/jboss/modules/org/jboss/as/server/main/jboss-as-server-7.1.x.incremental.129.jar.index +0 -29
  1021. data/jboss/modules/org/jboss/as/server/main/module.xml +0 -70
  1022. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.129.jar +0 -0
  1023. data/jboss/modules/org/jboss/as/threads/main/jboss-as-threads-7.1.x.incremental.129.jar.index +0 -10
  1024. data/jboss/modules/org/jboss/as/threads/main/module.xml +0 -43
  1025. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.129.jar +0 -0
  1026. data/jboss/modules/org/jboss/as/transactions/main/jboss-as-transactions-7.1.x.incremental.129.jar.index +0 -15
  1027. data/jboss/modules/org/jboss/as/transactions/main/module.xml +0 -52
  1028. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar +0 -0
  1029. data/jboss/modules/org/jboss/as/web/main/jasper-jdt-7.0.3.Final.jar.index +0 -24
  1030. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.129.jar +0 -0
  1031. data/jboss/modules/org/jboss/as/web/main/jboss-as-web-7.1.x.incremental.129.jar.index +0 -22
  1032. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.17.Final.jar +0 -0
  1033. data/jboss/modules/org/jboss/as/web/main/jbossweb-7.0.17.Final.jar.index +0 -77
  1034. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libapr-1.so +0 -0
  1035. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libcrypto.so +0 -0
  1036. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libssl.so +0 -0
  1037. data/jboss/modules/org/jboss/as/web/main/lib/linux-i686/libtcnative-1.so +0 -0
  1038. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libapr-1.so +0 -0
  1039. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libcrypto.so +0 -0
  1040. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libssl.so +0 -0
  1041. data/jboss/modules/org/jboss/as/web/main/lib/linux-x86_64/libtcnative-1.so +0 -0
  1042. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libapr-1.jnilib +0 -0
  1043. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libcrypto.jnilib +0 -0
  1044. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libssl.jnilib +0 -0
  1045. data/jboss/modules/org/jboss/as/web/main/lib/macosx-i686/libtcnative-1.jnilib +0 -0
  1046. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libapr-1.jnilib +0 -0
  1047. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libcrypto.jnilib +0 -0
  1048. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libssl.jnilib +0 -0
  1049. data/jboss/modules/org/jboss/as/web/main/lib/macosx-x86_64/libtcnative-1.jnilib +0 -0
  1050. data/jboss/modules/org/jboss/as/web/main/lib/win-i686/tcnative-1.dll +0 -0
  1051. data/jboss/modules/org/jboss/as/web/main/lib/win-x86_64/tcnative-1.dll +0 -0
  1052. data/jboss/modules/org/jboss/as/web/main/module.xml +0 -70
  1053. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.129.jar +0 -0
  1054. data/jboss/modules/org/jboss/as/webservices/main/jboss-as-webservices-server-integration-7.1.x.incremental.129.jar.index +0 -25
  1055. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.5.GA-jboss712.jar +0 -0
  1056. data/jboss/modules/org/jboss/as/webservices/main/jbossws-cxf-resources-4.0.5.GA-jboss712.jar.index +0 -5
  1057. data/jboss/modules/org/jboss/as/webservices/main/module.xml +0 -66
  1058. data/jboss/modules/org/jboss/as/webservices/server/integration/main/module.xml +0 -90
  1059. data/jboss/modules/org/jboss/as/webservices/server/jaxrpc-integration/main/module.xml +0 -52
  1060. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.129.jar +0 -0
  1061. data/jboss/modules/org/jboss/as/weld/main/jboss-as-weld-7.1.x.incremental.129.jar.index +0 -21
  1062. data/jboss/modules/org/jboss/as/weld/main/module.xml +0 -77
  1063. data/jboss/modules/org/jboss/as/xts/main/jboss-as-xts-7.1.x.incremental.129.jar +0 -0
  1064. data/jboss/modules/org/jboss/as/xts/main/module.xml +0 -56
  1065. data/jboss/modules/org/jboss/classfilewriter/main/jboss-classfilewriter-1.0.3.Final.jar.index +0 -13
  1066. data/jboss/modules/org/jboss/com/sun/httpserver/main/httpserver-1.0.1.Final.jar.index +0 -15
  1067. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar +0 -0
  1068. data/jboss/modules/org/jboss/common-beans/main/jboss-common-beans-1.0.0.Final.jar.index +0 -10
  1069. data/jboss/modules/org/jboss/common-beans/main/module.xml +0 -34
  1070. data/jboss/modules/org/jboss/common-core/main/jboss-common-core-2.2.17.GA.jar.index +0 -37
  1071. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar +0 -0
  1072. data/jboss/modules/org/jboss/dmr/main/jboss-dmr-1.1.1.Final.jar.index +0 -8
  1073. data/jboss/modules/org/jboss/dmr/main/module.xml +0 -32
  1074. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.11.Final.jar +0 -0
  1075. data/jboss/modules/org/jboss/ejb-client/main/jboss-ejb-client-1.0.11.Final.jar.index +0 -13
  1076. data/jboss/modules/org/jboss/ejb-client/main/module.xml +0 -40
  1077. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar +0 -0
  1078. data/jboss/modules/org/jboss/ejb3/main/jboss-ejb3-ext-api-2.0.0.jar.index +0 -9
  1079. data/jboss/modules/org/jboss/ejb3/main/module.xml +0 -45
  1080. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar +0 -0
  1081. data/jboss/modules/org/jboss/iiop-client/main/jboss-iiop-client-1.0.0.Final.jar.index +0 -9
  1082. data/jboss/modules/org/jboss/iiop-client/main/module.xml +0 -38
  1083. data/jboss/modules/org/jboss/integration/ext-content/main/bundled/jboss-seam-int.jar +0 -0
  1084. data/jboss/modules/org/jboss/integration/ext-content/main/module.xml +0 -36
  1085. data/jboss/modules/org/jboss/invocation/main/jboss-invocation-1.1.1.Final.jar.index +0 -11
  1086. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.13.Final.jar +0 -0
  1087. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-api-1.0.13.Final.jar.index +0 -21
  1088. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.13.Final.jar +0 -0
  1089. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-common-spi-1.0.13.Final.jar.index +0 -9
  1090. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.13.Final.jar +0 -0
  1091. data/jboss/modules/org/jboss/ironjacamar/api/main/ironjacamar-core-api-1.0.13.Final.jar.index +0 -28
  1092. data/jboss/modules/org/jboss/ironjacamar/api/main/module.xml +0 -44
  1093. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.13.Final.jar +0 -0
  1094. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-common-impl-1.0.13.Final.jar.index +0 -24
  1095. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.13.Final.jar +0 -0
  1096. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-core-impl-1.0.13.Final.jar.index +0 -30
  1097. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.13.Final.jar +0 -0
  1098. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-deployers-common-1.0.13.Final.jar.index +0 -7
  1099. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.13.Final.jar +0 -0
  1100. data/jboss/modules/org/jboss/ironjacamar/impl/main/ironjacamar-validator-1.0.13.Final.jar.index +0 -13
  1101. data/jboss/modules/org/jboss/ironjacamar/impl/main/module.xml +0 -56
  1102. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.13.Final.jar +0 -0
  1103. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/ironjacamar-jdbc-1.0.13.Final.jar.index +0 -24
  1104. data/jboss/modules/org/jboss/ironjacamar/jdbcadapters/main/module.xml +0 -49
  1105. data/jboss/modules/org/jboss/jandex/main/jandex-1.0.3.Final.jar.index +0 -8
  1106. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar +0 -0
  1107. data/jboss/modules/org/jboss/jaxbintros/main/jboss-jaxb-intros-1.0.2.GA.jar.index +0 -11
  1108. data/jboss/modules/org/jboss/jaxbintros/main/module.xml +0 -42
  1109. data/jboss/modules/org/jboss/jboss-transaction-spi/main/jboss-transaction-spi-7.0.0.Final.jar.index +0 -10
  1110. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.6.Final.jar +0 -0
  1111. data/jboss/modules/org/jboss/jts/integration/main/jbossjts-integration-4.16.6.Final.jar.index +0 -16
  1112. data/jboss/modules/org/jboss/jts/integration/main/module.xml +0 -50
  1113. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.6.Final.jar +0 -0
  1114. data/jboss/modules/org/jboss/jts/main/jbossjts-4.16.6.Final.jar.index +0 -186
  1115. data/jboss/modules/org/jboss/jts/main/module.xml +0 -47
  1116. data/jboss/modules/org/jboss/log4j/logmanager/main/log4j-jboss-logmanager-1.0.1.Final.jar.index +0 -29
  1117. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar +0 -0
  1118. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/jul-to-slf4j-stub-1.0.0.Final.jar.index +0 -8
  1119. data/jboss/modules/org/jboss/logging/jul-to-slf4j-stub/main/module.xml +0 -34
  1120. data/jboss/modules/org/jboss/logging/main/jboss-logging-3.1.2.GA.jar.index +0 -8
  1121. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.2.Final.jar +0 -0
  1122. data/jboss/modules/org/jboss/logmanager/main/jboss-logmanager-1.3.2.Final.jar.index +0 -14
  1123. data/jboss/modules/org/jboss/logmanager/main/module.xml +0 -32
  1124. data/jboss/modules/org/jboss/marshalling/main/jboss-marshalling-1.3.16.GA.jar.index +0 -11
  1125. data/jboss/modules/org/jboss/marshalling/river/main/jboss-marshalling-river-1.3.16.GA.jar.index +0 -10
  1126. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.5.Final.jar +0 -0
  1127. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-appclient-7.0.5.Final.jar.index +0 -15
  1128. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.5.Final.jar +0 -0
  1129. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-common-7.0.5.Final.jar.index +0 -35
  1130. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.5.Final.jar +0 -0
  1131. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ear-7.0.5.Final.jar.index +0 -19
  1132. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.5.Final.jar +0 -0
  1133. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-ejb-7.0.5.Final.jar.index +0 -22
  1134. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.5.Final.jar +0 -0
  1135. data/jboss/modules/org/jboss/metadata/main/jboss-metadata-web-7.0.5.Final.jar.index +0 -21
  1136. data/jboss/modules/org/jboss/metadata/main/module.xml +0 -54
  1137. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar +0 -0
  1138. data/jboss/modules/org/jboss/msc/main/jboss-msc-1.0.2.GA.jar.index +0 -12
  1139. data/jboss/modules/org/jboss/msc/main/module.xml +0 -45
  1140. data/jboss/modules/org/jboss/netty/main/module.xml +0 -40
  1141. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar +0 -0
  1142. data/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar.index +0 -46
  1143. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar +0 -0
  1144. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-deployment-1.1.0.Final.jar.index +0 -12
  1145. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar +0 -0
  1146. data/jboss/modules/org/jboss/osgi/framework/main/jbosgi-framework-core-1.3.1.CR1.jar.index +0 -17
  1147. data/jboss/modules/org/jboss/osgi/framework/main/module.xml +0 -52
  1148. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar +0 -0
  1149. data/jboss/modules/org/jboss/osgi/metadata/main/jbosgi-metadata-2.1.0.Final.jar.index +0 -10
  1150. data/jboss/modules/org/jboss/osgi/metadata/main/module.xml +0 -39
  1151. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar +0 -0
  1152. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-api-1.2.0.Final.jar.index +0 -13
  1153. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar +0 -0
  1154. data/jboss/modules/org/jboss/osgi/repository/main/jbosgi-repository-core-1.2.0.Final.jar.index +0 -11
  1155. data/jboss/modules/org/jboss/osgi/repository/main/module.xml +0 -43
  1156. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar +0 -0
  1157. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-api-2.1.0.Final.jar.index +0 -18
  1158. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar +0 -0
  1159. data/jboss/modules/org/jboss/osgi/resolver/main/jbosgi-resolver-felix-2.1.0.Final.jar.index +0 -14
  1160. data/jboss/modules/org/jboss/osgi/resolver/main/module.xml +0 -43
  1161. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar +0 -0
  1162. data/jboss/modules/org/jboss/osgi/spi/main/jbosgi-spi-3.1.0.Final.jar.index +0 -12
  1163. data/jboss/modules/org/jboss/osgi/spi/main/module.xml +0 -41
  1164. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar +0 -0
  1165. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs-1.1.0.Final.jar.index +0 -10
  1166. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar +0 -0
  1167. data/jboss/modules/org/jboss/osgi/vfs/main/jbosgi-vfs30-1.1.0.Final.jar.index +0 -9
  1168. data/jboss/modules/org/jboss/osgi/vfs/main/module.xml +0 -40
  1169. data/jboss/modules/org/jboss/remote-naming/main/jboss-remote-naming-1.0.5.Final.jar.index +0 -14
  1170. data/jboss/modules/org/jboss/remote-naming/main/module.xml +0 -38
  1171. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.12.GA.jar +0 -0
  1172. data/jboss/modules/org/jboss/remoting3/main/jboss-remoting-3.2.12.GA.jar.index +0 -11
  1173. data/jboss/modules/org/jboss/remoting3/main/module.xml +0 -39
  1174. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/module.xml +0 -36
  1175. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.5.Final.jar +0 -0
  1176. data/jboss/modules/org/jboss/remoting3/remoting-jmx/main/remoting-jmx-1.0.5.Final.jar.index +0 -11
  1177. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/module.xml +0 -43
  1178. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final-jandex.jar +0 -0
  1179. data/jboss/modules/org/jboss/resteasy/resteasy-atom-provider/main/resteasy-atom-provider-2.3.3.Final.jar +0 -0
  1180. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/module.xml +0 -42
  1181. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar +0 -0
  1182. data/jboss/modules/org/jboss/resteasy/resteasy-cdi/main/resteasy-cdi-2.3.3.Final.jar.index +0 -10
  1183. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/module.xml +0 -45
  1184. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final-jandex.jar +0 -0
  1185. data/jboss/modules/org/jboss/resteasy/resteasy-jackson-provider/main/resteasy-jackson-provider-2.3.3.Final.jar +0 -0
  1186. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml +0 -42
  1187. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final-jandex.jar +0 -0
  1188. data/jboss/modules/org/jboss/resteasy/resteasy-jaxb-provider/main/resteasy-jaxb-provider-2.3.3.Final.jar +0 -0
  1189. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final-jandex.jar +0 -0
  1190. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar +0 -0
  1191. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/async-http-servlet-3.0-2.3.3.Final.jar.index +0 -11
  1192. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/module.xml +0 -46
  1193. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar +0 -0
  1194. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final-jandex.jar.index +0 -2
  1195. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar +0 -0
  1196. data/jboss/modules/org/jboss/resteasy/resteasy-jaxrs/main/resteasy-jaxrs-2.3.3.Final.jar.index +0 -45
  1197. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/module.xml +0 -43
  1198. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final-jandex.jar +0 -0
  1199. data/jboss/modules/org/jboss/resteasy/resteasy-jettison-provider/main/resteasy-jettison-provider-2.3.3.Final.jar +0 -0
  1200. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/module.xml +0 -41
  1201. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final-jandex.jar +0 -0
  1202. data/jboss/modules/org/jboss/resteasy/resteasy-jsapi/main/resteasy-jsapi-2.3.3.Final.jar +0 -0
  1203. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml +0 -44
  1204. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final-jandex.jar +0 -0
  1205. data/jboss/modules/org/jboss/resteasy/resteasy-multipart-provider/main/resteasy-multipart-provider-2.3.3.Final.jar +0 -0
  1206. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/module.xml +0 -47
  1207. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final-jandex.jar +0 -0
  1208. data/jboss/modules/org/jboss/resteasy/resteasy-yaml-provider/main/resteasy-yaml-provider-2.3.3.Final.jar +0 -0
  1209. data/jboss/modules/org/jboss/sasl/main/jboss-sasl-1.0.3.Final.jar.index +0 -16
  1210. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.1.Final.jar +0 -0
  1211. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-common-2.2.1.Final.jar.index +0 -11
  1212. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.1.Final.jar +0 -0
  1213. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-extras-2.2.1.Final.jar.index +0 -11
  1214. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.1.Final.jar +0 -0
  1215. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-net-2.2.1.Final.jar.index +0 -10
  1216. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.1.Final.jar +0 -0
  1217. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-ntlm-2.2.1.Final.jar.index +0 -11
  1218. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.1.Final.jar +0 -0
  1219. data/jboss/modules/org/jboss/security/negotiation/main/jboss-negotiation-spnego-2.2.1.Final.jar.index +0 -11
  1220. data/jboss/modules/org/jboss/security/negotiation/main/module.xml +0 -47
  1221. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar +0 -0
  1222. data/jboss/modules/org/jboss/security/xacml/main/jbossxacml-2.0.8.Final.jar.index +0 -34
  1223. data/jboss/modules/org/jboss/security/xacml/main/module.xml +0 -40
  1224. data/jboss/modules/org/jboss/shrinkwrap/core/main/module.xml +0 -39
  1225. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar +0 -0
  1226. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-api-1.0.0.jar.index +0 -17
  1227. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar +0 -0
  1228. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-impl-base-1.0.0.jar.index +0 -27
  1229. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar +0 -0
  1230. data/jboss/modules/org/jboss/shrinkwrap/core/main/shrinkwrap-spi-1.0.0.jar.index +0 -9
  1231. data/jboss/modules/org/jboss/staxmapper/main/staxmapper-1.1.0.Final.jar.index +0 -8
  1232. data/jboss/modules/org/jboss/stdio/main/jboss-stdio-1.0.1.GA.jar.index +0 -8
  1233. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar +0 -0
  1234. data/jboss/modules/org/jboss/threads/main/jboss-threads-2.0.0.GA.jar.index +0 -9
  1235. data/jboss/modules/org/jboss/threads/main/module.xml +0 -39
  1236. data/jboss/modules/org/jboss/vfs/main/jboss-vfs-3.1.0.Final.jar.index +0 -15
  1237. data/jboss/modules/org/jboss/weld/api/main/module.xml +0 -40
  1238. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar +0 -0
  1239. data/jboss/modules/org/jboss/weld/api/main/weld-api-1.1.Final.jar.index +0 -13
  1240. data/jboss/modules/org/jboss/weld/core/main/module.xml +0 -56
  1241. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.10.Final.jar +0 -0
  1242. data/jboss/modules/org/jboss/weld/core/main/weld-core-1.1.10.Final.jar.index +0 -67
  1243. data/jboss/modules/org/jboss/weld/spi/main/module.xml +0 -46
  1244. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar +0 -0
  1245. data/jboss/modules/org/jboss/weld/spi/main/weld-spi-1.1.Final.jar.index +0 -39
  1246. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar +0 -0
  1247. data/jboss/modules/org/jboss/ws/api/main/jbossws-api-1.0.0.GA.jar.index +0 -16
  1248. data/jboss/modules/org/jboss/ws/api/main/module.xml +0 -41
  1249. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA.jar +0 -0
  1250. data/jboss/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA.jar.index +0 -27
  1251. data/jboss/modules/org/jboss/ws/common/main/module.xml +0 -52
  1252. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-client/main/module.xml +0 -50
  1253. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.5.GA.jar +0 -0
  1254. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/jbossws-cxf-factories-4.0.5.GA.jar.index +0 -6
  1255. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-factories/main/module.xml +0 -37
  1256. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.5.GA.jar +0 -0
  1257. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.5.GA.jar.index +0 -28
  1258. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml +0 -68
  1259. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.5.GA.jar +0 -0
  1260. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/jbossws-cxf-transports-httpserver-4.0.5.GA.jar.index +0 -14
  1261. data/jboss/modules/org/jboss/ws/cxf/jbossws-cxf-transports-httpserver/main/module.xml +0 -50
  1262. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.5.GA.jar +0 -0
  1263. data/jboss/modules/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.5.GA.jar.index +0 -22
  1264. data/jboss/modules/org/jboss/ws/jaxws-client/main/module.xml +0 -64
  1265. data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/jaxws-jboss-httpserver-httpspi-1.0.1.GA.jar +0 -0
  1266. data/jboss/modules/org/jboss/ws/jaxws-jboss-httpserver-httpspi/main/module.xml +0 -40
  1267. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.5.GA.jar +0 -0
  1268. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/jbossws-native-core-4.0.5.GA.jar.index +0 -47
  1269. data/jboss/modules/org/jboss/ws/native/jbossws-native-core/main/module.xml +0 -50
  1270. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.5.GA.jar +0 -0
  1271. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/jbossws-native-services-4.0.5.GA.jar.index +0 -6
  1272. data/jboss/modules/org/jboss/ws/native/jbossws-native-services/main/module.xml +0 -35
  1273. data/jboss/modules/org/jboss/ws/saaj-impl/main/module.xml +0 -39
  1274. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.4.GA.jar +0 -0
  1275. data/jboss/modules/org/jboss/ws/spi/main/jbossws-spi-2.0.4.GA.jar.index +0 -26
  1276. data/jboss/modules/org/jboss/ws/spi/main/module.xml +0 -45
  1277. data/jboss/modules/org/jboss/ws/tools/common/main/jbossws-common-tools-1.0.1.GA.jar +0 -0
  1278. data/jboss/modules/org/jboss/ws/tools/common/main/module.xml +0 -47
  1279. data/jboss/modules/org/jboss/ws/tools/wsconsume/main/module.xml +0 -38
  1280. data/jboss/modules/org/jboss/ws/tools/wsprovide/main/module.xml +0 -38
  1281. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar +0 -0
  1282. data/jboss/modules/org/jboss/xb/main/jbossxb-2.0.3.GA.jar.index +0 -31
  1283. data/jboss/modules/org/jboss/xb/main/module.xml +0 -42
  1284. data/jboss/modules/org/jboss/xnio/main/xnio-api-3.0.7.GA.jar.index +0 -11
  1285. data/jboss/modules/org/jboss/xnio/nio/main/xnio-nio-3.0.7.GA.jar.index +0 -9
  1286. data/jboss/modules/org/jboss/xts/main/jbosstxbridge-4.16.6.Final.jar +0 -0
  1287. data/jboss/modules/org/jboss/xts/main/jbossxts-4.16.6.Final.jar +0 -0
  1288. data/jboss/modules/org/jboss/xts/main/jbossxts-api-4.16.6.Final.jar +0 -0
  1289. data/jboss/modules/org/jboss/xts/main/module.xml +0 -58
  1290. data/jboss/modules/org/jdom/main/jdom-1.1.2.jar +0 -0
  1291. data/jboss/modules/org/jdom/main/module.xml +0 -35
  1292. data/jboss/modules/org/jgroups/main/jgroups-3.0.14.Final.jar +0 -0
  1293. data/jboss/modules/org/jgroups/main/jgroups-3.0.14.Final.jar.index +0 -26
  1294. data/jboss/modules/org/jgroups/main/module.xml +0 -36
  1295. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar +0 -0
  1296. data/jboss/modules/org/joda/time/main/joda-time-1.6.2.jar.index +0 -29
  1297. data/jboss/modules/org/joda/time/main/module.xml +0 -35
  1298. data/jboss/modules/org/kohsuke/rngom/main/module.xml +0 -39
  1299. data/jboss/modules/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar +0 -0
  1300. data/jboss/modules/org/kohsuke/rngom/main/rngom-201103.jboss-1.jar.index +0 -26
  1301. data/jboss/modules/org/omg/api/main/module.xml +0 -106
  1302. data/jboss/modules/org/osgi/core/main/module.xml +0 -34
  1303. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar +0 -0
  1304. data/jboss/modules/org/osgi/core/main/org.osgi.core-4.2.0.jar.index +0 -28
  1305. data/jboss/modules/org/picketbox/main/module.xml +0 -47
  1306. data/jboss/modules/org/picketbox/main/picketbox-4.0.14.Final.jar +0 -0
  1307. data/jboss/modules/org/picketbox/main/picketbox-4.0.14.Final.jar.index +0 -82
  1308. data/jboss/modules/org/picketbox/main/picketbox-commons-1.0.0.final.jar.index +0 -10
  1309. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.14.Final.jar +0 -0
  1310. data/jboss/modules/org/picketbox/main/picketbox-infinispan-4.0.14.Final.jar.index +0 -9
  1311. data/jboss/modules/org/picketlink/main/module.xml +0 -51
  1312. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final-jandex-jandex.jar +0 -0
  1313. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final-jandex.jar +0 -0
  1314. data/jboss/modules/org/picketlink/main/picketlink-core-2.1.4.Final.jar +0 -0
  1315. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.4.Final-jandex.jar +0 -0
  1316. data/jboss/modules/org/picketlink/main/picketlink-jbas7-2.1.4.Final.jar +0 -0
  1317. data/jboss/modules/org/projectodd/polyglot/cache/main/module.xml +0 -58
  1318. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-cache.jar +0 -0
  1319. data/jboss/modules/org/projectodd/polyglot/cache/main/polyglot-core.jar +0 -0
  1320. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/module.xml +0 -47
  1321. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-core.jar +0 -0
  1322. data/jboss/modules/org/projectodd/polyglot/hasingleton/main/polyglot-hasingleton.jar +0 -0
  1323. data/jboss/modules/org/projectodd/polyglot/stomp/main/module.xml +0 -62
  1324. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-core.jar +0 -0
  1325. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-stomp.jar +0 -0
  1326. data/jboss/modules/org/projectodd/polyglot/stomp/main/polyglot-web.jar +0 -0
  1327. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-conduit-server-core.jar +0 -0
  1328. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-conduit-server-spi.jar +0 -0
  1329. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-api.jar +0 -0
  1330. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-common.jar +0 -0
  1331. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-server-core.jar +0 -0
  1332. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomp-server-spi.jar +0 -0
  1333. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomplet-api.jar +0 -0
  1334. data/jboss/modules/org/projectodd/polyglot/stomp/main/stilts-stomplet-server-core.jar +0 -0
  1335. data/jboss/modules/org/projectodd/polyglot/stomp/main/subsystem/socket-binding.conf +0 -1
  1336. data/jboss/modules/org/projectodd/polyglot/stomp/main/subsystem/subsystem.xml +0 -1
  1337. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar +0 -0
  1338. data/jboss/modules/org/python/jython/standalone/main/jython-standalone-2.5.2.jar.index +0 -173
  1339. data/jboss/modules/org/python/jython/standalone/main/module.xml +0 -38
  1340. data/jboss/modules/org/scannotation/scannotation/main/module.xml +0 -40
  1341. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar +0 -0
  1342. data/jboss/modules/org/scannotation/scannotation/main/scannotation-1.0.2.jar.index +0 -8
  1343. data/jboss/modules/org/slf4j/ext/main/module.xml +0 -36
  1344. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar +0 -0
  1345. data/jboss/modules/org/slf4j/ext/main/slf4j-ext-1.6.1.jar.index +0 -12
  1346. data/jboss/modules/org/slf4j/impl/main/module.xml +0 -40
  1347. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar +0 -0
  1348. data/jboss/modules/org/slf4j/impl/main/slf4j-jboss-logmanager-1.0.0.GA.jar.index +0 -8
  1349. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar +0 -0
  1350. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/jcl-over-slf4j-1.6.1.jar.index +0 -11
  1351. data/jboss/modules/org/slf4j/jcl-over-slf4j/main/module.xml +0 -34
  1352. data/jboss/modules/org/slf4j/main/module.xml +0 -34
  1353. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar +0 -0
  1354. data/jboss/modules/org/slf4j/main/slf4j-api-1.6.1.jar.index +0 -9
  1355. data/jboss/modules/org/torquebox/bootstrap/main/module.xml +0 -57
  1356. data/jboss/modules/org/torquebox/bootstrap/main/torquebox-bootstrap.jar +0 -0
  1357. data/jboss/modules/org/torquebox/cdi/main/module.xml +0 -48
  1358. data/jboss/modules/org/torquebox/cdi/main/torquebox-cdi.jar +0 -0
  1359. data/jboss/modules/org/torquebox/core/main/module.xml +0 -80
  1360. data/jboss/modules/org/torquebox/core/main/polyglot-core.jar +0 -0
  1361. data/jboss/modules/org/torquebox/core/main/torquebox-core.jar +0 -0
  1362. data/jboss/modules/org/torquebox/jobs/main/c3p0.jar +0 -0
  1363. data/jboss/modules/org/torquebox/jobs/main/module.xml +0 -51
  1364. data/jboss/modules/org/torquebox/jobs/main/polyglot-jobs.jar +0 -0
  1365. data/jboss/modules/org/torquebox/jobs/main/torquebox-jobs.jar +0 -0
  1366. data/jboss/modules/org/torquebox/messaging/main/module.xml +0 -52
  1367. data/jboss/modules/org/torquebox/messaging/main/polyglot-messaging.jar +0 -0
  1368. data/jboss/modules/org/torquebox/messaging/main/torquebox-messaging.jar +0 -0
  1369. data/jboss/modules/org/torquebox/security/main/module.xml +0 -47
  1370. data/jboss/modules/org/torquebox/security/main/torquebox-security.jar +0 -0
  1371. data/jboss/modules/org/torquebox/services/main/module.xml +0 -46
  1372. data/jboss/modules/org/torquebox/services/main/torquebox-services.jar +0 -0
  1373. data/jboss/modules/org/torquebox/stomp/main/module.xml +0 -53
  1374. data/jboss/modules/org/torquebox/stomp/main/torquebox-stomp.jar +0 -0
  1375. data/jboss/modules/org/torquebox/web/main/module.xml +0 -57
  1376. data/jboss/modules/org/torquebox/web/main/polyglot-web.jar +0 -0
  1377. data/jboss/modules/org/torquebox/web/main/torquebox-web.jar +0 -0
  1378. data/jboss/modules/org/yaml/snakeyaml/main/module.xml +0 -39
  1379. data/jboss/modules/org/yaml/snakeyaml/main/snakeyaml-1.8.jar +0 -0
  1380. data/jboss/modules/sun/jdk/main/module.xml +0 -86
  1381. data/jboss/modules/sun/jdk/main/service-loader-resources.index +0 -3
  1382. data/jboss/welcome-content/as7_logo.png +0 -0
  1383. data/jboss/welcome-content/as7_style.css +0 -63
  1384. data/jboss/welcome-content/bkg.gif +0 -0
  1385. data/jboss/welcome-content/documentation.html +0 -75
  1386. data/jboss/welcome-content/favicon.ico +0 -0
  1387. data/jboss/welcome-content/index.html +0 -57
  1388. data/jboss/welcome-content/index_noconsole.html +0 -57
  1389. data/jboss/welcome-content/jboss_community.png +0 -0
  1390. data/jboss/welcome-content/noconsole.html +0 -47
  1391. data/jboss/welcome-content/noredirect.html +0 -50
  1392. data/licenses/lgpl-2.1.txt +0 -502
  1393. data/share/rails/template.rb +0 -123
@@ -51,7 +51,7 @@
51
51
  <dependency>
52
52
  <groupId>com.google.guava</groupId>
53
53
  <artifactId>guava</artifactId>
54
- <version>11.0.2</version>
54
+ <version>13.0.1</version>
55
55
  <licenses>
56
56
  <license>
57
57
  <name>Apache Software License, Version 2.0</name>
@@ -60,32 +60,6 @@
60
60
  </license>
61
61
  </licenses>
62
62
  </dependency>
63
- <dependency>
64
- <groupId>com.gwtplatform</groupId>
65
- <artifactId>gwtp-clients-common</artifactId>
66
- <version>0.6</version>
67
- <licenses>
68
- <license>
69
- <name>Apache 2</name>
70
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
71
- <distribution>repo</distribution>
72
- <comments>A business-friendly OSS license</comments>
73
- </license>
74
- </licenses>
75
- </dependency>
76
- <dependency>
77
- <groupId>com.gwtplatform</groupId>
78
- <artifactId>gwtp-mvp-client</artifactId>
79
- <version>0.6</version>
80
- <licenses>
81
- <license>
82
- <name>Apache 2</name>
83
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
84
- <distribution>repo</distribution>
85
- <comments>A business-friendly OSS license</comments>
86
- </license>
87
- </licenses>
88
- </dependency>
89
63
  <dependency>
90
64
  <groupId>com.h2database</groupId>
91
65
  <artifactId>h2</artifactId>
@@ -115,23 +89,6 @@
115
89
  </license>
116
90
  </licenses>
117
91
  </dependency>
118
- <dependency>
119
- <groupId>com.sun.faces</groupId>
120
- <artifactId>jsf-impl</artifactId>
121
- <version>2.1.13-jbossorg-1</version>
122
- <licenses>
123
- <license>
124
- <name>Common Development and Distribution License</name>
125
- <url>http://repository.jboss.org/licenses/cddl.txt</url>
126
- <distribution>repo</distribution>
127
- </license>
128
- <license>
129
- <name>GNU General Public License, Version 2 with the Classpath Exception</name>
130
- <url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
131
- <distribution>repo</distribution>
132
- </license>
133
- </licenses>
134
- </dependency>
135
92
  <dependency>
136
93
  <groupId>com.sun.istack</groupId>
137
94
  <artifactId>istack-commons-runtime</artifactId>
@@ -182,23 +139,6 @@
182
139
  </license>
183
140
  </licenses>
184
141
  </dependency>
185
- <dependency>
186
- <groupId>com.sun.xml.messaging.saaj</groupId>
187
- <artifactId>saaj-impl</artifactId>
188
- <version>1.3.16-jbossorg-1</version>
189
- <licenses>
190
- <license>
191
- <name>Common Development and Distribution License</name>
192
- <url>http://repository.jboss.org/licenses/cddl.txt</url>
193
- <distribution>repo</distribution>
194
- </license>
195
- <license>
196
- <name>GNU General Public License, Version 2 with the Classpath Exception</name>
197
- <url>http://repository.jboss.org/licenses/gpl-2.0-ce.txt</url>
198
- <distribution>repo</distribution>
199
- </license>
200
- </licenses>
201
- </dependency>
202
142
  <dependency>
203
143
  <groupId>com.sun.xml.txw2</groupId>
204
144
  <artifactId>txw2</artifactId>
@@ -309,7 +249,7 @@
309
249
  <dependency>
310
250
  <groupId>commons-pool</groupId>
311
251
  <artifactId>commons-pool</artifactId>
312
- <version>1.5.6</version>
252
+ <version>1.6</version>
313
253
  <licenses>
314
254
  <license>
315
255
  <name>Apache Software License, Version 2.0</name>
@@ -341,6 +281,17 @@
341
281
  </license>
342
282
  </licenses>
343
283
  </dependency>
284
+ <dependency>
285
+ <groupId>io.netty</groupId>
286
+ <artifactId>netty</artifactId>
287
+ <version>3.6.2.Final</version>
288
+ <licenses>
289
+ <license>
290
+ <name>Apache License, Version 2.0</name>
291
+ <url>http://www.apache.org/licenses/LICENSE-2.0</url>
292
+ </license>
293
+ </licenses>
294
+ </dependency>
344
295
  <dependency>
345
296
  <groupId>javax.activation</groupId>
346
297
  <artifactId>activation</artifactId>
@@ -370,28 +321,6 @@
370
321
  </license>
371
322
  </licenses>
372
323
  </dependency>
373
- <dependency>
374
- <groupId>javax.faces</groupId>
375
- <artifactId>jsf-api</artifactId>
376
- <version>1.2_15-jbossorg-2</version>
377
- <licenses>
378
- <license>
379
- <name>GNU Lesser General Public License, Version 2.1</name>
380
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
381
- </license>
382
- </licenses>
383
- </dependency>
384
- <dependency>
385
- <groupId>javax.faces</groupId>
386
- <artifactId>jsf-impl</artifactId>
387
- <version>1.2_15-jbossorg-2</version>
388
- <licenses>
389
- <license>
390
- <name>GNU Lesser General Public License, Version 2.1</name>
391
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
392
- </license>
393
- </licenses>
394
- </dependency>
395
324
  <dependency>
396
325
  <groupId>javax.inject</groupId>
397
326
  <artifactId>javax.inject</artifactId>
@@ -424,7 +353,7 @@
424
353
  <dependency>
425
354
  <groupId>javax.mail</groupId>
426
355
  <artifactId>mail</artifactId>
427
- <version>1.4.4</version>
356
+ <version>1.4.5</version>
428
357
  <licenses>
429
358
  <license>
430
359
  <name>Common Development and Distribution License</name>
@@ -460,28 +389,6 @@
460
389
  </license>
461
390
  </licenses>
462
391
  </dependency>
463
- <dependency>
464
- <groupId>jboss.jaxbintros</groupId>
465
- <artifactId>jboss-jaxb-intros</artifactId>
466
- <version>1.0.2.GA</version>
467
- <licenses>
468
- <license>
469
- <name>GNU Lesser General Public License, Version 2.1</name>
470
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
471
- </license>
472
- </licenses>
473
- </dependency>
474
- <dependency>
475
- <groupId>jline</groupId>
476
- <artifactId>jline</artifactId>
477
- <version>0.9.94</version>
478
- <licenses>
479
- <license>
480
- <name>The BSD License</name>
481
- <url>http://repository.jboss.org/licenses/bsd.txt</url>
482
- </license>
483
- </licenses>
484
- </dependency>
485
392
  <dependency>
486
393
  <groupId>joda-time</groupId>
487
394
  <artifactId>joda-time</artifactId>
@@ -519,9 +426,9 @@
519
426
  </licenses>
520
427
  </dependency>
521
428
  <dependency>
522
- <groupId>org.apache.cxf</groupId>
523
- <artifactId>cxf-api</artifactId>
524
- <version>2.4.9</version>
429
+ <groupId>org.apache.velocity</groupId>
430
+ <artifactId>velocity</artifactId>
431
+ <version>1.7</version>
525
432
  <licenses>
526
433
  <license>
527
434
  <name>Apache Software License, Version 2.0</name>
@@ -531,21 +438,21 @@
531
438
  </licenses>
532
439
  </dependency>
533
440
  <dependency>
534
- <groupId>org.apache.cxf</groupId>
535
- <artifactId>cxf-common-utilities</artifactId>
536
- <version>2.4.9</version>
441
+ <groupId>org.codehaus.woodstox</groupId>
442
+ <artifactId>stax2-api</artifactId>
443
+ <version>3.1.1</version>
537
444
  <licenses>
538
445
  <license>
539
- <name>Apache Software License, Version 2.0</name>
540
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
446
+ <name>The BSD License</name>
447
+ <url>http://repository.jboss.org/licenses/bsd.txt</url>
541
448
  <distribution>repo</distribution>
542
449
  </license>
543
450
  </licenses>
544
451
  </dependency>
545
452
  <dependency>
546
- <groupId>org.apache.cxf</groupId>
547
- <artifactId>cxf-rt-bindings-coloc</artifactId>
548
- <version>2.4.9</version>
453
+ <groupId>org.codehaus.woodstox</groupId>
454
+ <artifactId>woodstox-core-asl</artifactId>
455
+ <version>4.1.1</version>
549
456
  <licenses>
550
457
  <license>
551
458
  <name>Apache Software License, Version 2.0</name>
@@ -555,141 +462,136 @@
555
462
  </licenses>
556
463
  </dependency>
557
464
  <dependency>
558
- <groupId>org.apache.cxf</groupId>
559
- <artifactId>cxf-rt-bindings-http</artifactId>
560
- <version>2.4.9</version>
465
+ <groupId>org.eclipse.jdt.core.compiler</groupId>
466
+ <artifactId>ecj</artifactId>
467
+ <version>3.7.2</version>
561
468
  <licenses>
562
469
  <license>
563
- <name>Apache Software License, Version 2.0</name>
564
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
470
+ <name>Eclipse Public License v1.0</name>
471
+ <url>http://www.eclipse.org/org/documents/epl-v10.php</url>
565
472
  <distribution>repo</distribution>
566
473
  </license>
567
474
  </licenses>
568
475
  </dependency>
569
476
  <dependency>
570
- <groupId>org.apache.cxf</groupId>
571
- <artifactId>cxf-rt-bindings-object</artifactId>
572
- <version>2.4.9</version>
477
+ <groupId>org.fusesource.jansi</groupId>
478
+ <artifactId>jansi</artifactId>
479
+ <version>1.8</version>
573
480
  <licenses>
574
481
  <license>
575
- <name>Apache Software License, Version 2.0</name>
576
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
482
+ <name>The Apache Software License, Version 2.0</name>
483
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
577
484
  <distribution>repo</distribution>
578
485
  </license>
579
486
  </licenses>
580
487
  </dependency>
581
488
  <dependency>
582
- <groupId>org.apache.cxf</groupId>
583
- <artifactId>cxf-rt-bindings-soap</artifactId>
584
- <version>2.4.9</version>
489
+ <groupId>org.hibernate</groupId>
490
+ <artifactId>hibernate-core</artifactId>
491
+ <version>4.2.0.CR1</version>
585
492
  <licenses>
586
493
  <license>
587
- <name>Apache Software License, Version 2.0</name>
588
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
494
+ <name>GNU Lesser General Public License, Version 2.1</name>
495
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
589
496
  <distribution>repo</distribution>
497
+ <comments>See discussion at http://hibernate.org/license for more details.</comments>
590
498
  </license>
591
499
  </licenses>
592
500
  </dependency>
593
501
  <dependency>
594
- <groupId>org.apache.cxf</groupId>
595
- <artifactId>cxf-rt-bindings-xml</artifactId>
596
- <version>2.4.9</version>
502
+ <groupId>org.hibernate</groupId>
503
+ <artifactId>hibernate-entitymanager</artifactId>
504
+ <version>4.2.0.CR1</version>
597
505
  <licenses>
598
506
  <license>
599
- <name>Apache Software License, Version 2.0</name>
600
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
507
+ <name>GNU Lesser General Public License, Version 2.1</name>
508
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
601
509
  <distribution>repo</distribution>
510
+ <comments>See discussion at http://hibernate.org/license for more details.</comments>
602
511
  </license>
603
512
  </licenses>
604
513
  </dependency>
605
514
  <dependency>
606
- <groupId>org.apache.cxf</groupId>
607
- <artifactId>cxf-rt-core</artifactId>
608
- <version>2.4.9</version>
515
+ <groupId>org.hibernate</groupId>
516
+ <artifactId>hibernate-envers</artifactId>
517
+ <version>4.2.0.CR1</version>
609
518
  <licenses>
610
519
  <license>
611
- <name>Apache Software License, Version 2.0</name>
612
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
520
+ <name>GNU Lesser General Public License, Version 2.1</name>
521
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
613
522
  <distribution>repo</distribution>
523
+ <comments>See discussion at http://hibernate.org/license for more details.</comments>
614
524
  </license>
615
525
  </licenses>
616
526
  </dependency>
617
527
  <dependency>
618
- <groupId>org.apache.cxf</groupId>
619
- <artifactId>cxf-rt-databinding-aegis</artifactId>
620
- <version>2.4.9</version>
528
+ <groupId>org.hibernate</groupId>
529
+ <artifactId>hibernate-infinispan</artifactId>
530
+ <version>4.2.0.CR1</version>
621
531
  <licenses>
622
532
  <license>
623
- <name>Apache Software License, Version 2.0</name>
624
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
533
+ <name>GNU Lesser General Public License, Version 2.1</name>
534
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
625
535
  <distribution>repo</distribution>
536
+ <comments>See discussion at http://hibernate.org/license for more details.</comments>
626
537
  </license>
627
538
  </licenses>
628
539
  </dependency>
629
540
  <dependency>
630
- <groupId>org.apache.cxf</groupId>
631
- <artifactId>cxf-rt-databinding-jaxb</artifactId>
632
- <version>2.4.9</version>
541
+ <groupId>org.hibernate</groupId>
542
+ <artifactId>hibernate-validator</artifactId>
543
+ <version>4.3.1.Final</version>
633
544
  <licenses>
634
545
  <license>
635
546
  <name>Apache Software License, Version 2.0</name>
636
547
  <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
637
- <distribution>repo</distribution>
638
548
  </license>
639
549
  </licenses>
640
550
  </dependency>
641
551
  <dependency>
642
- <groupId>org.apache.cxf</groupId>
643
- <artifactId>cxf-rt-frontend-jaxws</artifactId>
644
- <version>2.4.9</version>
552
+ <groupId>org.hibernate.common</groupId>
553
+ <artifactId>hibernate-commons-annotations</artifactId>
554
+ <version>4.0.1.Final</version>
645
555
  <licenses>
646
556
  <license>
647
- <name>Apache Software License, Version 2.0</name>
648
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
649
- <distribution>repo</distribution>
557
+ <name>GNU Lesser General Public License, Version 2.1</name>
558
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
650
559
  </license>
651
560
  </licenses>
652
561
  </dependency>
653
562
  <dependency>
654
- <groupId>org.apache.cxf</groupId>
655
- <artifactId>cxf-rt-frontend-simple</artifactId>
656
- <version>2.4.9</version>
563
+ <groupId>org.hibernate.javax.persistence</groupId>
564
+ <artifactId>hibernate-jpa-2.0-api</artifactId>
565
+ <version>1.0.1.Final</version>
657
566
  <licenses>
658
567
  <license>
659
- <name>Apache Software License, Version 2.0</name>
660
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
568
+ <name>Eclipse Public License, Version 1.0</name>
569
+ <url>http://repository.jboss.org/licenses/epl-1.0.txt</url>
661
570
  <distribution>repo</distribution>
662
571
  </license>
663
- </licenses>
664
- </dependency>
665
- <dependency>
666
- <groupId>org.apache.cxf</groupId>
667
- <artifactId>cxf-rt-management</artifactId>
668
- <version>2.4.9</version>
669
- <licenses>
670
572
  <license>
671
- <name>Apache Software License, Version 2.0</name>
672
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
573
+ <name>Eclipse Distribution License, Version 1.0</name>
574
+ <url>http://repository.jboss.org/licenses/edl-1.0.txt</url>
673
575
  <distribution>repo</distribution>
674
576
  </license>
675
577
  </licenses>
676
578
  </dependency>
677
579
  <dependency>
678
- <groupId>org.apache.cxf</groupId>
679
- <artifactId>cxf-rt-transports-common</artifactId>
680
- <version>2.4.9</version>
580
+ <groupId>org.hornetq</groupId>
581
+ <artifactId>hornetq-commons</artifactId>
582
+ <version>2.3.0.CR1</version>
681
583
  <licenses>
682
584
  <license>
683
- <name>Apache Software License, Version 2.0</name>
684
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
585
+ <name>ASL 2.0</name>
586
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
685
587
  <distribution>repo</distribution>
686
588
  </license>
687
589
  </licenses>
688
590
  </dependency>
689
591
  <dependency>
690
- <groupId>org.apache.cxf</groupId>
691
- <artifactId>cxf-rt-transports-http</artifactId>
692
- <version>2.4.9</version>
592
+ <groupId>org.hornetq</groupId>
593
+ <artifactId>hornetq-core-client</artifactId>
594
+ <version>2.3.0.CR1</version>
693
595
  <licenses>
694
596
  <license>
695
597
  <name>Apache Software License, Version 2.0</name>
@@ -699,9 +601,9 @@
699
601
  </licenses>
700
602
  </dependency>
701
603
  <dependency>
702
- <groupId>org.apache.cxf</groupId>
703
- <artifactId>cxf-rt-transports-jms</artifactId>
704
- <version>2.4.9</version>
604
+ <groupId>org.hornetq</groupId>
605
+ <artifactId>hornetq-jms-client</artifactId>
606
+ <version>2.3.0.CR1</version>
705
607
  <licenses>
706
608
  <license>
707
609
  <name>Apache Software License, Version 2.0</name>
@@ -711,9 +613,9 @@
711
613
  </licenses>
712
614
  </dependency>
713
615
  <dependency>
714
- <groupId>org.apache.cxf</groupId>
715
- <artifactId>cxf-rt-transports-local</artifactId>
716
- <version>2.4.9</version>
616
+ <groupId>org.hornetq</groupId>
617
+ <artifactId>hornetq-jms-server</artifactId>
618
+ <version>2.3.0.CR1</version>
717
619
  <licenses>
718
620
  <license>
719
621
  <name>Apache Software License, Version 2.0</name>
@@ -723,21 +625,21 @@
723
625
  </licenses>
724
626
  </dependency>
725
627
  <dependency>
726
- <groupId>org.apache.cxf</groupId>
727
- <artifactId>cxf-rt-ws-addr</artifactId>
728
- <version>2.4.9</version>
628
+ <groupId>org.hornetq</groupId>
629
+ <artifactId>hornetq-journal</artifactId>
630
+ <version>2.3.0.CR1</version>
729
631
  <licenses>
730
632
  <license>
731
- <name>Apache Software License, Version 2.0</name>
732
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
633
+ <name>ASL 2.0</name>
634
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
733
635
  <distribution>repo</distribution>
734
636
  </license>
735
637
  </licenses>
736
638
  </dependency>
737
639
  <dependency>
738
- <groupId>org.apache.cxf</groupId>
739
- <artifactId>cxf-rt-ws-policy</artifactId>
740
- <version>2.4.9</version>
640
+ <groupId>org.hornetq</groupId>
641
+ <artifactId>hornetq-ra</artifactId>
642
+ <version>2.3.0.CR1</version>
741
643
  <licenses>
742
644
  <license>
743
645
  <name>Apache Software License, Version 2.0</name>
@@ -747,9 +649,9 @@
747
649
  </licenses>
748
650
  </dependency>
749
651
  <dependency>
750
- <groupId>org.apache.cxf</groupId>
751
- <artifactId>cxf-rt-ws-rm</artifactId>
752
- <version>2.4.9</version>
652
+ <groupId>org.hornetq</groupId>
653
+ <artifactId>hornetq-server</artifactId>
654
+ <version>2.3.0.CR1</version>
753
655
  <licenses>
754
656
  <license>
755
657
  <name>Apache Software License, Version 2.0</name>
@@ -759,1562 +661,182 @@
759
661
  </licenses>
760
662
  </dependency>
761
663
  <dependency>
762
- <groupId>org.apache.cxf</groupId>
763
- <artifactId>cxf-rt-ws-security</artifactId>
764
- <version>2.4.9</version>
664
+ <groupId>org.infinispan</groupId>
665
+ <artifactId>infinispan-cachestore-jdbc</artifactId>
666
+ <version>5.2.1.Final</version>
765
667
  <licenses>
766
668
  <license>
767
- <name>Apache Software License, Version 2.0</name>
768
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
669
+ <name>GNU Lesser General Public License</name>
670
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
769
671
  <distribution>repo</distribution>
770
672
  </license>
771
673
  </licenses>
772
674
  </dependency>
773
675
  <dependency>
774
- <groupId>org.apache.cxf</groupId>
775
- <artifactId>cxf-tools-common</artifactId>
776
- <version>2.4.9</version>
676
+ <groupId>org.infinispan</groupId>
677
+ <artifactId>infinispan-cachestore-remote</artifactId>
678
+ <version>5.2.1.Final</version>
777
679
  <licenses>
778
680
  <license>
779
- <name>Apache Software License, Version 2.0</name>
780
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
681
+ <name>GNU Lesser General Public License</name>
682
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
781
683
  <distribution>repo</distribution>
782
684
  </license>
783
685
  </licenses>
784
686
  </dependency>
785
687
  <dependency>
786
- <groupId>org.apache.cxf</groupId>
787
- <artifactId>cxf-tools-java2ws</artifactId>
788
- <version>2.4.9</version>
688
+ <groupId>org.infinispan</groupId>
689
+ <artifactId>infinispan-client-hotrod</artifactId>
690
+ <version>5.2.1.Final</version>
789
691
  <licenses>
790
692
  <license>
791
- <name>Apache Software License, Version 2.0</name>
792
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
693
+ <name>GNU Lesser General Public License</name>
694
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
793
695
  <distribution>repo</distribution>
794
696
  </license>
795
697
  </licenses>
796
698
  </dependency>
797
699
  <dependency>
798
- <groupId>org.apache.cxf</groupId>
799
- <artifactId>cxf-tools-validator</artifactId>
800
- <version>2.4.9</version>
700
+ <groupId>org.infinispan</groupId>
701
+ <artifactId>infinispan-core</artifactId>
702
+ <version>5.2.1.Final</version>
801
703
  <licenses>
802
704
  <license>
803
- <name>Apache Software License, Version 2.0</name>
804
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
705
+ <name>GNU Lesser General Public License, Version 2.1</name>
706
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
805
707
  <distribution>repo</distribution>
806
708
  </license>
807
709
  </licenses>
808
710
  </dependency>
809
711
  <dependency>
810
- <groupId>org.apache.cxf</groupId>
811
- <artifactId>cxf-tools-wsdlto-core</artifactId>
812
- <version>2.4.9</version>
712
+ <groupId>org.javassist</groupId>
713
+ <artifactId>javassist</artifactId>
714
+ <version>3.15.0-GA</version>
813
715
  <licenses>
814
716
  <license>
815
- <name>Apache Software License, Version 2.0</name>
816
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
817
- <distribution>repo</distribution>
717
+ <name>Mozilla Public License, Version 1.1</name>
718
+ <url>http://repository.jboss.org/licenses/mpl-1.1.txt</url>
719
+ </license>
720
+ <license>
721
+ <name>GNU Lesser General Public License, Version 2.1</name>
722
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
818
723
  </license>
819
724
  </licenses>
820
725
  </dependency>
821
726
  <dependency>
822
- <groupId>org.apache.cxf</groupId>
823
- <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
824
- <version>2.4.9</version>
727
+ <groupId>org.jboss</groupId>
728
+ <artifactId>jandex</artifactId>
729
+ <version>1.0.3.Final</version>
825
730
  <licenses>
826
731
  <license>
827
- <name>Apache Software License, Version 2.0</name>
828
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
829
- <distribution>repo</distribution>
732
+ <name>GNU Lesser General Public License, Version 2.1</name>
733
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
830
734
  </license>
831
735
  </licenses>
832
736
  </dependency>
833
737
  <dependency>
834
- <groupId>org.apache.cxf</groupId>
835
- <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
836
- <version>2.4.9</version>
738
+ <groupId>org.jboss</groupId>
739
+ <artifactId>jboss-common-core</artifactId>
740
+ <version>2.2.17.GA</version>
837
741
  <licenses>
838
742
  <license>
839
- <name>Apache Software License, Version 2.0</name>
840
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
841
- <distribution>repo</distribution>
743
+ <name>GNU Lesser General Public License, Version 2.1</name>
744
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
842
745
  </license>
843
746
  </licenses>
844
747
  </dependency>
845
748
  <dependency>
846
- <groupId>org.apache.cxf.xjcplugins</groupId>
847
- <artifactId>cxf-xjc-boolean</artifactId>
848
- <version>2.4.0</version>
749
+ <groupId>org.jboss</groupId>
750
+ <artifactId>jboss-dmr</artifactId>
751
+ <version>1.1.6.Final</version>
849
752
  <licenses>
850
753
  <license>
851
- <name>Apache Software License, Version 2.0</name>
852
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
853
- <distribution>repo</distribution>
754
+ <name>GNU Lesser General Public License, Version 2.1</name>
755
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
854
756
  </license>
855
757
  </licenses>
856
758
  </dependency>
857
759
  <dependency>
858
- <groupId>org.apache.cxf.xjcplugins</groupId>
859
- <artifactId>cxf-xjc-dv</artifactId>
860
- <version>2.4.0</version>
760
+ <groupId>org.jboss</groupId>
761
+ <artifactId>jboss-ejb-client</artifactId>
762
+ <version>1.0.0.Final</version>
861
763
  <licenses>
862
764
  <license>
863
- <name>Apache Software License, Version 2.0</name>
864
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
865
- <distribution>repo</distribution>
765
+ <name>GNU Lesser General Public License, Version 2.1</name>
766
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
866
767
  </license>
867
768
  </licenses>
868
769
  </dependency>
869
770
  <dependency>
870
- <groupId>org.apache.cxf.xjcplugins</groupId>
871
- <artifactId>cxf-xjc-ts</artifactId>
872
- <version>2.4.0</version>
771
+ <groupId>org.jboss</groupId>
772
+ <artifactId>jboss-iiop-client</artifactId>
773
+ <version>1.0.0.Final</version>
873
774
  <licenses>
874
775
  <license>
875
- <name>Apache Software License, Version 2.0</name>
876
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
877
- <distribution>repo</distribution>
776
+ <name>GNU Lesser General Public License, Version 2.1</name>
777
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
878
778
  </license>
879
779
  </licenses>
880
780
  </dependency>
881
781
  <dependency>
882
- <groupId>org.apache.felix</groupId>
883
- <artifactId>org.apache.felix.configadmin</artifactId>
884
- <version>1.2.8</version>
782
+ <groupId>org.jboss</groupId>
783
+ <artifactId>jboss-remote-naming</artifactId>
784
+ <version>1.0.5.Final</version>
885
785
  <licenses>
886
786
  <license>
887
- <name>Apache Software License, Version 2.0</name>
888
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
787
+ <name>Public Domain</name>
889
788
  <distribution>repo</distribution>
890
789
  </license>
891
790
  </licenses>
892
791
  </dependency>
893
792
  <dependency>
894
- <groupId>org.apache.felix</groupId>
895
- <artifactId>org.apache.felix.log</artifactId>
896
- <version>1.0.0</version>
897
- <licenses>
898
- <license>
899
- <name>Apache Software License, Version 2.0</name>
900
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
901
- <distribution>repo</distribution>
902
- </license>
903
- </licenses>
904
- </dependency>
905
- <dependency>
906
- <groupId>org.apache.httpcomponents</groupId>
907
- <artifactId>httpclient</artifactId>
908
- <version>4.1.2</version>
909
- <licenses>
910
- <license>
911
- <name>Apache Software License, Version 2.0</name>
912
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
913
- <distribution>repo</distribution>
914
- </license>
915
- </licenses>
916
- </dependency>
917
- <dependency>
918
- <groupId>org.apache.httpcomponents</groupId>
919
- <artifactId>httpcore</artifactId>
920
- <version>4.1.4</version>
921
- <licenses>
922
- <license>
923
- <name>Apache Software License, Version 2.0</name>
924
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
925
- <distribution>repo</distribution>
926
- </license>
927
- </licenses>
928
- </dependency>
929
- <dependency>
930
- <groupId>org.apache.httpcomponents</groupId>
931
- <artifactId>httpmime</artifactId>
932
- <version>4.1.2</version>
933
- <licenses>
934
- <license>
935
- <name>Apache Software License, Version 2.0</name>
936
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
937
- <distribution>repo</distribution>
938
- </license>
939
- </licenses>
940
- </dependency>
941
- <dependency>
942
- <groupId>org.apache.james</groupId>
943
- <artifactId>apache-mime4j</artifactId>
944
- <version>0.6</version>
945
- <licenses>
946
- <license>
947
- <name>Apache Software License, Version 2.0</name>
948
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
949
- <distribution>repo</distribution>
950
- </license>
951
- </licenses>
952
- </dependency>
953
- <dependency>
954
- <groupId>org.apache.juddi</groupId>
955
- <artifactId>juddi-client</artifactId>
956
- <version>3.1.3</version>
957
- <licenses>
958
- <license>
959
- <name>Apache License, Version 2.0</name>
960
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
961
- <distribution>repo</distribution>
962
- </license>
963
- </licenses>
964
- </dependency>
965
- <dependency>
966
- <groupId>org.apache.juddi</groupId>
967
- <artifactId>uddi-ws</artifactId>
968
- <version>3.1.3</version>
969
- <licenses>
970
- <license>
971
- <name>Apache License, Version 2.0</name>
972
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
973
- <distribution>repo</distribution>
974
- </license>
975
- </licenses>
976
- </dependency>
977
- <dependency>
978
- <groupId>org.apache.juddi.scout</groupId>
979
- <artifactId>scout</artifactId>
980
- <version>1.2.6</version>
981
- <licenses>
982
- <license>
983
- <name>Apache License, Version 2.0</name>
984
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
985
- <distribution>repo</distribution>
986
- </license>
987
- </licenses>
988
- </dependency>
989
- <dependency>
990
- <groupId>org.apache.neethi</groupId>
991
- <artifactId>neethi</artifactId>
992
- <version>3.0.2</version>
993
- <licenses>
994
- <license>
995
- <name>Apache Software License, Version 2.0</name>
996
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
997
- <distribution>repo</distribution>
998
- </license>
999
- </licenses>
1000
- </dependency>
1001
- <dependency>
1002
- <groupId>org.apache.openjpa</groupId>
1003
- <artifactId>openjpa-kernel</artifactId>
1004
- <version>2.1.1</version>
1005
- <licenses>
1006
- <license>
1007
- <name>Apache Software License, Version 2.0</name>
1008
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1009
- <distribution>repo</distribution>
1010
- </license>
1011
- </licenses>
1012
- </dependency>
1013
- <dependency>
1014
- <groupId>org.apache.openjpa</groupId>
1015
- <artifactId>openjpa-lib</artifactId>
1016
- <version>2.1.1</version>
1017
- <licenses>
1018
- <license>
1019
- <name>Apache Software License, Version 2.0</name>
1020
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1021
- <distribution>repo</distribution>
1022
- </license>
1023
- </licenses>
1024
- </dependency>
1025
- <dependency>
1026
- <groupId>org.apache.openjpa</groupId>
1027
- <artifactId>openjpa-persistence</artifactId>
1028
- <version>2.1.1</version>
1029
- <licenses>
1030
- <license>
1031
- <name>Apache Software License, Version 2.0</name>
1032
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1033
- <distribution>repo</distribution>
1034
- </license>
1035
- </licenses>
1036
- </dependency>
1037
- <dependency>
1038
- <groupId>org.apache.santuario</groupId>
1039
- <artifactId>xmlsec</artifactId>
1040
- <version>1.5.2</version>
1041
- <licenses>
1042
- <license>
1043
- <name>Apache Software License, Version 2.0</name>
1044
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1045
- <distribution>repo</distribution>
1046
- </license>
1047
- </licenses>
1048
- </dependency>
1049
- <dependency>
1050
- <groupId>org.apache.velocity</groupId>
1051
- <artifactId>velocity</artifactId>
1052
- <version>1.6.3</version>
1053
- <licenses>
1054
- <license>
1055
- <name>Apache Software License, Version 2.0</name>
1056
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1057
- <distribution>repo</distribution>
1058
- </license>
1059
- </licenses>
1060
- </dependency>
1061
- <dependency>
1062
- <groupId>org.apache.ws.security</groupId>
1063
- <artifactId>wss4j</artifactId>
1064
- <version>1.6.6</version>
1065
- <licenses>
1066
- <license>
1067
- <name>Apache Software License, Version 2.0</name>
1068
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1069
- <distribution>repo</distribution>
1070
- </license>
1071
- </licenses>
1072
- </dependency>
1073
- <dependency>
1074
- <groupId>org.apache.ws.xmlschema</groupId>
1075
- <artifactId>xmlschema-core</artifactId>
1076
- <version>2.0.2</version>
1077
- <licenses>
1078
- <license>
1079
- <name>Apache Software License, Version 2.0</name>
1080
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1081
- <distribution>repo</distribution>
1082
- </license>
1083
- </licenses>
1084
- </dependency>
1085
- <dependency>
1086
- <groupId>org.codehaus.jackson</groupId>
1087
- <artifactId>jackson-core-asl</artifactId>
1088
- <version>1.9.2</version>
1089
- <licenses>
1090
- <license>
1091
- <name>Apache Software License, Version 2.0</name>
1092
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1093
- <distribution>repo</distribution>
1094
- </license>
1095
- </licenses>
1096
- </dependency>
1097
- <dependency>
1098
- <groupId>org.codehaus.jackson</groupId>
1099
- <artifactId>jackson-jaxrs</artifactId>
1100
- <version>1.9.2</version>
1101
- <licenses>
1102
- <license>
1103
- <name>Apache Software License, Version 2.0</name>
1104
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1105
- <distribution>repo</distribution>
1106
- </license>
1107
- <license>
1108
- <name>GNU Lesser General Public License, Version 2.1</name>
1109
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1110
- <distribution>repo</distribution>
1111
- </license>
1112
- </licenses>
1113
- </dependency>
1114
- <dependency>
1115
- <groupId>org.codehaus.jackson</groupId>
1116
- <artifactId>jackson-mapper-asl</artifactId>
1117
- <version>1.9.2</version>
1118
- <licenses>
1119
- <license>
1120
- <name>Apache Software License, Version 2.0</name>
1121
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1122
- <distribution>repo</distribution>
1123
- </license>
1124
- </licenses>
1125
- </dependency>
1126
- <dependency>
1127
- <groupId>org.codehaus.jackson</groupId>
1128
- <artifactId>jackson-xc</artifactId>
1129
- <version>1.9.2</version>
1130
- <licenses>
1131
- <license>
1132
- <name>Apache Software License, Version 2.0</name>
1133
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1134
- <distribution>repo</distribution>
1135
- </license>
1136
- <license>
1137
- <name>GNU Lesser General Public License, Version 2.1</name>
1138
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1139
- <distribution>repo</distribution>
1140
- </license>
1141
- </licenses>
1142
- </dependency>
1143
- <dependency>
1144
- <groupId>org.codehaus.jettison</groupId>
1145
- <artifactId>jettison</artifactId>
1146
- <version>1.3.1</version>
1147
- <licenses>
1148
- <license>
1149
- <name>Apache Software License, Version 2.0</name>
1150
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1151
- <distribution>repo</distribution>
1152
- </license>
1153
- </licenses>
1154
- </dependency>
1155
- <dependency>
1156
- <groupId>org.codehaus.woodstox</groupId>
1157
- <artifactId>stax2-api</artifactId>
1158
- <version>3.1.1</version>
1159
- <licenses>
1160
- <license>
1161
- <name>The BSD License</name>
1162
- <url>http://repository.jboss.org/licenses/bsd.txt</url>
1163
- <distribution>repo</distribution>
1164
- </license>
1165
- </licenses>
1166
- </dependency>
1167
- <dependency>
1168
- <groupId>org.codehaus.woodstox</groupId>
1169
- <artifactId>woodstox-core-asl</artifactId>
1170
- <version>4.1.1</version>
1171
- <licenses>
1172
- <license>
1173
- <name>Apache Software License, Version 2.0</name>
1174
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1175
- <distribution>repo</distribution>
1176
- </license>
1177
- </licenses>
1178
- </dependency>
1179
- <dependency>
1180
- <groupId>org.freemarker</groupId>
1181
- <artifactId>freemarker</artifactId>
1182
- <version>2.3.13</version>
1183
- <licenses>
1184
- <license>
1185
- <name>BSD-style license</name>
1186
- <url>http://www.freemarker.org/LICENSE.txt</url>
1187
- </license>
1188
- </licenses>
1189
- </dependency>
1190
- <dependency>
1191
- <groupId>org.hibernate</groupId>
1192
- <artifactId>hibernate-commons-annotations</artifactId>
1193
- <version>3.2.0.Final</version>
1194
- <licenses>
1195
- <license>
1196
- <name>GNU Lesser General Public License, Version 2.1</name>
1197
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1198
- </license>
1199
- </licenses>
1200
- </dependency>
1201
- <dependency>
1202
- <groupId>org.hibernate</groupId>
1203
- <artifactId>hibernate-core</artifactId>
1204
- <version>4.1.6.Final</version>
1205
- <licenses>
1206
- <license>
1207
- <name>GNU Lesser General Public License, Version 2.1</name>
1208
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1209
- <distribution>repo</distribution>
1210
- <comments>See discussion at http://hibernate.org/license for more details.</comments>
1211
- </license>
1212
- </licenses>
1213
- </dependency>
1214
- <dependency>
1215
- <groupId>org.hibernate</groupId>
1216
- <artifactId>hibernate-entitymanager</artifactId>
1217
- <version>4.1.6.Final</version>
1218
- <licenses>
1219
- <license>
1220
- <name>GNU Lesser General Public License, Version 2.1</name>
1221
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1222
- <distribution>repo</distribution>
1223
- <comments>See discussion at http://hibernate.org/license for more details.</comments>
1224
- </license>
1225
- </licenses>
1226
- </dependency>
1227
- <dependency>
1228
- <groupId>org.hibernate</groupId>
1229
- <artifactId>hibernate-envers</artifactId>
1230
- <version>4.1.6.Final</version>
1231
- <licenses>
1232
- <license>
1233
- <name>GNU Lesser General Public License, Version 2.1</name>
1234
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1235
- <distribution>repo</distribution>
1236
- <comments>See discussion at http://hibernate.org/license for more details.</comments>
1237
- </license>
1238
- </licenses>
1239
- </dependency>
1240
- <dependency>
1241
- <groupId>org.hibernate</groupId>
1242
- <artifactId>hibernate-infinispan</artifactId>
1243
- <version>4.1.6.Final</version>
1244
- <licenses>
1245
- <license>
1246
- <name>GNU Lesser General Public License, Version 2.1</name>
1247
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1248
- <distribution>repo</distribution>
1249
- <comments>See discussion at http://hibernate.org/license for more details.</comments>
1250
- </license>
1251
- </licenses>
1252
- </dependency>
1253
- <dependency>
1254
- <groupId>org.hibernate</groupId>
1255
- <artifactId>hibernate-validator</artifactId>
1256
- <version>4.2.0.Final</version>
1257
- <licenses>
1258
- <license>
1259
- <name>Apache Software License, Version 2.0</name>
1260
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1261
- </license>
1262
- </licenses>
1263
- </dependency>
1264
- <dependency>
1265
- <groupId>org.hibernate.common</groupId>
1266
- <artifactId>hibernate-commons-annotations</artifactId>
1267
- <version>4.0.1.Final</version>
1268
- <licenses>
1269
- <license>
1270
- <name>GNU Lesser General Public License, Version 2.1</name>
1271
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1272
- </license>
1273
- </licenses>
1274
- </dependency>
1275
- <dependency>
1276
- <groupId>org.hibernate.javax.persistence</groupId>
1277
- <artifactId>hibernate-jpa-2.0-api</artifactId>
1278
- <version>1.0.1.Final</version>
1279
- <licenses>
1280
- <license>
1281
- <name>Eclipse Public License, Version 1.0</name>
1282
- <url>http://repository.jboss.org/licenses/epl-1.0.txt</url>
1283
- <distribution>repo</distribution>
1284
- </license>
1285
- <license>
1286
- <name>Eclipse Distribution License, Version 1.0</name>
1287
- <url>http://repository.jboss.org/licenses/edl-1.0.txt</url>
1288
- <distribution>repo</distribution>
1289
- </license>
1290
- </licenses>
1291
- </dependency>
1292
- <dependency>
1293
- <groupId>org.hornetq</groupId>
1294
- <artifactId>hornetq-core</artifactId>
1295
- <version>2.2.21.Final</version>
1296
- <licenses>
1297
- <license>
1298
- <name>Apache Software License, Version 2.0</name>
1299
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1300
- <distribution>repo</distribution>
1301
- </license>
1302
- </licenses>
1303
- </dependency>
1304
- <dependency>
1305
- <groupId>org.hornetq</groupId>
1306
- <artifactId>hornetq-core-client</artifactId>
1307
- <version>2.2.21.Final</version>
1308
- <licenses>
1309
- <license>
1310
- <name>Apache Software License, Version 2.0</name>
1311
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1312
- <distribution>repo</distribution>
1313
- </license>
1314
- </licenses>
1315
- </dependency>
1316
- <dependency>
1317
- <groupId>org.hornetq</groupId>
1318
- <artifactId>hornetq-jms</artifactId>
1319
- <version>2.2.21.Final</version>
1320
- <licenses>
1321
- <license>
1322
- <name>Apache Software License, Version 2.0</name>
1323
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1324
- <distribution>repo</distribution>
1325
- </license>
1326
- </licenses>
1327
- </dependency>
1328
- <dependency>
1329
- <groupId>org.hornetq</groupId>
1330
- <artifactId>hornetq-jms-client</artifactId>
1331
- <version>2.2.21.Final</version>
1332
- <licenses>
1333
- <license>
1334
- <name>Apache Software License, Version 2.0</name>
1335
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1336
- <distribution>repo</distribution>
1337
- </license>
1338
- </licenses>
1339
- </dependency>
1340
- <dependency>
1341
- <groupId>org.hornetq</groupId>
1342
- <artifactId>hornetq-ra</artifactId>
1343
- <version>2.2.21.Final</version>
1344
- <licenses>
1345
- <license>
1346
- <name>Apache Software License, Version 2.0</name>
1347
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1348
- <distribution>repo</distribution>
1349
- </license>
1350
- </licenses>
1351
- </dependency>
1352
- <dependency>
1353
- <groupId>org.infinispan</groupId>
1354
- <artifactId>infinispan-cachestore-jdbc</artifactId>
1355
- <version>5.1.8.Final</version>
1356
- <licenses>
1357
- <license>
1358
- <name>GNU Lesser General Public License</name>
1359
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1360
- <distribution>repo</distribution>
1361
- </license>
1362
- </licenses>
1363
- </dependency>
1364
- <dependency>
1365
- <groupId>org.infinispan</groupId>
1366
- <artifactId>infinispan-cachestore-remote</artifactId>
1367
- <version>5.1.8.Final</version>
1368
- <licenses>
1369
- <license>
1370
- <name>GNU Lesser General Public License</name>
1371
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1372
- <distribution>repo</distribution>
1373
- </license>
1374
- </licenses>
1375
- </dependency>
1376
- <dependency>
1377
- <groupId>org.infinispan</groupId>
1378
- <artifactId>infinispan-client-hotrod</artifactId>
1379
- <version>5.1.8.Final</version>
1380
- <licenses>
1381
- <license>
1382
- <name>GNU Lesser General Public License</name>
1383
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1384
- <distribution>repo</distribution>
1385
- </license>
1386
- </licenses>
1387
- </dependency>
1388
- <dependency>
1389
- <groupId>org.infinispan</groupId>
1390
- <artifactId>infinispan-core</artifactId>
1391
- <version>5.1.8.Final</version>
1392
- <licenses>
1393
- <license>
1394
- <name>GNU Lesser General Public License, Version 2.1</name>
1395
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1396
- <distribution>repo</distribution>
1397
- </license>
1398
- </licenses>
1399
- </dependency>
1400
- <dependency>
1401
- <groupId>org.jacorb</groupId>
1402
- <artifactId>jacorb</artifactId>
1403
- <version>2.3.2.jbossorg-0</version>
1404
- <licenses>
1405
- <license>
1406
- <name>GNU Lesser General Public License, Version 2</name>
1407
- <url>http://repository.jboss.org/licenses/lgpl-2.0.txt</url>
1408
- </license>
1409
- </licenses>
1410
- </dependency>
1411
- <dependency>
1412
- <groupId>org.javassist</groupId>
1413
- <artifactId>javassist</artifactId>
1414
- <version>3.15.0-GA</version>
1415
- <licenses>
1416
- <license>
1417
- <name>Mozilla Public License, Version 1.1</name>
1418
- <url>http://repository.jboss.org/licenses/mpl-1.1.txt</url>
1419
- </license>
1420
- <license>
1421
- <name>GNU Lesser General Public License, Version 2.1</name>
1422
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1423
- </license>
1424
- </licenses>
1425
- </dependency>
1426
- <dependency>
1427
- <groupId>org.jboss</groupId>
1428
- <artifactId>jandex</artifactId>
1429
- <version>1.0.3.Final</version>
1430
- <licenses>
1431
- <license>
1432
- <name>GNU Lesser General Public License, Version 2.1</name>
1433
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1434
- </license>
1435
- </licenses>
1436
- </dependency>
1437
- <dependency>
1438
- <groupId>org.jboss</groupId>
1439
- <artifactId>jboss-common-core</artifactId>
1440
- <version>2.2.17.GA</version>
1441
- <licenses>
1442
- <license>
1443
- <name>GNU Lesser General Public License, Version 2.1</name>
1444
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1445
- </license>
1446
- </licenses>
1447
- </dependency>
1448
- <dependency>
1449
- <groupId>org.jboss</groupId>
1450
- <artifactId>jboss-dmr</artifactId>
1451
- <version>1.1.1.Final</version>
1452
- <licenses>
1453
- <license>
1454
- <name>GNU Lesser General Public License, Version 2.1</name>
1455
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1456
- </license>
1457
- </licenses>
1458
- </dependency>
1459
- <dependency>
1460
- <groupId>org.jboss</groupId>
1461
- <artifactId>jboss-ejb-client</artifactId>
1462
- <version>1.0.11.Final</version>
1463
- <licenses>
1464
- <license>
1465
- <name>GNU Lesser General Public License, Version 2.1</name>
1466
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1467
- </license>
1468
- </licenses>
1469
- </dependency>
1470
- <dependency>
1471
- <groupId>org.jboss</groupId>
1472
- <artifactId>jboss-iiop-client</artifactId>
1473
- <version>1.0.0.Final</version>
1474
- <licenses>
1475
- <license>
1476
- <name>GNU Lesser General Public License, Version 2.1</name>
1477
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1478
- </license>
1479
- </licenses>
1480
- </dependency>
1481
- <dependency>
1482
- <groupId>org.jboss</groupId>
1483
- <artifactId>jboss-remote-naming</artifactId>
1484
- <version>1.0.5.Final</version>
1485
- <licenses>
1486
- <license>
1487
- <name>Public Domain</name>
1488
- <distribution>repo</distribution>
1489
- </license>
1490
- </licenses>
1491
- </dependency>
1492
- <dependency>
1493
- <groupId>org.jboss</groupId>
1494
- <artifactId>jboss-transaction-spi</artifactId>
1495
- <version>7.0.0.Final</version>
1496
- <licenses>
1497
- <license>
1498
- <name>GNU Lesser General Public License, Version 2.1</name>
1499
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1500
- </license>
1501
- </licenses>
1502
- </dependency>
1503
- <dependency>
1504
- <groupId>org.jboss</groupId>
1505
- <artifactId>jboss-vfs</artifactId>
1506
- <version>3.1.0.Final</version>
1507
- <licenses>
1508
- <license>
1509
- <name>GNU Lesser General Public License, Version 2.1</name>
1510
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1511
- </license>
1512
- </licenses>
1513
- </dependency>
1514
- <dependency>
1515
- <groupId>org.jboss</groupId>
1516
- <artifactId>jbossxb</artifactId>
1517
- <version>2.0.3.GA</version>
1518
- <licenses>
1519
- <license>
1520
- <name>GNU Lesser General Public License, Version 2.1</name>
1521
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1522
- </license>
1523
- </licenses>
1524
- </dependency>
1525
- <dependency>
1526
- <groupId>org.jboss</groupId>
1527
- <artifactId>staxmapper</artifactId>
1528
- <version>1.1.0.Final</version>
1529
- <licenses>
1530
- <license>
1531
- <name>GNU Lesser General Public License, Version 2.1</name>
1532
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1533
- </license>
1534
- </licenses>
1535
- </dependency>
1536
- <dependency>
1537
- <groupId>org.jboss.as</groupId>
1538
- <artifactId>console-spi</artifactId>
1539
- <version>1.4.0.Final</version>
1540
- <licenses>
1541
- <license>
1542
- <name>lgpl</name>
1543
- <url>http://repository.jboss.com/licenses/lgpl.txt</url>
1544
- </license>
1545
- </licenses>
1546
- </dependency>
1547
- <dependency>
1548
- <groupId>org.jboss.as</groupId>
1549
- <artifactId>jboss-as-appclient</artifactId>
1550
- <version>7.1.x.incremental.129</version>
1551
- <licenses>
1552
- <license>
1553
- <name>GNU Lesser General Public License, Version 2.1</name>
1554
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1555
- <distribution>repo</distribution>
1556
- </license>
1557
- </licenses>
1558
- </dependency>
1559
- <dependency>
1560
- <groupId>org.jboss.as</groupId>
1561
- <artifactId>jboss-as-build-config</artifactId>
1562
- <version>7.1.x.incremental.129</version>
1563
- <licenses>
1564
- <license>
1565
- <name>GNU Lesser General Public License, Version 2.1</name>
1566
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1567
- <distribution>repo</distribution>
1568
- </license>
1569
- </licenses>
1570
- </dependency>
1571
- <dependency>
1572
- <groupId>org.jboss.as</groupId>
1573
- <artifactId>jboss-as-cli</artifactId>
1574
- <version>7.1.x.incremental.129</version>
1575
- <licenses>
1576
- <license>
1577
- <name>GNU Lesser General Public License, Version 2.1</name>
1578
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1579
- <distribution>repo</distribution>
1580
- </license>
1581
- </licenses>
1582
- </dependency>
1583
- <dependency>
1584
- <groupId>org.jboss.as</groupId>
1585
- <artifactId>jboss-as-client-all</artifactId>
1586
- <version>7.1.x.incremental.129</version>
1587
- <licenses>
1588
- <license>
1589
- <name>GNU Lesser General Public License, Version 2.1</name>
1590
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1591
- <distribution>repo</distribution>
1592
- </license>
1593
- </licenses>
1594
- </dependency>
1595
- <dependency>
1596
- <groupId>org.jboss.as</groupId>
1597
- <artifactId>jboss-as-clustering-api</artifactId>
1598
- <version>7.1.x.incremental.129</version>
1599
- <licenses>
1600
- <license>
1601
- <name>GNU Lesser General Public License, Version 2.1</name>
1602
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1603
- <distribution>repo</distribution>
1604
- </license>
1605
- </licenses>
1606
- </dependency>
1607
- <dependency>
1608
- <groupId>org.jboss.as</groupId>
1609
- <artifactId>jboss-as-clustering-common</artifactId>
1610
- <version>7.1.x.incremental.129</version>
1611
- <licenses>
1612
- <license>
1613
- <name>GNU Lesser General Public License, Version 2.1</name>
1614
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1615
- <distribution>repo</distribution>
1616
- </license>
1617
- </licenses>
1618
- </dependency>
1619
- <dependency>
1620
- <groupId>org.jboss.as</groupId>
1621
- <artifactId>jboss-as-clustering-ejb3-infinispan</artifactId>
1622
- <version>7.1.x.incremental.129</version>
1623
- <licenses>
1624
- <license>
1625
- <name>GNU Lesser General Public License, Version 2.1</name>
1626
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1627
- <distribution>repo</distribution>
1628
- </license>
1629
- </licenses>
1630
- </dependency>
1631
- <dependency>
1632
- <groupId>org.jboss.as</groupId>
1633
- <artifactId>jboss-as-clustering-impl</artifactId>
1634
- <version>7.1.x.incremental.129</version>
1635
- <licenses>
1636
- <license>
1637
- <name>GNU Lesser General Public License, Version 2.1</name>
1638
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1639
- <distribution>repo</distribution>
1640
- </license>
1641
- </licenses>
1642
- </dependency>
1643
- <dependency>
1644
- <groupId>org.jboss.as</groupId>
1645
- <artifactId>jboss-as-clustering-infinispan</artifactId>
1646
- <version>7.1.x.incremental.129</version>
1647
- <licenses>
1648
- <license>
1649
- <name>GNU Lesser General Public License, Version 2.1</name>
1650
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1651
- <distribution>repo</distribution>
1652
- </license>
1653
- </licenses>
1654
- </dependency>
1655
- <dependency>
1656
- <groupId>org.jboss.as</groupId>
1657
- <artifactId>jboss-as-clustering-jgroups</artifactId>
1658
- <version>7.1.x.incremental.129</version>
1659
- <licenses>
1660
- <license>
1661
- <name>GNU Lesser General Public License, Version 2.1</name>
1662
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1663
- <distribution>repo</distribution>
1664
- </license>
1665
- </licenses>
1666
- </dependency>
1667
- <dependency>
1668
- <groupId>org.jboss.as</groupId>
1669
- <artifactId>jboss-as-clustering-registry</artifactId>
1670
- <version>7.1.x.incremental.129</version>
1671
- <licenses>
1672
- <license>
1673
- <name>GNU Lesser General Public License, Version 2.1</name>
1674
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1675
- <distribution>repo</distribution>
1676
- </license>
1677
- </licenses>
1678
- </dependency>
1679
- <dependency>
1680
- <groupId>org.jboss.as</groupId>
1681
- <artifactId>jboss-as-clustering-service</artifactId>
1682
- <version>7.1.x.incremental.129</version>
1683
- <licenses>
1684
- <license>
1685
- <name>GNU Lesser General Public License, Version 2.1</name>
1686
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1687
- <distribution>repo</distribution>
1688
- </license>
1689
- </licenses>
1690
- </dependency>
1691
- <dependency>
1692
- <groupId>org.jboss.as</groupId>
1693
- <artifactId>jboss-as-clustering-singleton</artifactId>
1694
- <version>7.1.x.incremental.129</version>
1695
- <licenses>
1696
- <license>
1697
- <name>GNU Lesser General Public License, Version 2.1</name>
1698
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1699
- <distribution>repo</distribution>
1700
- </license>
1701
- </licenses>
1702
- </dependency>
1703
- <dependency>
1704
- <groupId>org.jboss.as</groupId>
1705
- <artifactId>jboss-as-clustering-web-infinispan</artifactId>
1706
- <version>7.1.x.incremental.129</version>
1707
- <licenses>
1708
- <license>
1709
- <name>GNU Lesser General Public License, Version 2.1</name>
1710
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1711
- <distribution>repo</distribution>
1712
- </license>
1713
- </licenses>
1714
- </dependency>
1715
- <dependency>
1716
- <groupId>org.jboss.as</groupId>
1717
- <artifactId>jboss-as-clustering-web-spi</artifactId>
1718
- <version>7.1.x.incremental.129</version>
1719
- <licenses>
1720
- <license>
1721
- <name>GNU Lesser General Public License, Version 2.1</name>
1722
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1723
- <distribution>repo</distribution>
1724
- </license>
1725
- </licenses>
1726
- </dependency>
1727
- <dependency>
1728
- <groupId>org.jboss.as</groupId>
1729
- <artifactId>jboss-as-cmp</artifactId>
1730
- <version>7.1.x.incremental.129</version>
1731
- <licenses>
1732
- <license>
1733
- <name>GNU Lesser General Public License, Version 2.1</name>
1734
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1735
- <distribution>repo</distribution>
1736
- </license>
1737
- </licenses>
1738
- </dependency>
1739
- <dependency>
1740
- <groupId>org.jboss.as</groupId>
1741
- <artifactId>jboss-as-config-assembly</artifactId>
1742
- <version>7.1.x.incremental.129</version>
1743
- <licenses>
1744
- <license>
1745
- <name>GNU Lesser General Public License, Version 2.1</name>
1746
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1747
- <distribution>repo</distribution>
1748
- </license>
1749
- </licenses>
1750
- </dependency>
1751
- <dependency>
1752
- <groupId>org.jboss.as</groupId>
1753
- <artifactId>jboss-as-configadmin</artifactId>
1754
- <version>7.1.x.incremental.129</version>
1755
- <licenses>
1756
- <license>
1757
- <name>GNU Lesser General Public License, Version 2.1</name>
1758
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1759
- <distribution>repo</distribution>
1760
- </license>
1761
- </licenses>
1762
- </dependency>
1763
- <dependency>
1764
- <groupId>org.jboss.as</groupId>
1765
- <artifactId>jboss-as-connector</artifactId>
1766
- <version>7.1.x.incremental.129</version>
1767
- <licenses>
1768
- <license>
1769
- <name>GNU Lesser General Public License, Version 2.1</name>
1770
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1771
- <distribution>repo</distribution>
1772
- </license>
1773
- </licenses>
1774
- </dependency>
1775
- <dependency>
1776
- <groupId>org.jboss.as</groupId>
1777
- <artifactId>jboss-as-console</artifactId>
1778
- <version>1.4.0.Final</version>
1779
- <licenses>
1780
- <license>
1781
- <name>GNU Lesser General Public License, Version 2.1</name>
1782
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1783
- </license>
1784
- </licenses>
1785
- </dependency>
1786
- <dependency>
1787
- <groupId>org.jboss.as</groupId>
1788
- <artifactId>jboss-as-controller</artifactId>
1789
- <version>7.1.x.incremental.129</version>
1790
- <licenses>
1791
- <license>
1792
- <name>GNU Lesser General Public License, Version 2.1</name>
1793
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1794
- <distribution>repo</distribution>
1795
- </license>
1796
- </licenses>
1797
- </dependency>
1798
- <dependency>
1799
- <groupId>org.jboss.as</groupId>
1800
- <artifactId>jboss-as-controller-client</artifactId>
1801
- <version>7.1.x.incremental.129</version>
1802
- <licenses>
1803
- <license>
1804
- <name>GNU Lesser General Public License, Version 2.1</name>
1805
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1806
- <distribution>repo</distribution>
1807
- </license>
1808
- </licenses>
1809
- </dependency>
1810
- <dependency>
1811
- <groupId>org.jboss.as</groupId>
1812
- <artifactId>jboss-as-deployment-repository</artifactId>
1813
- <version>7.1.x.incremental.129</version>
1814
- <licenses>
1815
- <license>
1816
- <name>GNU Lesser General Public License, Version 2.1</name>
1817
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1818
- <distribution>repo</distribution>
1819
- </license>
1820
- </licenses>
1821
- </dependency>
1822
- <dependency>
1823
- <groupId>org.jboss.as</groupId>
1824
- <artifactId>jboss-as-deployment-scanner</artifactId>
1825
- <version>7.1.x.incremental.129</version>
1826
- <licenses>
1827
- <license>
1828
- <name>GNU Lesser General Public License, Version 2.1</name>
1829
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1830
- <distribution>repo</distribution>
1831
- </license>
1832
- </licenses>
1833
- </dependency>
1834
- <dependency>
1835
- <groupId>org.jboss.as</groupId>
1836
- <artifactId>jboss-as-domain-http-error-context</artifactId>
1837
- <version>7.1.x.incremental.129</version>
1838
- <licenses>
1839
- <license>
1840
- <name>GNU Lesser General Public License, Version 2.1</name>
1841
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1842
- <distribution>repo</distribution>
1843
- </license>
1844
- </licenses>
1845
- </dependency>
1846
- <dependency>
1847
- <groupId>org.jboss.as</groupId>
1848
- <artifactId>jboss-as-domain-http-interface</artifactId>
1849
- <version>7.1.x.incremental.129</version>
1850
- <licenses>
1851
- <license>
1852
- <name>GNU Lesser General Public License, Version 2.1</name>
1853
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1854
- <distribution>repo</distribution>
1855
- </license>
1856
- </licenses>
1857
- </dependency>
1858
- <dependency>
1859
- <groupId>org.jboss.as</groupId>
1860
- <artifactId>jboss-as-domain-management</artifactId>
1861
- <version>7.1.x.incremental.129</version>
1862
- <licenses>
1863
- <license>
1864
- <name>GNU Lesser General Public License, Version 2.1</name>
1865
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1866
- <distribution>repo</distribution>
1867
- </license>
1868
- </licenses>
1869
- </dependency>
1870
- <dependency>
1871
- <groupId>org.jboss.as</groupId>
1872
- <artifactId>jboss-as-ee</artifactId>
1873
- <version>7.1.x.incremental.129</version>
1874
- <licenses>
1875
- <license>
1876
- <name>GNU Lesser General Public License, Version 2.1</name>
1877
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1878
- <distribution>repo</distribution>
1879
- </license>
1880
- </licenses>
1881
- </dependency>
1882
- <dependency>
1883
- <groupId>org.jboss.as</groupId>
1884
- <artifactId>jboss-as-ee-deployment</artifactId>
1885
- <version>7.1.x.incremental.129</version>
1886
- <licenses>
1887
- <license>
1888
- <name>GNU Lesser General Public License, Version 2.1</name>
1889
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1890
- <distribution>repo</distribution>
1891
- </license>
1892
- </licenses>
1893
- </dependency>
1894
- <dependency>
1895
- <groupId>org.jboss.as</groupId>
1896
- <artifactId>jboss-as-ejb-client-bom</artifactId>
1897
- <version>7.1.x.incremental.129</version>
1898
- <licenses>
1899
- <license>
1900
- <name>GNU Lesser General Public License, Version 2.1</name>
1901
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1902
- <distribution>repo</distribution>
1903
- </license>
1904
- </licenses>
1905
- </dependency>
1906
- <dependency>
1907
- <groupId>org.jboss.as</groupId>
1908
- <artifactId>jboss-as-ejb3</artifactId>
1909
- <version>7.1.x.incremental.129</version>
1910
- <licenses>
1911
- <license>
1912
- <name>GNU Lesser General Public License, Version 2.1</name>
1913
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1914
- <distribution>repo</distribution>
1915
- </license>
1916
- </licenses>
1917
- </dependency>
1918
- <dependency>
1919
- <groupId>org.jboss.as</groupId>
1920
- <artifactId>jboss-as-embedded</artifactId>
1921
- <version>7.1.x.incremental.129</version>
1922
- <licenses>
1923
- <license>
1924
- <name>GNU Lesser General Public License, Version 2.1</name>
1925
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1926
- <distribution>repo</distribution>
1927
- </license>
1928
- </licenses>
1929
- </dependency>
1930
- <dependency>
1931
- <groupId>org.jboss.as</groupId>
1932
- <artifactId>jboss-as-host-controller</artifactId>
1933
- <version>7.1.x.incremental.129</version>
1934
- <licenses>
1935
- <license>
1936
- <name>GNU Lesser General Public License, Version 2.1</name>
1937
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1938
- <distribution>repo</distribution>
1939
- </license>
1940
- </licenses>
1941
- </dependency>
1942
- <dependency>
1943
- <groupId>org.jboss.as</groupId>
1944
- <artifactId>jboss-as-jacorb</artifactId>
1945
- <version>7.1.x.incremental.129</version>
1946
- <licenses>
1947
- <license>
1948
- <name>GNU Lesser General Public License, Version 2.1</name>
1949
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1950
- <distribution>repo</distribution>
1951
- </license>
1952
- </licenses>
1953
- </dependency>
1954
- <dependency>
1955
- <groupId>org.jboss.as</groupId>
1956
- <artifactId>jboss-as-jaxr</artifactId>
1957
- <version>7.1.x.incremental.129</version>
1958
- <licenses>
1959
- <license>
1960
- <name>GNU Lesser General Public License, Version 2.1</name>
1961
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1962
- <distribution>repo</distribution>
1963
- </license>
1964
- </licenses>
1965
- </dependency>
1966
- <dependency>
1967
- <groupId>org.jboss.as</groupId>
1968
- <artifactId>jboss-as-jaxrs</artifactId>
1969
- <version>7.1.x.incremental.129</version>
1970
- <licenses>
1971
- <license>
1972
- <name>GNU Lesser General Public License, Version 2.1</name>
1973
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1974
- <distribution>repo</distribution>
1975
- </license>
1976
- </licenses>
1977
- </dependency>
1978
- <dependency>
1979
- <groupId>org.jboss.as</groupId>
1980
- <artifactId>jboss-as-jdr</artifactId>
1981
- <version>7.1.x.incremental.129</version>
1982
- <licenses>
1983
- <license>
1984
- <name>GNU Lesser General Public License, Version 2.1</name>
1985
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1986
- <distribution>repo</distribution>
1987
- </license>
1988
- </licenses>
1989
- </dependency>
1990
- <dependency>
1991
- <groupId>org.jboss.as</groupId>
1992
- <artifactId>jboss-as-jms-client-bom</artifactId>
1993
- <version>7.1.x.incremental.129</version>
1994
- <licenses>
1995
- <license>
1996
- <name>GNU Lesser General Public License, Version 2.1</name>
1997
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1998
- <distribution>repo</distribution>
1999
- </license>
2000
- </licenses>
2001
- </dependency>
2002
- <dependency>
2003
- <groupId>org.jboss.as</groupId>
2004
- <artifactId>jboss-as-jmx</artifactId>
2005
- <version>7.1.x.incremental.129</version>
2006
- <licenses>
2007
- <license>
2008
- <name>GNU Lesser General Public License, Version 2.1</name>
2009
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2010
- <distribution>repo</distribution>
2011
- </license>
2012
- </licenses>
2013
- </dependency>
2014
- <dependency>
2015
- <groupId>org.jboss.as</groupId>
2016
- <artifactId>jboss-as-jpa</artifactId>
2017
- <version>7.1.x.incremental.129</version>
2018
- <licenses>
2019
- <license>
2020
- <name>GNU Lesser General Public License, Version 2.1</name>
2021
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2022
- <distribution>repo</distribution>
2023
- </license>
2024
- </licenses>
2025
- </dependency>
2026
- <dependency>
2027
- <groupId>org.jboss.as</groupId>
2028
- <artifactId>jboss-as-jpa-hibernate3</artifactId>
2029
- <version>7.1.x.incremental.129</version>
2030
- <licenses>
2031
- <license>
2032
- <name>GNU Lesser General Public License, Version 2.1</name>
2033
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2034
- <distribution>repo</distribution>
2035
- </license>
2036
- </licenses>
2037
- </dependency>
2038
- <dependency>
2039
- <groupId>org.jboss.as</groupId>
2040
- <artifactId>jboss-as-jpa-hibernate4</artifactId>
2041
- <version>7.1.x.incremental.129</version>
2042
- <licenses>
2043
- <license>
2044
- <name>GNU Lesser General Public License, Version 2.1</name>
2045
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2046
- <distribution>repo</distribution>
2047
- </license>
2048
- </licenses>
2049
- </dependency>
2050
- <dependency>
2051
- <groupId>org.jboss.as</groupId>
2052
- <artifactId>jboss-as-jpa-openjpa</artifactId>
2053
- <version>7.1.x.incremental.129</version>
2054
- <licenses>
2055
- <license>
2056
- <name>GNU Lesser General Public License, Version 2.1</name>
2057
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2058
- <distribution>repo</distribution>
2059
- </license>
2060
- </licenses>
2061
- </dependency>
2062
- <dependency>
2063
- <groupId>org.jboss.as</groupId>
2064
- <artifactId>jboss-as-jpa-spi</artifactId>
2065
- <version>7.1.x.incremental.129</version>
2066
- <licenses>
2067
- <license>
2068
- <name>GNU Lesser General Public License, Version 2.1</name>
2069
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2070
- <distribution>repo</distribution>
2071
- </license>
2072
- </licenses>
2073
- </dependency>
2074
- <dependency>
2075
- <groupId>org.jboss.as</groupId>
2076
- <artifactId>jboss-as-jpa-util</artifactId>
2077
- <version>7.1.x.incremental.129</version>
2078
- <licenses>
2079
- <license>
2080
- <name>GNU Lesser General Public License, Version 2.1</name>
2081
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2082
- <distribution>repo</distribution>
2083
- </license>
2084
- </licenses>
2085
- </dependency>
2086
- <dependency>
2087
- <groupId>org.jboss.as</groupId>
2088
- <artifactId>jboss-as-jsf</artifactId>
2089
- <version>7.1.x.incremental.129</version>
2090
- <licenses>
2091
- <license>
2092
- <name>lgpl</name>
2093
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2094
- <distribution>repo</distribution>
2095
- </license>
2096
- </licenses>
2097
- </dependency>
2098
- <dependency>
2099
- <groupId>org.jboss.as</groupId>
2100
- <artifactId>jboss-as-jsr77</artifactId>
2101
- <version>7.1.x.incremental.129</version>
2102
- <licenses>
2103
- <license>
2104
- <name>GNU Lesser General Public License, Version 2.1</name>
2105
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2106
- <distribution>repo</distribution>
2107
- </license>
2108
- </licenses>
2109
- </dependency>
2110
- <dependency>
2111
- <groupId>org.jboss.as</groupId>
2112
- <artifactId>jboss-as-logging</artifactId>
2113
- <version>7.1.x.incremental.129</version>
2114
- <licenses>
2115
- <license>
2116
- <name>GNU Lesser General Public License, Version 2.1</name>
2117
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2118
- <distribution>repo</distribution>
2119
- </license>
2120
- </licenses>
2121
- </dependency>
2122
- <dependency>
2123
- <groupId>org.jboss.as</groupId>
2124
- <artifactId>jboss-as-mail</artifactId>
2125
- <version>7.1.x.incremental.129</version>
2126
- <licenses>
2127
- <license>
2128
- <name>GNU Lesser General Public License, Version 2.1</name>
2129
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2130
- <distribution>repo</distribution>
2131
- </license>
2132
- </licenses>
2133
- </dependency>
2134
- <dependency>
2135
- <groupId>org.jboss.as</groupId>
2136
- <artifactId>jboss-as-management-client-content</artifactId>
2137
- <version>7.1.x.incremental.129</version>
2138
- <licenses>
2139
- <license>
2140
- <name>GNU Lesser General Public License, Version 2.1</name>
2141
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2142
- <distribution>repo</distribution>
2143
- </license>
2144
- </licenses>
2145
- </dependency>
2146
- <dependency>
2147
- <groupId>org.jboss.as</groupId>
2148
- <artifactId>jboss-as-messaging</artifactId>
2149
- <version>7.1.x.incremental.129</version>
2150
- <licenses>
2151
- <license>
2152
- <name>GNU Lesser General Public License, Version 2.1</name>
2153
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2154
- <distribution>repo</distribution>
2155
- </license>
2156
- </licenses>
2157
- </dependency>
2158
- <dependency>
2159
- <groupId>org.jboss.as</groupId>
2160
- <artifactId>jboss-as-modcluster</artifactId>
2161
- <version>7.1.x.incremental.129</version>
2162
- <licenses>
2163
- <license>
2164
- <name>GNU Lesser General Public License, Version 2.1</name>
2165
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2166
- <distribution>repo</distribution>
2167
- </license>
2168
- </licenses>
2169
- </dependency>
2170
- <dependency>
2171
- <groupId>org.jboss.as</groupId>
2172
- <artifactId>jboss-as-naming</artifactId>
2173
- <version>7.1.x.incremental.129</version>
2174
- <licenses>
2175
- <license>
2176
- <name>GNU Lesser General Public License, Version 2.1</name>
2177
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2178
- <distribution>repo</distribution>
2179
- </license>
2180
- </licenses>
2181
- </dependency>
2182
- <dependency>
2183
- <groupId>org.jboss.as</groupId>
2184
- <artifactId>jboss-as-network</artifactId>
2185
- <version>7.1.x.incremental.129</version>
2186
- <licenses>
2187
- <license>
2188
- <name>GNU Lesser General Public License, Version 2.1</name>
2189
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2190
- <distribution>repo</distribution>
2191
- </license>
2192
- </licenses>
2193
- </dependency>
2194
- <dependency>
2195
- <groupId>org.jboss.as</groupId>
2196
- <artifactId>jboss-as-osgi-configadmin</artifactId>
2197
- <version>7.1.x.incremental.129</version>
2198
- <licenses>
2199
- <license>
2200
- <name>GNU Lesser General Public License, Version 2.1</name>
2201
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2202
- <distribution>repo</distribution>
2203
- </license>
2204
- </licenses>
2205
- </dependency>
2206
- <dependency>
2207
- <groupId>org.jboss.as</groupId>
2208
- <artifactId>jboss-as-osgi-service</artifactId>
2209
- <version>7.1.x.incremental.129</version>
2210
- <licenses>
2211
- <license>
2212
- <name>GNU Lesser General Public License, Version 2.1</name>
2213
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2214
- <distribution>repo</distribution>
2215
- </license>
2216
- </licenses>
2217
- </dependency>
2218
- <dependency>
2219
- <groupId>org.jboss.as</groupId>
2220
- <artifactId>jboss-as-platform-mbean</artifactId>
2221
- <version>7.1.x.incremental.129</version>
2222
- <licenses>
2223
- <license>
2224
- <name>GNU Lesser General Public License, Version 2.1</name>
2225
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2226
- <distribution>repo</distribution>
2227
- </license>
2228
- </licenses>
2229
- </dependency>
2230
- <dependency>
2231
- <groupId>org.jboss.as</groupId>
2232
- <artifactId>jboss-as-pojo</artifactId>
2233
- <version>7.1.x.incremental.129</version>
2234
- <licenses>
2235
- <license>
2236
- <name>GNU Lesser General Public License, Version 2.1</name>
2237
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2238
- <distribution>repo</distribution>
2239
- </license>
2240
- </licenses>
2241
- </dependency>
2242
- <dependency>
2243
- <groupId>org.jboss.as</groupId>
2244
- <artifactId>jboss-as-process-controller</artifactId>
2245
- <version>7.1.x.incremental.129</version>
2246
- <licenses>
2247
- <license>
2248
- <name>GNU Lesser General Public License, Version 2.1</name>
2249
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2250
- <distribution>repo</distribution>
2251
- </license>
2252
- </licenses>
2253
- </dependency>
2254
- <dependency>
2255
- <groupId>org.jboss.as</groupId>
2256
- <artifactId>jboss-as-protocol</artifactId>
2257
- <version>7.1.x.incremental.129</version>
2258
- <licenses>
2259
- <license>
2260
- <name>GNU Lesser General Public License, Version 2.1</name>
2261
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2262
- <distribution>repo</distribution>
2263
- </license>
2264
- </licenses>
2265
- </dependency>
2266
- <dependency>
2267
- <groupId>org.jboss.as</groupId>
2268
- <artifactId>jboss-as-remoting</artifactId>
2269
- <version>7.1.x.incremental.129</version>
793
+ <groupId>org.jboss</groupId>
794
+ <artifactId>jboss-transaction-spi</artifactId>
795
+ <version>7.0.0.Final</version>
2270
796
  <licenses>
2271
797
  <license>
2272
798
  <name>GNU Lesser General Public License, Version 2.1</name>
2273
799
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2274
- <distribution>repo</distribution>
2275
800
  </license>
2276
801
  </licenses>
2277
802
  </dependency>
2278
803
  <dependency>
2279
- <groupId>org.jboss.as</groupId>
2280
- <artifactId>jboss-as-sar</artifactId>
2281
- <version>7.1.x.incremental.129</version>
804
+ <groupId>org.jboss</groupId>
805
+ <artifactId>jboss-vfs</artifactId>
806
+ <version>3.1.0.Final</version>
2282
807
  <licenses>
2283
808
  <license>
2284
809
  <name>GNU Lesser General Public License, Version 2.1</name>
2285
810
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2286
- <distribution>repo</distribution>
2287
811
  </license>
2288
812
  </licenses>
2289
813
  </dependency>
2290
814
  <dependency>
2291
- <groupId>org.jboss.as</groupId>
2292
- <artifactId>jboss-as-security</artifactId>
2293
- <version>7.1.x.incremental.129</version>
815
+ <groupId>org.jboss</groupId>
816
+ <artifactId>staxmapper</artifactId>
817
+ <version>1.1.0.Final</version>
2294
818
  <licenses>
2295
819
  <license>
2296
820
  <name>GNU Lesser General Public License, Version 2.1</name>
2297
821
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2298
- <distribution>repo</distribution>
2299
822
  </license>
2300
823
  </licenses>
2301
824
  </dependency>
2302
825
  <dependency>
2303
- <groupId>org.jboss.as</groupId>
2304
- <artifactId>jboss-as-server</artifactId>
2305
- <version>7.1.x.incremental.129</version>
826
+ <groupId>org.jboss.aesh</groupId>
827
+ <artifactId>aesh</artifactId>
828
+ <version>0.27</version>
2306
829
  <licenses>
2307
830
  <license>
2308
- <name>GNU Lesser General Public License, Version 2.1</name>
2309
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2310
- <distribution>repo</distribution>
831
+ <name>Eclipse License, Version 1.0</name>
832
+ <url>http://www.eclipse.org/legal/epl-v10.html</url>
2311
833
  </license>
2312
834
  </licenses>
2313
835
  </dependency>
2314
836
  <dependency>
2315
837
  <groupId>org.jboss.as</groupId>
2316
- <artifactId>jboss-as-sos</artifactId>
2317
- <version>7.1.x.incremental.129</version>
838
+ <artifactId>jboss-as-build-config</artifactId>
839
+ <version>7.2.x.slim.incremental.4</version>
2318
840
  <licenses>
2319
841
  <license>
2320
842
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2325,8 +847,8 @@
2325
847
  </dependency>
2326
848
  <dependency>
2327
849
  <groupId>org.jboss.as</groupId>
2328
- <artifactId>jboss-as-threads</artifactId>
2329
- <version>7.1.x.incremental.129</version>
850
+ <artifactId>jboss-as-cli</artifactId>
851
+ <version>7.2.x.slim.incremental.4</version>
2330
852
  <licenses>
2331
853
  <license>
2332
854
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2337,8 +859,8 @@
2337
859
  </dependency>
2338
860
  <dependency>
2339
861
  <groupId>org.jboss.as</groupId>
2340
- <artifactId>jboss-as-transactions</artifactId>
2341
- <version>7.1.x.incremental.129</version>
862
+ <artifactId>jboss-as-client-all</artifactId>
863
+ <version>7.2.x.slim.incremental.4</version>
2342
864
  <licenses>
2343
865
  <license>
2344
866
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2349,8 +871,8 @@
2349
871
  </dependency>
2350
872
  <dependency>
2351
873
  <groupId>org.jboss.as</groupId>
2352
- <artifactId>jboss-as-web</artifactId>
2353
- <version>7.1.x.incremental.129</version>
874
+ <artifactId>jboss-as-clustering-api</artifactId>
875
+ <version>7.2.x.slim.incremental.4</version>
2354
876
  <licenses>
2355
877
  <license>
2356
878
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2361,8 +883,8 @@
2361
883
  </dependency>
2362
884
  <dependency>
2363
885
  <groupId>org.jboss.as</groupId>
2364
- <artifactId>jboss-as-webservices-server-integration</artifactId>
2365
- <version>7.1.x.incremental.129</version>
886
+ <artifactId>jboss-as-clustering-common</artifactId>
887
+ <version>7.2.x.slim.incremental.4</version>
2366
888
  <licenses>
2367
889
  <license>
2368
890
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2373,8 +895,8 @@
2373
895
  </dependency>
2374
896
  <dependency>
2375
897
  <groupId>org.jboss.as</groupId>
2376
- <artifactId>jboss-as-weld</artifactId>
2377
- <version>7.1.x.incremental.129</version>
898
+ <artifactId>jboss-as-clustering-impl</artifactId>
899
+ <version>7.2.x.slim.incremental.4</version>
2378
900
  <licenses>
2379
901
  <license>
2380
902
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2385,8 +907,8 @@
2385
907
  </dependency>
2386
908
  <dependency>
2387
909
  <groupId>org.jboss.as</groupId>
2388
- <artifactId>jboss-as-xts</artifactId>
2389
- <version>7.1.x.incremental.129</version>
910
+ <artifactId>jboss-as-clustering-infinispan</artifactId>
911
+ <version>7.2.x.slim.incremental.4</version>
2390
912
  <licenses>
2391
913
  <license>
2392
914
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2397,185 +919,104 @@
2397
919
  </dependency>
2398
920
  <dependency>
2399
921
  <groupId>org.jboss.as</groupId>
2400
- <artifactId>jbossweb-native</artifactId>
2401
- <version>2.0.10.Final</version>
2402
- <licenses>
2403
- <license>
2404
- <name>GNU Lesser General Public License, Version 2.1</name>
2405
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2406
- </license>
2407
- </licenses>
2408
- </dependency>
2409
- <dependency>
2410
- <groupId>org.jboss.ballroom</groupId>
2411
- <artifactId>widgets</artifactId>
2412
- <version>1.4.0.Final</version>
2413
- <licenses>
2414
- <license>
2415
- <name>lgpl</name>
2416
- <url>http://repository.jboss.com/licenses/lgpl.txt</url>
2417
- </license>
2418
- </licenses>
2419
- </dependency>
2420
- <dependency>
2421
- <groupId>org.jboss.classfilewriter</groupId>
2422
- <artifactId>jboss-classfilewriter</artifactId>
2423
- <version>1.0.3.Final</version>
922
+ <artifactId>jboss-as-clustering-jgroups</artifactId>
923
+ <version>7.2.x.slim.incremental.4</version>
2424
924
  <licenses>
2425
925
  <license>
2426
926
  <name>GNU Lesser General Public License, Version 2.1</name>
2427
927
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2428
- </license>
2429
- </licenses>
2430
- </dependency>
2431
- <dependency>
2432
- <groupId>org.jboss.com.sun.httpserver</groupId>
2433
- <artifactId>httpserver</artifactId>
2434
- <version>1.0.1.Final</version>
2435
- <licenses>
2436
- <license>
2437
- <name>GNU General Public License, Version 2</name>
2438
- <url>http://repository.jboss.org/licenses/gpl-2.0.txt</url>
2439
- </license>
2440
- </licenses>
2441
- </dependency>
2442
- <dependency>
2443
- <groupId>org.jboss.common</groupId>
2444
- <artifactId>jboss-common-beans</artifactId>
2445
- <version>1.0.0.Final</version>
2446
- <licenses>
2447
- <license>
2448
- <name>lgpl</name>
2449
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2450
928
  <distribution>repo</distribution>
2451
929
  </license>
2452
930
  </licenses>
2453
931
  </dependency>
2454
932
  <dependency>
2455
- <groupId>org.jboss.ejb3</groupId>
2456
- <artifactId>jboss-ejb3-ext-api</artifactId>
2457
- <version>2.0.0</version>
2458
- <licenses>
2459
- <license>
2460
- <name>GNU Lesser General Public License, Version 2.1</name>
2461
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2462
- </license>
2463
- </licenses>
2464
- </dependency>
2465
- <dependency>
2466
- <groupId>org.jboss.invocation</groupId>
2467
- <artifactId>jboss-invocation</artifactId>
2468
- <version>1.1.1.Final</version>
2469
- <licenses>
2470
- <license>
2471
- <name>GNU Lesser General Public License, Version 2.1</name>
2472
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2473
- </license>
2474
- </licenses>
2475
- </dependency>
2476
- <dependency>
2477
- <groupId>org.jboss.ironjacamar</groupId>
2478
- <artifactId>ironjacamar-common-api</artifactId>
2479
- <version>1.0.13.Final</version>
2480
- <licenses>
2481
- <license>
2482
- <name>GNU Lesser General Public License, Version 2.1</name>
2483
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2484
- </license>
2485
- </licenses>
2486
- </dependency>
2487
- <dependency>
2488
- <groupId>org.jboss.ironjacamar</groupId>
2489
- <artifactId>ironjacamar-common-impl</artifactId>
2490
- <version>1.0.13.Final</version>
2491
- <licenses>
2492
- <license>
2493
- <name>GNU Lesser General Public License, Version 2.1</name>
2494
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2495
- </license>
2496
- </licenses>
2497
- </dependency>
2498
- <dependency>
2499
- <groupId>org.jboss.ironjacamar</groupId>
2500
- <artifactId>ironjacamar-common-spi</artifactId>
2501
- <version>1.0.13.Final</version>
933
+ <groupId>org.jboss.as</groupId>
934
+ <artifactId>jboss-as-clustering-registry</artifactId>
935
+ <version>7.2.x.slim.incremental.4</version>
2502
936
  <licenses>
2503
937
  <license>
2504
938
  <name>GNU Lesser General Public License, Version 2.1</name>
2505
939
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
940
+ <distribution>repo</distribution>
2506
941
  </license>
2507
942
  </licenses>
2508
943
  </dependency>
2509
944
  <dependency>
2510
- <groupId>org.jboss.ironjacamar</groupId>
2511
- <artifactId>ironjacamar-core-api</artifactId>
2512
- <version>1.0.13.Final</version>
945
+ <groupId>org.jboss.as</groupId>
946
+ <artifactId>jboss-as-clustering-service</artifactId>
947
+ <version>7.2.x.slim.incremental.4</version>
2513
948
  <licenses>
2514
949
  <license>
2515
950
  <name>GNU Lesser General Public License, Version 2.1</name>
2516
951
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
952
+ <distribution>repo</distribution>
2517
953
  </license>
2518
954
  </licenses>
2519
955
  </dependency>
2520
956
  <dependency>
2521
- <groupId>org.jboss.ironjacamar</groupId>
2522
- <artifactId>ironjacamar-core-impl</artifactId>
2523
- <version>1.0.13.Final</version>
957
+ <groupId>org.jboss.as</groupId>
958
+ <artifactId>jboss-as-clustering-singleton</artifactId>
959
+ <version>7.2.x.slim.incremental.4</version>
2524
960
  <licenses>
2525
961
  <license>
2526
962
  <name>GNU Lesser General Public License, Version 2.1</name>
2527
963
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
964
+ <distribution>repo</distribution>
2528
965
  </license>
2529
966
  </licenses>
2530
967
  </dependency>
2531
968
  <dependency>
2532
- <groupId>org.jboss.ironjacamar</groupId>
2533
- <artifactId>ironjacamar-deployers-common</artifactId>
2534
- <version>1.0.13.Final</version>
969
+ <groupId>org.jboss.as</groupId>
970
+ <artifactId>jboss-as-clustering-web-infinispan</artifactId>
971
+ <version>7.2.x.slim.incremental.4</version>
2535
972
  <licenses>
2536
973
  <license>
2537
974
  <name>GNU Lesser General Public License, Version 2.1</name>
2538
975
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
976
+ <distribution>repo</distribution>
2539
977
  </license>
2540
978
  </licenses>
2541
979
  </dependency>
2542
980
  <dependency>
2543
- <groupId>org.jboss.ironjacamar</groupId>
2544
- <artifactId>ironjacamar-jdbc</artifactId>
2545
- <version>1.0.13.Final</version>
981
+ <groupId>org.jboss.as</groupId>
982
+ <artifactId>jboss-as-clustering-web-spi</artifactId>
983
+ <version>7.2.x.slim.incremental.4</version>
2546
984
  <licenses>
2547
985
  <license>
2548
986
  <name>GNU Lesser General Public License, Version 2.1</name>
2549
987
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
988
+ <distribution>repo</distribution>
2550
989
  </license>
2551
990
  </licenses>
2552
991
  </dependency>
2553
992
  <dependency>
2554
- <groupId>org.jboss.ironjacamar</groupId>
2555
- <artifactId>ironjacamar-spec-api</artifactId>
2556
- <version>1.0.13.Final</version>
993
+ <groupId>org.jboss.as</groupId>
994
+ <artifactId>jboss-as-config-assembly</artifactId>
995
+ <version>7.2.x.slim.incremental.4</version>
2557
996
  <licenses>
2558
997
  <license>
2559
998
  <name>GNU Lesser General Public License, Version 2.1</name>
2560
999
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1000
+ <distribution>repo</distribution>
2561
1001
  </license>
2562
1002
  </licenses>
2563
1003
  </dependency>
2564
1004
  <dependency>
2565
- <groupId>org.jboss.ironjacamar</groupId>
2566
- <artifactId>ironjacamar-validator</artifactId>
2567
- <version>1.0.13.Final</version>
1005
+ <groupId>org.jboss.as</groupId>
1006
+ <artifactId>jboss-as-connector</artifactId>
1007
+ <version>7.2.x.slim.incremental.4</version>
2568
1008
  <licenses>
2569
1009
  <license>
2570
1010
  <name>GNU Lesser General Public License, Version 2.1</name>
2571
1011
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1012
+ <distribution>repo</distribution>
2572
1013
  </license>
2573
1014
  </licenses>
2574
1015
  </dependency>
2575
1016
  <dependency>
2576
- <groupId>org.jboss.jbossts</groupId>
2577
- <artifactId>jbossjts</artifactId>
2578
- <version>4.16.6.Final</version>
1017
+ <groupId>org.jboss.as</groupId>
1018
+ <artifactId>jboss-as-console</artifactId>
1019
+ <version>1.5.1.Final</version>
2579
1020
  <licenses>
2580
1021
  <license>
2581
1022
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2584,53 +1025,56 @@
2584
1025
  </licenses>
2585
1026
  </dependency>
2586
1027
  <dependency>
2587
- <groupId>org.jboss.jbossts</groupId>
2588
- <artifactId>jbossjts-integration</artifactId>
2589
- <version>4.16.6.Final</version>
1028
+ <groupId>org.jboss.as</groupId>
1029
+ <artifactId>jboss-as-console-resources</artifactId>
1030
+ <version>1.5.1.Final</version>
2590
1031
  <licenses>
2591
1032
  <license>
2592
- <name>GNU Lesser General Public License, Version 2.1</name>
2593
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1033
+ <name>lgpl</name>
1034
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
2594
1035
  </license>
2595
1036
  </licenses>
2596
1037
  </dependency>
2597
1038
  <dependency>
2598
- <groupId>org.jboss.jbossts</groupId>
2599
- <artifactId>jbosstxbridge</artifactId>
2600
- <version>4.16.6.Final</version>
1039
+ <groupId>org.jboss.as</groupId>
1040
+ <artifactId>jboss-as-controller</artifactId>
1041
+ <version>7.2.x.slim.incremental.4</version>
2601
1042
  <licenses>
2602
1043
  <license>
2603
1044
  <name>GNU Lesser General Public License, Version 2.1</name>
2604
1045
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1046
+ <distribution>repo</distribution>
2605
1047
  </license>
2606
1048
  </licenses>
2607
1049
  </dependency>
2608
1050
  <dependency>
2609
- <groupId>org.jboss.jbossts</groupId>
2610
- <artifactId>jbossxts</artifactId>
2611
- <version>4.16.6.Final</version>
1051
+ <groupId>org.jboss.as</groupId>
1052
+ <artifactId>jboss-as-controller-client</artifactId>
1053
+ <version>7.2.x.slim.incremental.4</version>
2612
1054
  <licenses>
2613
1055
  <license>
2614
1056
  <name>GNU Lesser General Public License, Version 2.1</name>
2615
1057
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1058
+ <distribution>repo</distribution>
2616
1059
  </license>
2617
1060
  </licenses>
2618
1061
  </dependency>
2619
1062
  <dependency>
2620
- <groupId>org.jboss.jbossts</groupId>
2621
- <artifactId>jbossxts-api</artifactId>
2622
- <version>4.16.6.Final</version>
1063
+ <groupId>org.jboss.as</groupId>
1064
+ <artifactId>jboss-as-deployment-repository</artifactId>
1065
+ <version>7.2.x.slim.incremental.4</version>
2623
1066
  <licenses>
2624
1067
  <license>
2625
1068
  <name>GNU Lesser General Public License, Version 2.1</name>
2626
1069
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1070
+ <distribution>repo</distribution>
2627
1071
  </license>
2628
1072
  </licenses>
2629
1073
  </dependency>
2630
1074
  <dependency>
2631
- <groupId>org.jboss.logging</groupId>
2632
- <artifactId>jboss-logging</artifactId>
2633
- <version>3.1.2.GA</version>
1075
+ <groupId>org.jboss.as</groupId>
1076
+ <artifactId>jboss-as-deployment-scanner</artifactId>
1077
+ <version>7.2.x.slim.incremental.4</version>
2634
1078
  <licenses>
2635
1079
  <license>
2636
1080
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2640,317 +1084,309 @@
2640
1084
  </licenses>
2641
1085
  </dependency>
2642
1086
  <dependency>
2643
- <groupId>org.jboss.logging</groupId>
2644
- <artifactId>jboss-logging-processor</artifactId>
2645
- <version>1.0.3.Final</version>
2646
- <licenses>
2647
- <license>
2648
- <name>Public Domain</name>
2649
- <distribution>repo</distribution>
2650
- </license>
2651
- </licenses>
2652
- </dependency>
2653
- <dependency>
2654
- <groupId>org.jboss.logging</groupId>
2655
- <artifactId>jul-to-slf4j-stub</artifactId>
2656
- <version>1.0.0.Final</version>
2657
- <licenses>
2658
- <license>
2659
- <name>Public Domain</name>
2660
- <distribution>repo</distribution>
2661
- </license>
2662
- </licenses>
2663
- </dependency>
2664
- <dependency>
2665
- <groupId>org.jboss.logmanager</groupId>
2666
- <artifactId>jboss-logmanager</artifactId>
2667
- <version>1.3.2.Final</version>
1087
+ <groupId>org.jboss.as</groupId>
1088
+ <artifactId>jboss-as-domain-http-error-context</artifactId>
1089
+ <version>7.2.x.slim.incremental.4</version>
2668
1090
  <licenses>
2669
1091
  <license>
2670
1092
  <name>GNU Lesser General Public License, Version 2.1</name>
2671
1093
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1094
+ <distribution>repo</distribution>
2672
1095
  </license>
2673
1096
  </licenses>
2674
1097
  </dependency>
2675
1098
  <dependency>
2676
- <groupId>org.jboss.logmanager</groupId>
2677
- <artifactId>log4j-jboss-logmanager</artifactId>
2678
- <version>1.0.1.Final</version>
2679
- <licenses>
2680
- <license>
2681
- <name>Apache License, Version 2.0</name>
2682
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
2683
- </license>
2684
- </licenses>
2685
- </dependency>
2686
- <dependency>
2687
- <groupId>org.jboss.marshalling</groupId>
2688
- <artifactId>jboss-marshalling</artifactId>
2689
- <version>1.3.16.GA</version>
1099
+ <groupId>org.jboss.as</groupId>
1100
+ <artifactId>jboss-as-domain-http-interface</artifactId>
1101
+ <version>7.2.x.slim.incremental.4</version>
2690
1102
  <licenses>
2691
1103
  <license>
2692
1104
  <name>GNU Lesser General Public License, Version 2.1</name>
2693
1105
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1106
+ <distribution>repo</distribution>
2694
1107
  </license>
2695
1108
  </licenses>
2696
1109
  </dependency>
2697
1110
  <dependency>
2698
- <groupId>org.jboss.marshalling</groupId>
2699
- <artifactId>jboss-marshalling-river</artifactId>
2700
- <version>1.3.16.GA</version>
1111
+ <groupId>org.jboss.as</groupId>
1112
+ <artifactId>jboss-as-domain-management</artifactId>
1113
+ <version>7.2.x.slim.incremental.4</version>
2701
1114
  <licenses>
2702
1115
  <license>
2703
1116
  <name>GNU Lesser General Public License, Version 2.1</name>
2704
1117
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1118
+ <distribution>repo</distribution>
2705
1119
  </license>
2706
1120
  </licenses>
2707
1121
  </dependency>
2708
1122
  <dependency>
2709
- <groupId>org.jboss.metadata</groupId>
2710
- <artifactId>jboss-metadata-appclient</artifactId>
2711
- <version>7.0.5.Final</version>
1123
+ <groupId>org.jboss.as</groupId>
1124
+ <artifactId>jboss-as-ee</artifactId>
1125
+ <version>7.2.x.slim.incremental.4</version>
2712
1126
  <licenses>
2713
1127
  <license>
2714
1128
  <name>GNU Lesser General Public License, Version 2.1</name>
2715
1129
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1130
+ <distribution>repo</distribution>
2716
1131
  </license>
2717
1132
  </licenses>
2718
1133
  </dependency>
2719
1134
  <dependency>
2720
- <groupId>org.jboss.metadata</groupId>
2721
- <artifactId>jboss-metadata-common</artifactId>
2722
- <version>7.0.5.Final</version>
1135
+ <groupId>org.jboss.as</groupId>
1136
+ <artifactId>jboss-as-ee-deployment</artifactId>
1137
+ <version>7.2.x.slim.incremental.4</version>
2723
1138
  <licenses>
2724
1139
  <license>
2725
1140
  <name>GNU Lesser General Public License, Version 2.1</name>
2726
1141
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1142
+ <distribution>repo</distribution>
2727
1143
  </license>
2728
1144
  </licenses>
2729
1145
  </dependency>
2730
1146
  <dependency>
2731
- <groupId>org.jboss.metadata</groupId>
2732
- <artifactId>jboss-metadata-ear</artifactId>
2733
- <version>7.0.5.Final</version>
1147
+ <groupId>org.jboss.as</groupId>
1148
+ <artifactId>jboss-as-host-controller</artifactId>
1149
+ <version>7.2.x.slim.incremental.4</version>
2734
1150
  <licenses>
2735
1151
  <license>
2736
1152
  <name>GNU Lesser General Public License, Version 2.1</name>
2737
1153
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1154
+ <distribution>repo</distribution>
2738
1155
  </license>
2739
1156
  </licenses>
2740
1157
  </dependency>
2741
1158
  <dependency>
2742
- <groupId>org.jboss.metadata</groupId>
2743
- <artifactId>jboss-metadata-ejb</artifactId>
2744
- <version>7.0.5.Final</version>
1159
+ <groupId>org.jboss.as</groupId>
1160
+ <artifactId>jboss-as-jms-client-bom</artifactId>
1161
+ <version>7.2.x.slim.incremental.4</version>
2745
1162
  <licenses>
2746
1163
  <license>
2747
1164
  <name>GNU Lesser General Public License, Version 2.1</name>
2748
1165
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1166
+ <distribution>repo</distribution>
2749
1167
  </license>
2750
1168
  </licenses>
2751
1169
  </dependency>
2752
1170
  <dependency>
2753
- <groupId>org.jboss.metadata</groupId>
2754
- <artifactId>jboss-metadata-web</artifactId>
2755
- <version>7.0.5.Final</version>
1171
+ <groupId>org.jboss.as</groupId>
1172
+ <artifactId>jboss-as-jmx</artifactId>
1173
+ <version>7.2.x.slim.incremental.4</version>
2756
1174
  <licenses>
2757
1175
  <license>
2758
1176
  <name>GNU Lesser General Public License, Version 2.1</name>
2759
1177
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1178
+ <distribution>repo</distribution>
2760
1179
  </license>
2761
1180
  </licenses>
2762
1181
  </dependency>
2763
1182
  <dependency>
2764
- <groupId>org.jboss.mod_cluster</groupId>
2765
- <artifactId>mod_cluster-container-catalina</artifactId>
2766
- <version>1.2.1.Final</version>
1183
+ <groupId>org.jboss.as</groupId>
1184
+ <artifactId>jboss-as-logging</artifactId>
1185
+ <version>7.2.x.slim.incremental.4</version>
2767
1186
  <licenses>
2768
1187
  <license>
2769
1188
  <name>GNU Lesser General Public License, Version 2.1</name>
2770
1189
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1190
+ <distribution>repo</distribution>
2771
1191
  </license>
2772
1192
  </licenses>
2773
1193
  </dependency>
2774
1194
  <dependency>
2775
- <groupId>org.jboss.mod_cluster</groupId>
2776
- <artifactId>mod_cluster-container-jbossweb</artifactId>
2777
- <version>1.2.1.Final</version>
1195
+ <groupId>org.jboss.as</groupId>
1196
+ <artifactId>jboss-as-management-client-content</artifactId>
1197
+ <version>7.2.x.slim.incremental.4</version>
2778
1198
  <licenses>
2779
1199
  <license>
2780
1200
  <name>GNU Lesser General Public License, Version 2.1</name>
2781
1201
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1202
+ <distribution>repo</distribution>
2782
1203
  </license>
2783
1204
  </licenses>
2784
1205
  </dependency>
2785
1206
  <dependency>
2786
- <groupId>org.jboss.mod_cluster</groupId>
2787
- <artifactId>mod_cluster-container-spi</artifactId>
2788
- <version>1.2.1.Final</version>
1207
+ <groupId>org.jboss.as</groupId>
1208
+ <artifactId>jboss-as-messaging</artifactId>
1209
+ <version>7.2.x.slim.incremental.4</version>
2789
1210
  <licenses>
2790
1211
  <license>
2791
1212
  <name>GNU Lesser General Public License, Version 2.1</name>
2792
1213
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1214
+ <distribution>repo</distribution>
2793
1215
  </license>
2794
1216
  </licenses>
2795
1217
  </dependency>
2796
1218
  <dependency>
2797
- <groupId>org.jboss.mod_cluster</groupId>
2798
- <artifactId>mod_cluster-core</artifactId>
2799
- <version>1.2.1.Final</version>
1219
+ <groupId>org.jboss.as</groupId>
1220
+ <artifactId>jboss-as-modcluster</artifactId>
1221
+ <version>7.2.x.slim.incremental.4</version>
2800
1222
  <licenses>
2801
1223
  <license>
2802
1224
  <name>GNU Lesser General Public License, Version 2.1</name>
2803
1225
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1226
+ <distribution>repo</distribution>
2804
1227
  </license>
2805
1228
  </licenses>
2806
1229
  </dependency>
2807
1230
  <dependency>
2808
- <groupId>org.jboss.modules</groupId>
2809
- <artifactId>jboss-modules</artifactId>
2810
- <version>1.1.3.GA</version>
1231
+ <groupId>org.jboss.as</groupId>
1232
+ <artifactId>jboss-as-naming</artifactId>
1233
+ <version>7.2.x.slim.incremental.4</version>
2811
1234
  <licenses>
2812
1235
  <license>
2813
1236
  <name>GNU Lesser General Public License, Version 2.1</name>
2814
1237
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1238
+ <distribution>repo</distribution>
2815
1239
  </license>
2816
1240
  </licenses>
2817
1241
  </dependency>
2818
1242
  <dependency>
2819
- <groupId>org.jboss.msc</groupId>
2820
- <artifactId>jboss-msc</artifactId>
2821
- <version>1.0.2.GA</version>
1243
+ <groupId>org.jboss.as</groupId>
1244
+ <artifactId>jboss-as-network</artifactId>
1245
+ <version>7.2.x.slim.incremental.4</version>
2822
1246
  <licenses>
2823
1247
  <license>
2824
1248
  <name>GNU Lesser General Public License, Version 2.1</name>
2825
1249
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1250
+ <distribution>repo</distribution>
2826
1251
  </license>
2827
1252
  </licenses>
2828
1253
  </dependency>
2829
1254
  <dependency>
2830
- <groupId>org.jboss.netty</groupId>
2831
- <artifactId>netty</artifactId>
2832
- <version>3.2.6.Final</version>
1255
+ <groupId>org.jboss.as</groupId>
1256
+ <artifactId>jboss-as-platform-mbean</artifactId>
1257
+ <version>7.2.x.slim.incremental.4</version>
2833
1258
  <licenses>
2834
1259
  <license>
2835
- <name>Apache Software License, Version 2.0</name>
2836
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1260
+ <name>GNU Lesser General Public License, Version 2.1</name>
1261
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1262
+ <distribution>repo</distribution>
2837
1263
  </license>
2838
1264
  </licenses>
2839
1265
  </dependency>
2840
1266
  <dependency>
2841
- <groupId>org.jboss.osgi.deployment</groupId>
2842
- <artifactId>jbosgi-deployment</artifactId>
2843
- <version>1.1.0.Final</version>
1267
+ <groupId>org.jboss.as</groupId>
1268
+ <artifactId>jboss-as-process-controller</artifactId>
1269
+ <version>7.2.x.slim.incremental.4</version>
2844
1270
  <licenses>
2845
1271
  <license>
2846
1272
  <name>GNU Lesser General Public License, Version 2.1</name>
2847
1273
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1274
+ <distribution>repo</distribution>
2848
1275
  </license>
2849
1276
  </licenses>
2850
1277
  </dependency>
2851
1278
  <dependency>
2852
- <groupId>org.jboss.osgi.framework</groupId>
2853
- <artifactId>jbosgi-framework-core</artifactId>
2854
- <version>1.3.1.CR1</version>
1279
+ <groupId>org.jboss.as</groupId>
1280
+ <artifactId>jboss-as-protocol</artifactId>
1281
+ <version>7.2.x.slim.incremental.4</version>
2855
1282
  <licenses>
2856
1283
  <license>
2857
1284
  <name>GNU Lesser General Public License, Version 2.1</name>
2858
1285
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1286
+ <distribution>repo</distribution>
2859
1287
  </license>
2860
1288
  </licenses>
2861
1289
  </dependency>
2862
1290
  <dependency>
2863
- <groupId>org.jboss.osgi.logging</groupId>
2864
- <artifactId>jboss-osgi-logging</artifactId>
2865
- <version>1.0.0.Final</version>
1291
+ <groupId>org.jboss.as</groupId>
1292
+ <artifactId>jboss-as-remoting</artifactId>
1293
+ <version>7.2.x.slim.incremental.4</version>
2866
1294
  <licenses>
2867
1295
  <license>
2868
1296
  <name>GNU Lesser General Public License, Version 2.1</name>
2869
- <url>http://repository.jboss.com/licenses/lgpl-2.1.txt</url>
1297
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1298
+ <distribution>repo</distribution>
2870
1299
  </license>
2871
1300
  </licenses>
2872
1301
  </dependency>
2873
1302
  <dependency>
2874
- <groupId>org.jboss.osgi.metadata</groupId>
2875
- <artifactId>jbosgi-metadata</artifactId>
2876
- <version>2.1.0.Final</version>
1303
+ <groupId>org.jboss.as</groupId>
1304
+ <artifactId>jboss-as-security</artifactId>
1305
+ <version>7.2.x.slim.incremental.4</version>
2877
1306
  <licenses>
2878
1307
  <license>
2879
1308
  <name>GNU Lesser General Public License, Version 2.1</name>
2880
- <url>http://repository.jboss.com/licenses/lgpl-2.1.txt</url>
1309
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1310
+ <distribution>repo</distribution>
2881
1311
  </license>
2882
1312
  </licenses>
2883
1313
  </dependency>
2884
1314
  <dependency>
2885
- <groupId>org.jboss.osgi.repository</groupId>
2886
- <artifactId>jbosgi-repository-api</artifactId>
2887
- <version>1.2.0.Final</version>
1315
+ <groupId>org.jboss.as</groupId>
1316
+ <artifactId>jboss-as-server</artifactId>
1317
+ <version>7.2.x.slim.incremental.4</version>
2888
1318
  <licenses>
2889
1319
  <license>
2890
1320
  <name>GNU Lesser General Public License, Version 2.1</name>
2891
- <url>http://repository.jboss.com/licenses/lgpl-2.1.txt</url>
1321
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1322
+ <distribution>repo</distribution>
2892
1323
  </license>
2893
1324
  </licenses>
2894
1325
  </dependency>
2895
1326
  <dependency>
2896
- <groupId>org.jboss.osgi.repository</groupId>
2897
- <artifactId>jbosgi-repository-core</artifactId>
2898
- <version>1.2.0.Final</version>
1327
+ <groupId>org.jboss.as</groupId>
1328
+ <artifactId>jboss-as-system-jmx</artifactId>
1329
+ <version>7.2.x.slim.incremental.4</version>
2899
1330
  <licenses>
2900
1331
  <license>
2901
- <name>GNU Lesser General Public License, Version 2.1</name>
2902
- <url>http://repository.jboss.com/licenses/lgpl-2.1.txt</url>
1332
+ <name>lgpl</name>
1333
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1334
+ <distribution>repo</distribution>
2903
1335
  </license>
2904
1336
  </licenses>
2905
1337
  </dependency>
2906
1338
  <dependency>
2907
- <groupId>org.jboss.osgi.resolver</groupId>
2908
- <artifactId>jbosgi-resolver-api</artifactId>
2909
- <version>2.1.0.Final</version>
1339
+ <groupId>org.jboss.as</groupId>
1340
+ <artifactId>jboss-as-threads</artifactId>
1341
+ <version>7.2.x.slim.incremental.4</version>
2910
1342
  <licenses>
2911
1343
  <license>
2912
1344
  <name>GNU Lesser General Public License, Version 2.1</name>
2913
1345
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1346
+ <distribution>repo</distribution>
2914
1347
  </license>
2915
1348
  </licenses>
2916
1349
  </dependency>
2917
1350
  <dependency>
2918
- <groupId>org.jboss.osgi.resolver</groupId>
2919
- <artifactId>jbosgi-resolver-felix</artifactId>
2920
- <version>2.1.0.Final</version>
1351
+ <groupId>org.jboss.as</groupId>
1352
+ <artifactId>jboss-as-transactions</artifactId>
1353
+ <version>7.2.x.slim.incremental.4</version>
2921
1354
  <licenses>
2922
1355
  <license>
2923
1356
  <name>GNU Lesser General Public License, Version 2.1</name>
2924
1357
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1358
+ <distribution>repo</distribution>
2925
1359
  </license>
2926
1360
  </licenses>
2927
1361
  </dependency>
2928
1362
  <dependency>
2929
- <groupId>org.jboss.osgi.spi</groupId>
2930
- <artifactId>jbosgi-spi</artifactId>
2931
- <version>3.1.0.Final</version>
1363
+ <groupId>org.jboss.as</groupId>
1364
+ <artifactId>jboss-as-version</artifactId>
1365
+ <version>7.2.x.slim.incremental.4</version>
2932
1366
  <licenses>
2933
1367
  <license>
2934
- <name>GNU Lesser General Public License, Version 2.1</name>
1368
+ <name>lgpl</name>
2935
1369
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1370
+ <distribution>repo</distribution>
2936
1371
  </license>
2937
1372
  </licenses>
2938
1373
  </dependency>
2939
1374
  <dependency>
2940
- <groupId>org.jboss.osgi.vfs</groupId>
2941
- <artifactId>jbosgi-vfs</artifactId>
2942
- <version>1.1.0.Final</version>
1375
+ <groupId>org.jboss.as</groupId>
1376
+ <artifactId>jboss-as-web</artifactId>
1377
+ <version>7.2.x.slim.incremental.4</version>
2943
1378
  <licenses>
2944
1379
  <license>
2945
1380
  <name>GNU Lesser General Public License, Version 2.1</name>
2946
1381
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1382
+ <distribution>repo</distribution>
2947
1383
  </license>
2948
1384
  </licenses>
2949
1385
  </dependency>
2950
1386
  <dependency>
2951
- <groupId>org.jboss.osgi.vfs</groupId>
2952
- <artifactId>jbosgi-vfs30</artifactId>
2953
- <version>1.1.0.Final</version>
1387
+ <groupId>org.jboss.as</groupId>
1388
+ <artifactId>jbossweb-native</artifactId>
1389
+ <version>2.0.10.Final</version>
2954
1390
  <licenses>
2955
1391
  <license>
2956
1392
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -2959,153 +1395,142 @@
2959
1395
  </licenses>
2960
1396
  </dependency>
2961
1397
  <dependency>
2962
- <groupId>org.jboss.remoting3</groupId>
2963
- <artifactId>jboss-remoting</artifactId>
2964
- <version>3.2.12.GA</version>
1398
+ <groupId>org.jboss.classfilewriter</groupId>
1399
+ <artifactId>jboss-classfilewriter</artifactId>
1400
+ <version>1.0.3.Final</version>
2965
1401
  <licenses>
2966
1402
  <license>
2967
1403
  <name>GNU Lesser General Public License, Version 2.1</name>
2968
1404
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2969
- <distribution>repo</distribution>
2970
1405
  </license>
2971
1406
  </licenses>
2972
1407
  </dependency>
2973
1408
  <dependency>
2974
- <groupId>org.jboss.remotingjmx</groupId>
2975
- <artifactId>remoting-jmx</artifactId>
2976
- <version>1.0.5.Final</version>
1409
+ <groupId>org.jboss.com.sun.httpserver</groupId>
1410
+ <artifactId>httpserver</artifactId>
1411
+ <version>1.0.1.Final</version>
2977
1412
  <licenses>
2978
1413
  <license>
2979
- <name>LGPL 2.1</name>
2980
- <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
2981
- <distribution>repo</distribution>
1414
+ <name>GNU General Public License, Version 2</name>
1415
+ <url>http://repository.jboss.org/licenses/gpl-2.0.txt</url>
2982
1416
  </license>
2983
1417
  </licenses>
2984
1418
  </dependency>
2985
1419
  <dependency>
2986
- <groupId>org.jboss.resteasy</groupId>
2987
- <artifactId>async-http-servlet-3.0</artifactId>
2988
- <version>2.3.3.Final</version>
1420
+ <groupId>org.jboss.common</groupId>
1421
+ <artifactId>jboss-common-beans</artifactId>
1422
+ <version>1.1.0.Final</version>
2989
1423
  <licenses>
2990
1424
  <license>
2991
- <name>Apache Software License, Version 2.0</name>
2992
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1425
+ <name>lgpl</name>
1426
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2993
1427
  <distribution>repo</distribution>
2994
1428
  </license>
2995
1429
  </licenses>
2996
1430
  </dependency>
2997
1431
  <dependency>
2998
- <groupId>org.jboss.resteasy</groupId>
2999
- <artifactId>resteasy-atom-provider</artifactId>
3000
- <version>2.3.3.Final</version>
1432
+ <groupId>org.jboss.invocation</groupId>
1433
+ <artifactId>jboss-invocation</artifactId>
1434
+ <version>1.1.1.Final</version>
3001
1435
  <licenses>
3002
1436
  <license>
3003
- <name>Apache Software License, Version 2.0</name>
3004
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3005
- <distribution>repo</distribution>
1437
+ <name>GNU Lesser General Public License, Version 2.1</name>
1438
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3006
1439
  </license>
3007
1440
  </licenses>
3008
1441
  </dependency>
3009
1442
  <dependency>
3010
- <groupId>org.jboss.resteasy</groupId>
3011
- <artifactId>resteasy-cdi</artifactId>
3012
- <version>2.3.3.Final</version>
1443
+ <groupId>org.jboss.ironjacamar</groupId>
1444
+ <artifactId>ironjacamar-common-api</artifactId>
1445
+ <version>1.0.15.Final</version>
3013
1446
  <licenses>
3014
1447
  <license>
3015
- <name>Apache Software License, Version 2.0</name>
3016
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3017
- <distribution>repo</distribution>
1448
+ <name>GNU Lesser General Public License, Version 2.1</name>
1449
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3018
1450
  </license>
3019
1451
  </licenses>
3020
1452
  </dependency>
3021
1453
  <dependency>
3022
- <groupId>org.jboss.resteasy</groupId>
3023
- <artifactId>resteasy-jackson-provider</artifactId>
3024
- <version>2.3.3.Final</version>
1454
+ <groupId>org.jboss.ironjacamar</groupId>
1455
+ <artifactId>ironjacamar-common-impl</artifactId>
1456
+ <version>1.0.15.Final</version>
3025
1457
  <licenses>
3026
1458
  <license>
3027
- <name>Apache Software License, Version 2.0</name>
3028
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3029
- <distribution>repo</distribution>
1459
+ <name>GNU Lesser General Public License, Version 2.1</name>
1460
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3030
1461
  </license>
3031
1462
  </licenses>
3032
1463
  </dependency>
3033
1464
  <dependency>
3034
- <groupId>org.jboss.resteasy</groupId>
3035
- <artifactId>resteasy-jaxb-provider</artifactId>
3036
- <version>2.3.3.Final</version>
1465
+ <groupId>org.jboss.ironjacamar</groupId>
1466
+ <artifactId>ironjacamar-common-spi</artifactId>
1467
+ <version>1.0.15.Final</version>
3037
1468
  <licenses>
3038
1469
  <license>
3039
- <name>Apache Software License, Version 2.0</name>
3040
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3041
- <distribution>repo</distribution>
1470
+ <name>GNU Lesser General Public License, Version 2.1</name>
1471
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3042
1472
  </license>
3043
1473
  </licenses>
3044
1474
  </dependency>
3045
1475
  <dependency>
3046
- <groupId>org.jboss.resteasy</groupId>
3047
- <artifactId>resteasy-jaxrs</artifactId>
3048
- <version>2.3.3.Final</version>
1476
+ <groupId>org.jboss.ironjacamar</groupId>
1477
+ <artifactId>ironjacamar-core-api</artifactId>
1478
+ <version>1.0.15.Final</version>
3049
1479
  <licenses>
3050
1480
  <license>
3051
- <name>Apache Software License, Version 2.0</name>
3052
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3053
- <distribution>repo</distribution>
1481
+ <name>GNU Lesser General Public License, Version 2.1</name>
1482
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3054
1483
  </license>
3055
1484
  </licenses>
3056
1485
  </dependency>
3057
1486
  <dependency>
3058
- <groupId>org.jboss.resteasy</groupId>
3059
- <artifactId>resteasy-jettison-provider</artifactId>
3060
- <version>2.3.3.Final</version>
1487
+ <groupId>org.jboss.ironjacamar</groupId>
1488
+ <artifactId>ironjacamar-core-impl</artifactId>
1489
+ <version>1.0.15.Final</version>
3061
1490
  <licenses>
3062
1491
  <license>
3063
- <name>Apache Software License, Version 2.0</name>
3064
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3065
- <distribution>repo</distribution>
1492
+ <name>GNU Lesser General Public License, Version 2.1</name>
1493
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3066
1494
  </license>
3067
1495
  </licenses>
3068
1496
  </dependency>
3069
1497
  <dependency>
3070
- <groupId>org.jboss.resteasy</groupId>
3071
- <artifactId>resteasy-jsapi</artifactId>
3072
- <version>2.3.3.Final</version>
1498
+ <groupId>org.jboss.ironjacamar</groupId>
1499
+ <artifactId>ironjacamar-deployers-common</artifactId>
1500
+ <version>1.0.15.Final</version>
3073
1501
  <licenses>
3074
1502
  <license>
3075
- <name>Apache Software License, Version 2.0</name>
3076
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3077
- <distribution>repo</distribution>
1503
+ <name>GNU Lesser General Public License, Version 2.1</name>
1504
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3078
1505
  </license>
3079
1506
  </licenses>
3080
1507
  </dependency>
3081
1508
  <dependency>
3082
- <groupId>org.jboss.resteasy</groupId>
3083
- <artifactId>resteasy-multipart-provider</artifactId>
3084
- <version>2.3.3.Final</version>
1509
+ <groupId>org.jboss.ironjacamar</groupId>
1510
+ <artifactId>ironjacamar-jdbc</artifactId>
1511
+ <version>1.0.15.Final</version>
3085
1512
  <licenses>
3086
1513
  <license>
3087
- <name>Apache Software License, Version 2.0</name>
3088
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3089
- <distribution>repo</distribution>
1514
+ <name>GNU Lesser General Public License, Version 2.1</name>
1515
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3090
1516
  </license>
3091
1517
  </licenses>
3092
1518
  </dependency>
3093
1519
  <dependency>
3094
- <groupId>org.jboss.resteasy</groupId>
3095
- <artifactId>resteasy-yaml-provider</artifactId>
3096
- <version>2.3.3.Final</version>
1520
+ <groupId>org.jboss.ironjacamar</groupId>
1521
+ <artifactId>ironjacamar-spec-api</artifactId>
1522
+ <version>1.0.15.Final</version>
3097
1523
  <licenses>
3098
1524
  <license>
3099
- <name>Apache Software License, Version 2.0</name>
3100
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3101
- <distribution>repo</distribution>
1525
+ <name>GNU Lesser General Public License, Version 2.1</name>
1526
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3102
1527
  </license>
3103
1528
  </licenses>
3104
1529
  </dependency>
3105
1530
  <dependency>
3106
- <groupId>org.jboss.sasl</groupId>
3107
- <artifactId>jboss-sasl</artifactId>
3108
- <version>1.0.3.Final</version>
1531
+ <groupId>org.jboss.ironjacamar</groupId>
1532
+ <artifactId>ironjacamar-validator</artifactId>
1533
+ <version>1.0.15.Final</version>
3109
1534
  <licenses>
3110
1535
  <license>
3111
1536
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3114,119 +1539,128 @@
3114
1539
  </licenses>
3115
1540
  </dependency>
3116
1541
  <dependency>
3117
- <groupId>org.jboss.seam.integration</groupId>
3118
- <artifactId>jboss-seam-int-jbossas</artifactId>
3119
- <version>6.0.0.GA</version>
1542
+ <groupId>org.jboss.jbossts</groupId>
1543
+ <artifactId>jbossjta</artifactId>
1544
+ <version>4.16.6.Final</version>
3120
1545
  <licenses>
3121
1546
  <license>
3122
- <name>GNU Lesser General Public License, Version 2.1</name>
3123
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1547
+ <name>LGPL 2.1</name>
1548
+ <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
3124
1549
  </license>
3125
1550
  </licenses>
3126
1551
  </dependency>
3127
1552
  <dependency>
3128
- <groupId>org.jboss.security</groupId>
3129
- <artifactId>jboss-negotiation-common</artifactId>
3130
- <version>2.2.1.Final</version>
1553
+ <groupId>org.jboss.jbossts</groupId>
1554
+ <artifactId>jbossjta-integration</artifactId>
1555
+ <version>4.16.6.Final</version>
3131
1556
  <licenses>
3132
1557
  <license>
3133
- <name>GNU Lesser General Public License, Version 2.1</name>
3134
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1558
+ <name>LGPL 2.1</name>
1559
+ <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
3135
1560
  </license>
3136
1561
  </licenses>
3137
1562
  </dependency>
3138
1563
  <dependency>
3139
- <groupId>org.jboss.security</groupId>
3140
- <artifactId>jboss-negotiation-extras</artifactId>
3141
- <version>2.2.1.Final</version>
1564
+ <groupId>org.jboss.jbossts</groupId>
1565
+ <artifactId>jbossjts</artifactId>
1566
+ <version>4.16.4.Final</version>
3142
1567
  <licenses>
3143
1568
  <license>
3144
- <name>GNU Lesser General Public License, Version 2.1</name>
3145
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1569
+ <name>LGPL 2.1</name>
1570
+ <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
3146
1571
  </license>
3147
1572
  </licenses>
3148
1573
  </dependency>
3149
1574
  <dependency>
3150
- <groupId>org.jboss.security</groupId>
3151
- <artifactId>jboss-negotiation-net</artifactId>
3152
- <version>2.2.1.Final</version>
1575
+ <groupId>org.jboss.jdeparser</groupId>
1576
+ <artifactId>jdeparser</artifactId>
1577
+ <version>1.0.0.Final</version>
3153
1578
  <licenses>
3154
1579
  <license>
3155
- <name>GNU Lesser General Public License, Version 2.1</name>
3156
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1580
+ <name>CDDL v1.1 / GPL v2 dual license</name>
1581
+ <url>https://glassfish.java.net/public/CDDL+GPL_1_1.html</url>
1582
+ <distribution>repo</distribution>
1583
+ </license>
1584
+ <license>
1585
+ <name>The MIT license</name>
1586
+ <url>http://opensource.org/licenses/MIT</url>
1587
+ <distribution>repo</distribution>
3157
1588
  </license>
3158
1589
  </licenses>
3159
1590
  </dependency>
3160
1591
  <dependency>
3161
- <groupId>org.jboss.security</groupId>
3162
- <artifactId>jboss-negotiation-ntlm</artifactId>
3163
- <version>2.2.1.Final</version>
1592
+ <groupId>org.jboss.logging</groupId>
1593
+ <artifactId>jboss-logging</artifactId>
1594
+ <version>3.1.2.GA</version>
3164
1595
  <licenses>
3165
1596
  <license>
3166
1597
  <name>GNU Lesser General Public License, Version 2.1</name>
3167
1598
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1599
+ <distribution>repo</distribution>
3168
1600
  </license>
3169
1601
  </licenses>
3170
1602
  </dependency>
3171
1603
  <dependency>
3172
- <groupId>org.jboss.security</groupId>
3173
- <artifactId>jboss-negotiation-spnego</artifactId>
3174
- <version>2.2.1.Final</version>
1604
+ <groupId>org.jboss.logging</groupId>
1605
+ <artifactId>jboss-logging-processor</artifactId>
1606
+ <version>1.1.0.Final</version>
3175
1607
  <licenses>
3176
1608
  <license>
3177
- <name>GNU Lesser General Public License, Version 2.1</name>
3178
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1609
+ <name>Public Domain</name>
1610
+ <url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>
1611
+ <distribution>repo</distribution>
3179
1612
  </license>
3180
1613
  </licenses>
3181
1614
  </dependency>
3182
1615
  <dependency>
3183
- <groupId>org.jboss.security</groupId>
3184
- <artifactId>jbossxacml</artifactId>
3185
- <version>2.0.8.Final</version>
1616
+ <groupId>org.jboss.logging</groupId>
1617
+ <artifactId>jul-to-slf4j-stub</artifactId>
1618
+ <version>1.0.1.Final</version>
3186
1619
  <licenses>
3187
1620
  <license>
3188
- <name>GNU Lesser General Public License, Version 2.1</name>
3189
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1621
+ <name>Public Domain</name>
1622
+ <url>http://repository.jboss.org/licenses/cc0-1.0.txt</url>
1623
+ <distribution>repo</distribution>
3190
1624
  </license>
3191
1625
  </licenses>
3192
1626
  </dependency>
3193
1627
  <dependency>
3194
- <groupId>org.jboss.shrinkwrap</groupId>
3195
- <artifactId>shrinkwrap-api</artifactId>
3196
- <version>1.0.0</version>
1628
+ <groupId>org.jboss.logmanager</groupId>
1629
+ <artifactId>jboss-logmanager</artifactId>
1630
+ <version>1.4.0.Final</version>
3197
1631
  <licenses>
3198
1632
  <license>
3199
- <name>Apache Software License, Version 2.0</name>
3200
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1633
+ <name>GNU Lesser General Public License, Version 2.1</name>
1634
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3201
1635
  </license>
3202
1636
  </licenses>
3203
1637
  </dependency>
3204
1638
  <dependency>
3205
- <groupId>org.jboss.shrinkwrap</groupId>
3206
- <artifactId>shrinkwrap-impl-base</artifactId>
3207
- <version>1.0.0</version>
1639
+ <groupId>org.jboss.logmanager</groupId>
1640
+ <artifactId>log4j-jboss-logmanager</artifactId>
1641
+ <version>1.0.1.Final</version>
3208
1642
  <licenses>
3209
1643
  <license>
3210
- <name>Apache Software License, Version 2.0</name>
1644
+ <name>Apache License, Version 2.0</name>
3211
1645
  <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3212
1646
  </license>
3213
1647
  </licenses>
3214
1648
  </dependency>
3215
1649
  <dependency>
3216
- <groupId>org.jboss.shrinkwrap</groupId>
3217
- <artifactId>shrinkwrap-spi</artifactId>
3218
- <version>1.0.0</version>
1650
+ <groupId>org.jboss.marshalling</groupId>
1651
+ <artifactId>jboss-marshalling</artifactId>
1652
+ <version>1.3.16.GA</version>
3219
1653
  <licenses>
3220
1654
  <license>
3221
- <name>Apache Software License, Version 2.0</name>
3222
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
1655
+ <name>GNU Lesser General Public License, Version 2.1</name>
1656
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3223
1657
  </license>
3224
1658
  </licenses>
3225
1659
  </dependency>
3226
1660
  <dependency>
3227
- <groupId>org.jboss.slf4j</groupId>
3228
- <artifactId>slf4j-jboss-logmanager</artifactId>
3229
- <version>1.0.0.GA</version>
1661
+ <groupId>org.jboss.marshalling</groupId>
1662
+ <artifactId>jboss-marshalling-river</artifactId>
1663
+ <version>1.3.16.GA</version>
3230
1664
  <licenses>
3231
1665
  <license>
3232
1666
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3235,9 +1669,9 @@
3235
1669
  </licenses>
3236
1670
  </dependency>
3237
1671
  <dependency>
3238
- <groupId>org.jboss.spec.javax.annotation</groupId>
3239
- <artifactId>jboss-annotations-api_1.1_spec</artifactId>
3240
- <version>1.0.1.Final</version>
1672
+ <groupId>org.jboss.metadata</groupId>
1673
+ <artifactId>jboss-metadata-common</artifactId>
1674
+ <version>7.0.8.Final</version>
3241
1675
  <licenses>
3242
1676
  <license>
3243
1677
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3246,9 +1680,9 @@
3246
1680
  </licenses>
3247
1681
  </dependency>
3248
1682
  <dependency>
3249
- <groupId>org.jboss.spec.javax.ejb</groupId>
3250
- <artifactId>jboss-ejb-api_3.1_spec</artifactId>
3251
- <version>1.0.2.Final</version>
1683
+ <groupId>org.jboss.metadata</groupId>
1684
+ <artifactId>jboss-metadata-ear</artifactId>
1685
+ <version>7.0.8.Final</version>
3252
1686
  <licenses>
3253
1687
  <license>
3254
1688
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3257,9 +1691,9 @@
3257
1691
  </licenses>
3258
1692
  </dependency>
3259
1693
  <dependency>
3260
- <groupId>org.jboss.spec.javax.el</groupId>
3261
- <artifactId>jboss-el-api_2.2_spec</artifactId>
3262
- <version>1.0.2.Final</version>
1694
+ <groupId>org.jboss.metadata</groupId>
1695
+ <artifactId>jboss-metadata-web</artifactId>
1696
+ <version>7.0.8.Final</version>
3263
1697
  <licenses>
3264
1698
  <license>
3265
1699
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3268,9 +1702,9 @@
3268
1702
  </licenses>
3269
1703
  </dependency>
3270
1704
  <dependency>
3271
- <groupId>org.jboss.spec.javax.enterprise.deploy</groupId>
3272
- <artifactId>jboss-jad-api_1.2_spec</artifactId>
3273
- <version>1.0.1.Final</version>
1705
+ <groupId>org.jboss.mod_cluster</groupId>
1706
+ <artifactId>mod_cluster-container-catalina</artifactId>
1707
+ <version>1.2.3.Final</version>
3274
1708
  <licenses>
3275
1709
  <license>
3276
1710
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3279,9 +1713,9 @@
3279
1713
  </licenses>
3280
1714
  </dependency>
3281
1715
  <dependency>
3282
- <groupId>org.jboss.spec.javax.faces</groupId>
3283
- <artifactId>jboss-jsf-api_2.1_spec</artifactId>
3284
- <version>2.0.7.Final</version>
1716
+ <groupId>org.jboss.mod_cluster</groupId>
1717
+ <artifactId>mod_cluster-container-jbossweb</artifactId>
1718
+ <version>1.2.3.Final</version>
3285
1719
  <licenses>
3286
1720
  <license>
3287
1721
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3290,9 +1724,9 @@
3290
1724
  </licenses>
3291
1725
  </dependency>
3292
1726
  <dependency>
3293
- <groupId>org.jboss.spec.javax.interceptor</groupId>
3294
- <artifactId>jboss-interceptors-api_1.1_spec</artifactId>
3295
- <version>1.0.1.Final</version>
1727
+ <groupId>org.jboss.mod_cluster</groupId>
1728
+ <artifactId>mod_cluster-container-spi</artifactId>
1729
+ <version>1.2.3.Final</version>
3296
1730
  <licenses>
3297
1731
  <license>
3298
1732
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3301,9 +1735,9 @@
3301
1735
  </licenses>
3302
1736
  </dependency>
3303
1737
  <dependency>
3304
- <groupId>org.jboss.spec.javax.jms</groupId>
3305
- <artifactId>jboss-jms-api_1.1_spec</artifactId>
3306
- <version>1.0.1.Final</version>
1738
+ <groupId>org.jboss.mod_cluster</groupId>
1739
+ <artifactId>mod_cluster-core</artifactId>
1740
+ <version>1.2.3.Final</version>
3307
1741
  <licenses>
3308
1742
  <license>
3309
1743
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3312,9 +1746,9 @@
3312
1746
  </licenses>
3313
1747
  </dependency>
3314
1748
  <dependency>
3315
- <groupId>org.jboss.spec.javax.management.j2ee</groupId>
3316
- <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
3317
- <version>1.0.1.Final</version>
1749
+ <groupId>org.jboss.modules</groupId>
1750
+ <artifactId>jboss-modules</artifactId>
1751
+ <version>1.2.0.CR1</version>
3318
1752
  <licenses>
3319
1753
  <license>
3320
1754
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3323,9 +1757,9 @@
3323
1757
  </licenses>
3324
1758
  </dependency>
3325
1759
  <dependency>
3326
- <groupId>org.jboss.spec.javax.resource</groupId>
3327
- <artifactId>jboss-connector-api_1.6_spec</artifactId>
3328
- <version>1.0.1.Final</version>
1760
+ <groupId>org.jboss.msc</groupId>
1761
+ <artifactId>jboss-msc</artifactId>
1762
+ <version>1.0.4.GA</version>
3329
1763
  <licenses>
3330
1764
  <license>
3331
1765
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3334,42 +1768,44 @@
3334
1768
  </licenses>
3335
1769
  </dependency>
3336
1770
  <dependency>
3337
- <groupId>org.jboss.spec.javax.rmi</groupId>
3338
- <artifactId>jboss-rmi-api_1.0_spec</artifactId>
3339
- <version>1.0.4.Final</version>
1771
+ <groupId>org.jboss.naming</groupId>
1772
+ <artifactId>jnpserver</artifactId>
1773
+ <version>5.0.3.GA</version>
3340
1774
  <licenses>
3341
1775
  <license>
3342
- <name>GNU Lesser General Public License, Version 2.1</name>
3343
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1776
+ <name>lgpl</name>
1777
+ <url>http://repository.jboss.com/licenses/lgpl.txt</url>
3344
1778
  </license>
3345
1779
  </licenses>
3346
1780
  </dependency>
3347
1781
  <dependency>
3348
- <groupId>org.jboss.spec.javax.security.auth.message</groupId>
3349
- <artifactId>jboss-jaspi-api_1.0_spec</artifactId>
3350
- <version>1.0.1.Final</version>
1782
+ <groupId>org.jboss.remoting3</groupId>
1783
+ <artifactId>jboss-remoting</artifactId>
1784
+ <version>3.2.14.GA</version>
3351
1785
  <licenses>
3352
1786
  <license>
3353
1787
  <name>GNU Lesser General Public License, Version 2.1</name>
3354
1788
  <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1789
+ <distribution>repo</distribution>
3355
1790
  </license>
3356
1791
  </licenses>
3357
1792
  </dependency>
3358
1793
  <dependency>
3359
- <groupId>org.jboss.spec.javax.security.jacc</groupId>
3360
- <artifactId>jboss-jacc-api_1.4_spec</artifactId>
3361
- <version>1.0.2.Final</version>
1794
+ <groupId>org.jboss.remotingjmx</groupId>
1795
+ <artifactId>remoting-jmx</artifactId>
1796
+ <version>1.1.0.Final</version>
3362
1797
  <licenses>
3363
1798
  <license>
3364
- <name>GNU Lesser General Public License, Version 2.1</name>
3365
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
1799
+ <name>LGPL 2.1</name>
1800
+ <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
1801
+ <distribution>repo</distribution>
3366
1802
  </license>
3367
1803
  </licenses>
3368
1804
  </dependency>
3369
1805
  <dependency>
3370
- <groupId>org.jboss.spec.javax.servlet</groupId>
3371
- <artifactId>jboss-servlet-api_2.5_spec</artifactId>
3372
- <version>1.0.1.Final</version>
1806
+ <groupId>org.jboss.sasl</groupId>
1807
+ <artifactId>jboss-sasl</artifactId>
1808
+ <version>1.0.3.Final</version>
3373
1809
  <licenses>
3374
1810
  <license>
3375
1811
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3378,9 +1814,9 @@
3378
1814
  </licenses>
3379
1815
  </dependency>
3380
1816
  <dependency>
3381
- <groupId>org.jboss.spec.javax.servlet</groupId>
3382
- <artifactId>jboss-servlet-api_3.0_spec</artifactId>
3383
- <version>1.0.1.Final</version>
1817
+ <groupId>org.jboss.seam.integration</groupId>
1818
+ <artifactId>jboss-seam-int-jbossas</artifactId>
1819
+ <version>6.0.0.GA</version>
3384
1820
  <licenses>
3385
1821
  <license>
3386
1822
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3389,9 +1825,9 @@
3389
1825
  </licenses>
3390
1826
  </dependency>
3391
1827
  <dependency>
3392
- <groupId>org.jboss.spec.javax.servlet.jsp</groupId>
3393
- <artifactId>jboss-jsp-api_2.2_spec</artifactId>
3394
- <version>1.0.1.Final</version>
1828
+ <groupId>org.jboss.security</groupId>
1829
+ <artifactId>jboss-negotiation-common</artifactId>
1830
+ <version>2.2.2.Final</version>
3395
1831
  <licenses>
3396
1832
  <license>
3397
1833
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3400,9 +1836,9 @@
3400
1836
  </licenses>
3401
1837
  </dependency>
3402
1838
  <dependency>
3403
- <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
3404
- <artifactId>jboss-jstl-api_1.2_spec</artifactId>
3405
- <version>1.0.3.Final</version>
1839
+ <groupId>org.jboss.security</groupId>
1840
+ <artifactId>jboss-negotiation-extras</artifactId>
1841
+ <version>2.2.2.Final</version>
3406
1842
  <licenses>
3407
1843
  <license>
3408
1844
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3411,9 +1847,9 @@
3411
1847
  </licenses>
3412
1848
  </dependency>
3413
1849
  <dependency>
3414
- <groupId>org.jboss.spec.javax.transaction</groupId>
3415
- <artifactId>jboss-transaction-api_1.1_spec</artifactId>
3416
- <version>1.0.1.Final</version>
1850
+ <groupId>org.jboss.security</groupId>
1851
+ <artifactId>jboss-negotiation-net</artifactId>
1852
+ <version>2.2.2.Final</version>
3417
1853
  <licenses>
3418
1854
  <license>
3419
1855
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3422,9 +1858,9 @@
3422
1858
  </licenses>
3423
1859
  </dependency>
3424
1860
  <dependency>
3425
- <groupId>org.jboss.spec.javax.ws.rs</groupId>
3426
- <artifactId>jboss-jaxrs-api_1.1_spec</artifactId>
3427
- <version>1.0.1.Final</version>
1861
+ <groupId>org.jboss.security</groupId>
1862
+ <artifactId>jboss-negotiation-ntlm</artifactId>
1863
+ <version>2.2.2.Final</version>
3428
1864
  <licenses>
3429
1865
  <license>
3430
1866
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3433,9 +1869,9 @@
3433
1869
  </licenses>
3434
1870
  </dependency>
3435
1871
  <dependency>
3436
- <groupId>org.jboss.spec.javax.xml.bind</groupId>
3437
- <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
3438
- <version>1.0.4.Final</version>
1872
+ <groupId>org.jboss.security</groupId>
1873
+ <artifactId>jboss-negotiation-spnego</artifactId>
1874
+ <version>2.2.2.Final</version>
3439
1875
  <licenses>
3440
1876
  <license>
3441
1877
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3444,9 +1880,9 @@
3444
1880
  </licenses>
3445
1881
  </dependency>
3446
1882
  <dependency>
3447
- <groupId>org.jboss.spec.javax.xml.registry</groupId>
3448
- <artifactId>jboss-jaxr-api_1.0_spec</artifactId>
3449
- <version>1.0.2.Final</version>
1883
+ <groupId>org.jboss.security</groupId>
1884
+ <artifactId>jbossxacml</artifactId>
1885
+ <version>2.0.8.Final</version>
3450
1886
  <licenses>
3451
1887
  <license>
3452
1888
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3455,9 +1891,9 @@
3455
1891
  </licenses>
3456
1892
  </dependency>
3457
1893
  <dependency>
3458
- <groupId>org.jboss.spec.javax.xml.rpc</groupId>
3459
- <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
3460
- <version>1.0.1.Final</version>
1894
+ <groupId>org.jboss.slf4j</groupId>
1895
+ <artifactId>slf4j-jboss-logmanager</artifactId>
1896
+ <version>1.0.2.GA</version>
3461
1897
  <licenses>
3462
1898
  <license>
3463
1899
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3466,9 +1902,9 @@
3466
1902
  </licenses>
3467
1903
  </dependency>
3468
1904
  <dependency>
3469
- <groupId>org.jboss.spec.javax.xml.soap</groupId>
3470
- <artifactId>jboss-saaj-api_1.3_spec</artifactId>
3471
- <version>1.0.2.Final</version>
1905
+ <groupId>org.jboss.spec.javax.annotation</groupId>
1906
+ <artifactId>jboss-annotations-api_1.1_spec</artifactId>
1907
+ <version>1.0.1.Final</version>
3472
1908
  <licenses>
3473
1909
  <license>
3474
1910
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3477,9 +1913,9 @@
3477
1913
  </licenses>
3478
1914
  </dependency>
3479
1915
  <dependency>
3480
- <groupId>org.jboss.spec.javax.xml.ws</groupId>
3481
- <artifactId>jboss-jaxws-api_2.2_spec</artifactId>
3482
- <version>2.0.1.Final</version>
1916
+ <groupId>org.jboss.spec.javax.el</groupId>
1917
+ <artifactId>jboss-el-api_2.2_spec</artifactId>
1918
+ <version>1.0.2.Final</version>
3483
1919
  <licenses>
3484
1920
  <license>
3485
1921
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3488,9 +1924,9 @@
3488
1924
  </licenses>
3489
1925
  </dependency>
3490
1926
  <dependency>
3491
- <groupId>org.jboss.stdio</groupId>
3492
- <artifactId>jboss-stdio</artifactId>
3493
- <version>1.0.1.GA</version>
1927
+ <groupId>org.jboss.spec.javax.enterprise.deploy</groupId>
1928
+ <artifactId>jboss-jad-api_1.2_spec</artifactId>
1929
+ <version>1.0.1.Final</version>
3494
1930
  <licenses>
3495
1931
  <license>
3496
1932
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3499,9 +1935,9 @@
3499
1935
  </licenses>
3500
1936
  </dependency>
3501
1937
  <dependency>
3502
- <groupId>org.jboss.threads</groupId>
3503
- <artifactId>jboss-threads</artifactId>
3504
- <version>2.0.0.GA</version>
1938
+ <groupId>org.jboss.spec.javax.interceptor</groupId>
1939
+ <artifactId>jboss-interceptors-api_1.1_spec</artifactId>
1940
+ <version>1.0.1.Final</version>
3505
1941
  <licenses>
3506
1942
  <license>
3507
1943
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3510,9 +1946,9 @@
3510
1946
  </licenses>
3511
1947
  </dependency>
3512
1948
  <dependency>
3513
- <groupId>org.jboss.web</groupId>
3514
- <artifactId>jasper-jdt</artifactId>
3515
- <version>7.0.3.Final</version>
1949
+ <groupId>org.jboss.spec.javax.jms</groupId>
1950
+ <artifactId>jboss-jms-api_1.1_spec</artifactId>
1951
+ <version>1.0.1.Final</version>
3516
1952
  <licenses>
3517
1953
  <license>
3518
1954
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3521,9 +1957,9 @@
3521
1957
  </licenses>
3522
1958
  </dependency>
3523
1959
  <dependency>
3524
- <groupId>org.jboss.web</groupId>
3525
- <artifactId>jbossweb</artifactId>
3526
- <version>7.0.17.Final</version>
1960
+ <groupId>org.jboss.spec.javax.management.j2ee</groupId>
1961
+ <artifactId>jboss-j2eemgmt-api_1.1_spec</artifactId>
1962
+ <version>1.0.1.Final</version>
3527
1963
  <licenses>
3528
1964
  <license>
3529
1965
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3532,45 +1968,42 @@
3532
1968
  </licenses>
3533
1969
  </dependency>
3534
1970
  <dependency>
3535
- <groupId>org.jboss.weld</groupId>
3536
- <artifactId>weld-api</artifactId>
3537
- <version>1.1.Final</version>
1971
+ <groupId>org.jboss.spec.javax.resource</groupId>
1972
+ <artifactId>jboss-connector-api_1.6_spec</artifactId>
1973
+ <version>1.0.1.Final</version>
3538
1974
  <licenses>
3539
1975
  <license>
3540
- <name>Apache Software License, Version 2.0</name>
3541
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3542
- <distribution>repo</distribution>
1976
+ <name>GNU Lesser General Public License, Version 2.1</name>
1977
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3543
1978
  </license>
3544
1979
  </licenses>
3545
1980
  </dependency>
3546
1981
  <dependency>
3547
- <groupId>org.jboss.weld</groupId>
3548
- <artifactId>weld-core</artifactId>
3549
- <version>1.1.10.Final</version>
1982
+ <groupId>org.jboss.spec.javax.rmi</groupId>
1983
+ <artifactId>jboss-rmi-api_1.0_spec</artifactId>
1984
+ <version>1.0.4.Final</version>
3550
1985
  <licenses>
3551
1986
  <license>
3552
- <name>Apache Software License, Version 2.0</name>
3553
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3554
- <distribution>repo</distribution>
1987
+ <name>GNU Lesser General Public License, Version 2.1</name>
1988
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3555
1989
  </license>
3556
1990
  </licenses>
3557
1991
  </dependency>
3558
1992
  <dependency>
3559
- <groupId>org.jboss.weld</groupId>
3560
- <artifactId>weld-spi</artifactId>
3561
- <version>1.1.Final</version>
1993
+ <groupId>org.jboss.spec.javax.security.auth.message</groupId>
1994
+ <artifactId>jboss-jaspi-api_1.0_spec</artifactId>
1995
+ <version>1.0.1.Final</version>
3562
1996
  <licenses>
3563
1997
  <license>
3564
- <name>Apache Software License, Version 2.0</name>
3565
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3566
- <distribution>repo</distribution>
1998
+ <name>GNU Lesser General Public License, Version 2.1</name>
1999
+ <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
3567
2000
  </license>
3568
2001
  </licenses>
3569
2002
  </dependency>
3570
2003
  <dependency>
3571
- <groupId>org.jboss.ws</groupId>
3572
- <artifactId>jbossws-api</artifactId>
3573
- <version>1.0.0.GA</version>
2004
+ <groupId>org.jboss.spec.javax.security.jacc</groupId>
2005
+ <artifactId>jboss-jacc-api_1.4_spec</artifactId>
2006
+ <version>1.0.2.Final</version>
3574
2007
  <licenses>
3575
2008
  <license>
3576
2009
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3579,9 +2012,9 @@
3579
2012
  </licenses>
3580
2013
  </dependency>
3581
2014
  <dependency>
3582
- <groupId>org.jboss.ws</groupId>
3583
- <artifactId>jbossws-common</artifactId>
3584
- <version>2.0.4.GA</version>
2015
+ <groupId>org.jboss.spec.javax.servlet</groupId>
2016
+ <artifactId>jboss-servlet-api_2.5_spec</artifactId>
2017
+ <version>1.0.1.Final</version>
3585
2018
  <licenses>
3586
2019
  <license>
3587
2020
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3590,9 +2023,9 @@
3590
2023
  </licenses>
3591
2024
  </dependency>
3592
2025
  <dependency>
3593
- <groupId>org.jboss.ws</groupId>
3594
- <artifactId>jbossws-common-tools</artifactId>
3595
- <version>1.0.1.GA</version>
2026
+ <groupId>org.jboss.spec.javax.servlet</groupId>
2027
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
2028
+ <version>1.0.2.Final</version>
3596
2029
  <licenses>
3597
2030
  <license>
3598
2031
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3601,9 +2034,9 @@
3601
2034
  </licenses>
3602
2035
  </dependency>
3603
2036
  <dependency>
3604
- <groupId>org.jboss.ws</groupId>
3605
- <artifactId>jbossws-spi</artifactId>
3606
- <version>2.0.4.GA</version>
2037
+ <groupId>org.jboss.spec.javax.servlet.jsp</groupId>
2038
+ <artifactId>jboss-jsp-api_2.2_spec</artifactId>
2039
+ <version>1.0.1.Final</version>
3607
2040
  <licenses>
3608
2041
  <license>
3609
2042
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3612,9 +2045,9 @@
3612
2045
  </licenses>
3613
2046
  </dependency>
3614
2047
  <dependency>
3615
- <groupId>org.jboss.ws.cxf</groupId>
3616
- <artifactId>jbossws-cxf-client</artifactId>
3617
- <version>4.0.5.GA</version>
2048
+ <groupId>org.jboss.spec.javax.servlet.jstl</groupId>
2049
+ <artifactId>jboss-jstl-api_1.2_spec</artifactId>
2050
+ <version>1.0.3.Final</version>
3618
2051
  <licenses>
3619
2052
  <license>
3620
2053
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3623,9 +2056,9 @@
3623
2056
  </licenses>
3624
2057
  </dependency>
3625
2058
  <dependency>
3626
- <groupId>org.jboss.ws.cxf</groupId>
3627
- <artifactId>jbossws-cxf-factories</artifactId>
3628
- <version>4.0.5.GA</version>
2059
+ <groupId>org.jboss.spec.javax.transaction</groupId>
2060
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
2061
+ <version>1.0.1.Final</version>
3629
2062
  <licenses>
3630
2063
  <license>
3631
2064
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3634,9 +2067,9 @@
3634
2067
  </licenses>
3635
2068
  </dependency>
3636
2069
  <dependency>
3637
- <groupId>org.jboss.ws.cxf</groupId>
3638
- <artifactId>jbossws-cxf-resources</artifactId>
3639
- <version>4.0.5.GA</version>
2070
+ <groupId>org.jboss.spec.javax.xml.bind</groupId>
2071
+ <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
2072
+ <version>1.0.4.Final</version>
3640
2073
  <licenses>
3641
2074
  <license>
3642
2075
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3645,9 +2078,9 @@
3645
2078
  </licenses>
3646
2079
  </dependency>
3647
2080
  <dependency>
3648
- <groupId>org.jboss.ws.cxf</groupId>
3649
- <artifactId>jbossws-cxf-server</artifactId>
3650
- <version>4.0.5.GA</version>
2081
+ <groupId>org.jboss.spec.javax.xml.soap</groupId>
2082
+ <artifactId>jboss-saaj-api_1.3_spec</artifactId>
2083
+ <version>1.0.2.Final</version>
3651
2084
  <licenses>
3652
2085
  <license>
3653
2086
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3656,9 +2089,9 @@
3656
2089
  </licenses>
3657
2090
  </dependency>
3658
2091
  <dependency>
3659
- <groupId>org.jboss.ws.cxf</groupId>
3660
- <artifactId>jbossws-cxf-transports-httpserver</artifactId>
3661
- <version>4.0.5.GA</version>
2092
+ <groupId>org.jboss.spec.javax.xml.ws</groupId>
2093
+ <artifactId>jboss-jaxws-api_2.2_spec</artifactId>
2094
+ <version>2.0.1.Final</version>
3662
2095
  <licenses>
3663
2096
  <license>
3664
2097
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3667,9 +2100,9 @@
3667
2100
  </licenses>
3668
2101
  </dependency>
3669
2102
  <dependency>
3670
- <groupId>org.jboss.ws.native</groupId>
3671
- <artifactId>jbossws-native-core</artifactId>
3672
- <version>4.0.5.GA</version>
2103
+ <groupId>org.jboss.stdio</groupId>
2104
+ <artifactId>jboss-stdio</artifactId>
2105
+ <version>1.0.1.GA</version>
3673
2106
  <licenses>
3674
2107
  <license>
3675
2108
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3678,9 +2111,9 @@
3678
2111
  </licenses>
3679
2112
  </dependency>
3680
2113
  <dependency>
3681
- <groupId>org.jboss.ws.native</groupId>
3682
- <artifactId>jbossws-native-services</artifactId>
3683
- <version>4.0.5.GA</version>
2114
+ <groupId>org.jboss.threads</groupId>
2115
+ <artifactId>jboss-threads</artifactId>
2116
+ <version>2.1.0.Final</version>
3684
2117
  <licenses>
3685
2118
  <license>
3686
2119
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3689,9 +2122,9 @@
3689
2122
  </licenses>
3690
2123
  </dependency>
3691
2124
  <dependency>
3692
- <groupId>org.jboss.ws.projects</groupId>
3693
- <artifactId>jaxws-jboss-httpserver-httpspi</artifactId>
3694
- <version>1.0.1.GA</version>
2125
+ <groupId>org.jboss.web</groupId>
2126
+ <artifactId>jbossweb</artifactId>
2127
+ <version>7.2.0.Final</version>
3695
2128
  <licenses>
3696
2129
  <license>
3697
2130
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3736,7 +2169,7 @@
3736
2169
  <dependency>
3737
2170
  <groupId>org.jgroups</groupId>
3738
2171
  <artifactId>jgroups</artifactId>
3739
- <version>3.0.14.Final</version>
2172
+ <version>3.2.7.Final</version>
3740
2173
  <licenses>
3741
2174
  <license>
3742
2175
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3756,34 +2189,10 @@
3756
2189
  </license>
3757
2190
  </licenses>
3758
2191
  </dependency>
3759
- <dependency>
3760
- <groupId>org.osgi</groupId>
3761
- <artifactId>org.osgi.core</artifactId>
3762
- <version>4.2.0</version>
3763
- <licenses>
3764
- <license>
3765
- <name>Apache Software License, Version 2.0</name>
3766
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3767
- <distribution>repo</distribution>
3768
- </license>
3769
- </licenses>
3770
- </dependency>
3771
- <dependency>
3772
- <groupId>org.osgi</groupId>
3773
- <artifactId>org.osgi.enterprise</artifactId>
3774
- <version>4.2.0</version>
3775
- <licenses>
3776
- <license>
3777
- <name>Apache Software License, Version 2.0</name>
3778
- <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
3779
- <distribution>repo</distribution>
3780
- </license>
3781
- </licenses>
3782
- </dependency>
3783
2192
  <dependency>
3784
2193
  <groupId>org.picketbox</groupId>
3785
2194
  <artifactId>picketbox</artifactId>
3786
- <version>4.0.14.Final</version>
2195
+ <version>4.0.15.Final</version>
3787
2196
  <licenses>
3788
2197
  <license>
3789
2198
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3805,7 +2214,7 @@
3805
2214
  <dependency>
3806
2215
  <groupId>org.picketbox</groupId>
3807
2216
  <artifactId>picketbox-infinispan</artifactId>
3808
- <version>4.0.14.Final</version>
2217
+ <version>4.0.15.Final</version>
3809
2218
  <licenses>
3810
2219
  <license>
3811
2220
  <name>GNU Lesser General Public License, Version 2.1</name>
@@ -3813,28 +2222,6 @@
3813
2222
  </license>
3814
2223
  </licenses>
3815
2224
  </dependency>
3816
- <dependency>
3817
- <groupId>org.picketlink</groupId>
3818
- <artifactId>picketlink-core</artifactId>
3819
- <version>2.1.4.Final</version>
3820
- <licenses>
3821
- <license>
3822
- <name>lgpl</name>
3823
- <url>http://repository.jboss.com/licenses/lgpl.txt</url>
3824
- </license>
3825
- </licenses>
3826
- </dependency>
3827
- <dependency>
3828
- <groupId>org.picketlink.distribution</groupId>
3829
- <artifactId>picketlink-jbas7</artifactId>
3830
- <version>2.1.4.Final</version>
3831
- <licenses>
3832
- <license>
3833
- <name>lgpl</name>
3834
- <url>http://repository.jboss.com/licenses/lgpl.txt</url>
3835
- </license>
3836
- </licenses>
3837
- </dependency>
3838
2225
  <dependency>
3839
2226
  <groupId>org.projectodd.stilts</groupId>
3840
2227
  <artifactId>stilts-stomplet-server-bundle</artifactId>
@@ -3846,25 +2233,14 @@
3846
2233
  </license>
3847
2234
  </licenses>
3848
2235
  </dependency>
3849
- <dependency>
3850
- <groupId>org.python</groupId>
3851
- <artifactId>jython-standalone</artifactId>
3852
- <version>2.5.2</version>
3853
- <licenses>
3854
- <license>
3855
- <name>The Jython License</name>
3856
- <url>http://www.jython.org/license.html</url>
3857
- </license>
3858
- </licenses>
3859
- </dependency>
3860
2236
  <dependency>
3861
2237
  <groupId>org.rhq.helpers</groupId>
3862
2238
  <artifactId>rhq-pluginAnnotations</artifactId>
3863
2239
  <version>3.0.4</version>
3864
2240
  <licenses>
3865
2241
  <license>
3866
- <name>GNU Lesser General Public License, Version 2.1</name>
3867
- <url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
2242
+ <name>GPL</name>
2243
+ <url>http://gnu.org</url>
3868
2244
  </license>
3869
2245
  </licenses>
3870
2246
  </dependency>
@@ -3883,7 +2259,7 @@
3883
2259
  <dependency>
3884
2260
  <groupId>org.slf4j</groupId>
3885
2261
  <artifactId>jcl-over-slf4j</artifactId>
3886
- <version>1.6.1</version>
2262
+ <version>1.7.2</version>
3887
2263
  <licenses>
3888
2264
  <license>
3889
2265
  <name>The MIT License</name>
@@ -3895,7 +2271,7 @@
3895
2271
  <dependency>
3896
2272
  <groupId>org.slf4j</groupId>
3897
2273
  <artifactId>slf4j-api</artifactId>
3898
- <version>1.6.1</version>
2274
+ <version>1.7.2</version>
3899
2275
  <licenses>
3900
2276
  <license>
3901
2277
  <name>The MIT License</name>
@@ -3907,7 +2283,7 @@
3907
2283
  <dependency>
3908
2284
  <groupId>org.slf4j</groupId>
3909
2285
  <artifactId>slf4j-ext</artifactId>
3910
- <version>1.6.1</version>
2286
+ <version>1.7.2</version>
3911
2287
  <licenses>
3912
2288
  <license>
3913
2289
  <name>The MIT License</name>