Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2018 19:33:57 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483171 - in head/java: . wildfly14 wildfly14/files
Message-ID:  <201810271933.w9RJXvd5098080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 27 19:33:56 2018
New Revision: 483171
URL: https://svnweb.freebsd.org/changeset/ports/483171

Log:
  New port: java/wildfly14
  
  WildFly is a flexible, lightweight, managed application
  runtime that helps you build amazing applications.
  WildFly - new name for JBoss Application Server
  
  Fast Startup
  Small Footprint
  Modular Design
  Unified Configuration and Management
  
  And of course Java EE!
  
  WWW: http://wildfly.org
  
  PR:		232354
  Submitted by:	Simeo Reig <reig.simeo@gmail.com>
  Approved by:	yerenkow@gmail.com (maintainer wildfly11)

Added:
  head/java/wildfly14/
     - copied from r483105, head/java/wildfly11/
  head/java/wildfly14/files/wildfly14.in
     - copied, changed from r483105, head/java/wildfly11/files/wildfly11.in
Deleted:
  head/java/wildfly14/files/patch-bin_add-user.sh
  head/java/wildfly14/files/wildfly11.in
Modified:
  head/java/Makefile
  head/java/wildfly14/Makefile
  head/java/wildfly14/distinfo
  head/java/wildfly14/pkg-plist

Modified: head/java/Makefile
==============================================================================
--- head/java/Makefile	Sat Oct 27 19:00:51 2018	(r483170)
+++ head/java/Makefile	Sat Oct 27 19:33:56 2018	(r483171)
@@ -131,6 +131,7 @@
     SUBDIR += wildfly11
     SUBDIR += wildfly12
     SUBDIR += wildfly13
+    SUBDIR += wildfly14
     SUBDIR += wildfly90
     SUBDIR += xdoclet
 

Modified: head/java/wildfly14/Makefile
==============================================================================
--- head/java/wildfly11/Makefile	Sat Oct 27 03:05:02 2018	(r483105)
+++ head/java/wildfly14/Makefile	Sat Oct 27 19:33:56 2018	(r483171)
@@ -1,20 +1,19 @@
-# Created by: Alexander Yerenkow <yerenkow@gmail.com>
 # $FreeBSD$
 
-PORTNAME=	wildfly11
-PORTVERSION=	11.0.0
+PORTNAME=	wildfly14
+PORTVERSION=	14.0.1
 CATEGORIES=	java www
 MASTER_SITES=	http://download.jboss.org/wildfly/${WILDFLY_VERSION}/
 DISTNAME=	wildfly-${WILDFLY_VERSION}
 
-MAINTAINER=	yerenkow@gmail.com
+MAINTAINER=	reig.simeo@gmail.com
 COMMENT=	Replacement for JBoss Application Server
 
 LICENSE=	GPLv2
 
-USE_RC_SUBR=	wildfly11
+USE_RC_SUBR=	wildfly14
 USE_JAVA=	yes
-JAVA_VERSION=	1.7+
+JAVA_VERSION=	1.8+
 USER=		www
 GROUP=		www
 VAR_DIR?=	/var
@@ -54,14 +53,9 @@ CONFIG_FILES=	appclient/configuration/appclient.xml \
 		standalone/configuration/standalone-load-balancer.xml \
 		standalone/configuration/standalone.xml
 
-post-patch:
-	${RM} ${WRKSRC}/bin/add-user.sh.orig
-
 do-build:
 	${RM} ${WRKSRC}/bin/*.bat
 	${RM} ${WRKSRC}/bin/*.ps1
-	${RM} -r ${WRKSRC}/bin/service
-	${RM} -r ${WRKSRC}/bin/init.d
 
 do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/${PORTNAME}

Modified: head/java/wildfly14/distinfo
==============================================================================
--- head/java/wildfly11/distinfo	Sat Oct 27 03:05:02 2018	(r483105)
+++ head/java/wildfly14/distinfo	Sat Oct 27 19:33:56 2018	(r483171)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509054985
-SHA256 (wildfly-11.0.0.Final.tar.gz) = a2f5fb4187369196003e31eb086f0a1f7bfc0645a3a61a53ed20ab5853481e71
-SIZE (wildfly-11.0.0.Final.tar.gz) = 158031524
+TIMESTAMP = 1539770431
+SHA256 (wildfly-14.0.1.Final.tar.gz) = e12092ec6a6e048bf696d5a23c3674928b41ddc3f810016ef3e7354ad79fc746
+SIZE (wildfly-14.0.1.Final.tar.gz) = 178343287

Copied and modified: head/java/wildfly14/files/wildfly14.in (from r483105, head/java/wildfly11/files/wildfly11.in)
==============================================================================
--- head/java/wildfly11/files/wildfly11.in	Sat Oct 27 03:05:02 2018	(r483105, copy source)
+++ head/java/wildfly14/files/wildfly14.in	Sat Oct 27 19:33:56 2018	(r483171)
@@ -3,7 +3,6 @@
 # %%APP_SHORTNAME%% startup script.
 #
 # $FreeBSD$
-#
 
 # PROVIDE: %%APP_SHORTNAME%%
 # REQUIRE: NETWORKING SERVERS
@@ -42,7 +41,7 @@ status_cmd="%%APP_SHORTNAME%%_status"
 
 WILDFLY_HOME="%%APP_HOME%%"
 #minimal requirements must be set for our javavmwrapper
-JAVA_VERSION="1.7+"
+JAVA_VERSION="1.8+"
 export JAVA_VERSION
 
 %%APP_SHORTNAME%%_start ()

Modified: head/java/wildfly14/pkg-plist
==============================================================================
--- head/java/wildfly11/pkg-plist	Sat Oct 27 03:05:02 2018	(r483105)
+++ head/java/wildfly14/pkg-plist	Sat Oct 27 19:33:56 2018	(r483171)
@@ -23,8 +23,8 @@
 @sample %%APP_HOME%%/standalone/configuration/standalone-ha.xml.sample
 @sample %%APP_HOME%%/standalone/configuration/standalone.xml.sample
 @sample %%APP_HOME%%/standalone/configuration/standalone-load-balancer.xml.sample
-%%APP_HOME%%/standalone/deployments/README.txt
 @mode 700
+@dir %%APP_HOME%%/.well-known/acme-challenge
 @dir %%APP_HOME%%/standalone/tmp/auth
 @dir %%APP_HOME%%/standalone/tmp
 @dir %%APP_HOME%%/standalone/lib/ext
@@ -34,8 +34,6 @@
 @dir %%APP_HOME%%/standalone
 @dir %%APP_HOME%%/domain/tmp/auth
 @dir %%APP_HOME%%/domain/tmp
-@dir %%APP_HOME%%/domain/data/content
-@dir %%APP_HOME%%/domain/data
 @dir %%APP_HOME%%/domain/configuration
 @dir %%APP_HOME%%/domain
 @dir %%APP_HOME%%/appclient/configuration
@@ -43,6 +41,8 @@
 @owner
 @group
 @mode
+%%APP_HOME%%/.galleon/provisioned.xml
+%%APP_HOME%%/.galleon/provisioning.xml
 %%APP_HOME%%/LICENSE.txt
 %%APP_HOME%%/README.txt
 %%APP_HOME%%/bin/.jbossclirc
@@ -60,6 +60,7 @@
 %%APP_HOME%%/bin/standalone.conf
 @(,,555) %%APP_HOME%%/bin/add-user.sh
 @(,,555) %%APP_HOME%%/bin/appclient.sh
+@(,,555) %%APP_HOME%%/bin/common.sh
 @(,,555) %%APP_HOME%%/bin/domain.sh
 @(,,555) %%APP_HOME%%/bin/jboss-cli.sh
 @(,,555) %%APP_HOME%%/bin/jconsole.sh
@@ -68,7 +69,7 @@
 @(,,555) %%APP_HOME%%/bin/vault.sh
 @(,,555) %%APP_HOME%%/bin/wsconsume.sh
 @(,,555) %%APP_HOME%%/bin/wsprovide.sh
-%%APP_HOME%%/bin/elytron-tool.sh
+@(,,555) %%APP_HOME%%/bin/elytron-tool.sh
 %%APP_HOME%%/bin/wildfly-elytron-tool.jar
 %%APP_HOME%%/copyright.txt
 %%APP_HOME%%/docs/contrib/scripts/README.md
@@ -107,6 +108,7 @@
 %%APP_HOME%%/docs/licenses/core-feature-pack-licenses.html
 %%APP_HOME%%/docs/licenses/core-feature-pack-licenses.xml
 %%APP_HOME%%/docs/licenses/creative commons attribution 2.5.html
+%%APP_HOME%%/docs/licenses/creative commons zero v1.0 universal.txt
 %%APP_HOME%%/docs/licenses/eclipse distribution license, version 1.0.txt
 %%APP_HOME%%/docs/licenses/eclipse public license 1.0.txt
 %%APP_HOME%%/docs/licenses/full-feature-pack-licenses.html
@@ -117,9 +119,9 @@
 %%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 only.txt
 %%APP_HOME%%/docs/licenses/gnu lesser general public license v2.1 or later.txt
 %%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 only.txt
+%%APP_HOME%%/docs/licenses/gnu lesser general public license v3.0 or later.txt
 %%APP_HOME%%/docs/licenses/gnu library general public license v2 only.txt
 %%APP_HOME%%/docs/licenses/indiana university extreme lab software license 1.1.1.html
-%%APP_HOME%%/docs/licenses/licenses-merged.xsl
 %%APP_HOME%%/docs/licenses/licenses.css
 %%APP_HOME%%/docs/licenses/licenses.html
 %%APP_HOME%%/docs/licenses/licenses.xml
@@ -149,6 +151,8 @@
 %%APP_HOME%%/docs/schema/ejb-jar_3_2.xsd
 %%APP_HOME%%/docs/schema/elytron-1_0.xsd
 %%APP_HOME%%/docs/schema/elytron-1_0_1.xsd
+%%APP_HOME%%/docs/schema/elytron-client-1_1.xsd
+%%APP_HOME%%/docs/schema/elytron-client-1_2.xsd
 %%APP_HOME%%/docs/schema/j2ee_1_4.xsd
 %%APP_HOME%%/docs/schema/j2ee_jaxrpc_mapping_1_1.xsd
 %%APP_HOME%%/docs/schema/j2ee_web_services_1_1.xsd
@@ -211,6 +215,9 @@
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_3_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-infinispan_4_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-infinispan_5_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-infinispan_6_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-infinispan_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jacorb_1_2.xsd
@@ -228,6 +235,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_3_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jgroups_5_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-jgroups_6_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jmx_1_2.xsd
@@ -235,6 +243,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-jpa_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jpa_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jsf_1_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-jsf_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-jsr77_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-logging_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-logging_1_1.xsd
@@ -244,6 +253,9 @@
 %%APP_HOME%%/docs/schema/jboss-as-logging_1_5.xsd
 %%APP_HOME%%/docs/schema/jboss-as-logging_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-logging_3_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-logging_4_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-logging_5_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-logging_6_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-mail_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-mail_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-mail_1_2.xsd
@@ -260,6 +272,7 @@
 %%APP_HOME%%/docs/schema/jboss-as-mod-cluster_1_2.xsd
 %%APP_HOME%%/docs/schema/jboss-as-mod-cluster_2_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-mod-cluster_3_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-mod-cluster_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-naming_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-naming_1_1.xsd
 %%APP_HOME%%/docs/schema/jboss-as-naming_1_2.xsd
@@ -304,9 +317,11 @@
 %%APP_HOME%%/docs/schema/jboss-as-weld_4_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-xts_1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-as-xts_2_0.xsd
+%%APP_HOME%%/docs/schema/jboss-as-xts_3_0.xsd
 %%APP_HOME%%/docs/schema/jboss-client_6_0.xsd
 %%APP_HOME%%/docs/schema/jboss-common_5_1.xsd
 %%APP_HOME%%/docs/schema/jboss-common_6_0.xsd
+%%APP_HOME%%/docs/schema/jboss-common_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-deployment-dependencies-1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-deployment-structure-1_0.xsd
 %%APP_HOME%%/docs/schema/jboss-deployment-structure-1_1.xsd
@@ -333,7 +348,9 @@
 %%APP_HOME%%/docs/schema/jboss-remoting_5_0.xsd
 %%APP_HOME%%/docs/schema/jboss-service_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-web_10_0.xsd
+%%APP_HOME%%/docs/schema/jboss-web_10_1.xsd
 %%APP_HOME%%/docs/schema/jboss-web_11_0.xsd
+%%APP_HOME%%/docs/schema/jboss-web_12_0.xsd
 %%APP_HOME%%/docs/schema/jboss-web_7_0.xsd
 %%APP_HOME%%/docs/schema/jboss-web_7_1.xsd
 %%APP_HOME%%/docs/schema/jboss-web_7_2.xsd
@@ -354,6 +371,8 @@
 %%APP_HOME%%/docs/schema/module-1_3.xsd
 %%APP_HOME%%/docs/schema/module-1_5.xsd
 %%APP_HOME%%/docs/schema/module-1_6.xsd
+%%APP_HOME%%/docs/schema/module-1_7.xsd
+%%APP_HOME%%/docs/schema/module-1_8.xsd
 %%APP_HOME%%/docs/schema/orm_1_0.xsd
 %%APP_HOME%%/docs/schema/persistence_1_0.xsd
 %%APP_HOME%%/docs/schema/persistence_2_0.xsd
@@ -365,22 +384,27 @@
 %%APP_HOME%%/docs/schema/web-app_2_5.xsd
 %%APP_HOME%%/docs/schema/web-app_3_0.xsd
 %%APP_HOME%%/docs/schema/web-app_3_1.xsd
+%%APP_HOME%%/docs/schema/web-app_4_0.xsd
 %%APP_HOME%%/docs/schema/web-common_3_0.xsd
 %%APP_HOME%%/docs/schema/web-common_3_1.xsd
+%%APP_HOME%%/docs/schema/web-common_4_0.xsd
 %%APP_HOME%%/docs/schema/web-facelettaglibrary_2_2.xsd
 %%APP_HOME%%/docs/schema/web-facesconfig_1_2.xsd
 %%APP_HOME%%/docs/schema/web-facesconfig_2_2.xsd
 %%APP_HOME%%/docs/schema/web-fragment_3_0.xsd
 %%APP_HOME%%/docs/schema/web-fragment_3_1.xsd
+%%APP_HOME%%/docs/schema/web-fragment_4_0.xsd
 %%APP_HOME%%/docs/schema/web-jsptaglibrary_2_0.xsd
 %%APP_HOME%%/docs/schema/web-jsptaglibrary_2_1.xsd
 %%APP_HOME%%/docs/schema/web-partialresponse_2_2.xsd
+%%APP_HOME%%/docs/schema/wildfly-agroal_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-batch-jberet_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-batch-jberet_2_0.xsd
-%%APP_HOME%%/docs/schema/wildfly-batch_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-bean-validation_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-cli_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-cli_3_1.xsd
+%%APP_HOME%%/docs/schema/wildfly-cli_3_2.xsd
+%%APP_HOME%%/docs/schema/wildfly-cli_3_3.xsd
 %%APP_HOME%%/docs/schema/wildfly-client-ejb_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-client_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-config_3_0.xsd
@@ -388,12 +412,16 @@
 %%APP_HOME%%/docs/schema/wildfly-config_4_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-config_4_2.xsd
 %%APP_HOME%%/docs/schema/wildfly-config_5_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-config_6_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-config_7_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-config_8_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-core-management_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-datasources_5_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-discovery_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-ee-security_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-ejb-timer_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-ejb3_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-ejb3_4_0.xsd
@@ -401,11 +429,16 @@
 %%APP_HOME%%/docs/schema/wildfly-elytron_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-elytron_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-elytron_1_2.xsd
+%%APP_HOME%%/docs/schema/wildfly-elytron_2_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-elytron_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-elytron_4_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-http-client_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-iiop-openjdk_2_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-iiop-openjdk_2_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-io_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-io_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-io_2_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-io_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-jca_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-jca_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-jca_4_0.xsd
@@ -415,6 +448,11 @@
 %%APP_HOME%%/docs/schema/wildfly-messaging-activemq-deployment_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-messaging-activemq_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-messaging-activemq_2_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-messaging-activemq_3_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-messaging-activemq_4_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-microprofile-config-smallrye_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-microprofile-health-smallrye_1_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-microprofile-opentracing_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-picketlink-federation_2_0.xsd
@@ -436,6 +474,7 @@
 %%APP_HOME%%/docs/schema/wildfly-threads_2_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-txn_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-txn_4_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-txn_5_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_1_2.xsd
@@ -443,174 +482,237 @@
 %%APP_HOME%%/docs/schema/wildfly-undertow_3_0.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_3_1.xsd
 %%APP_HOME%%/docs/schema/wildfly-undertow_4_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-undertow_5_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-undertow_6_0.xsd
+%%APP_HOME%%/docs/schema/wildfly-undertow_7_0.xsd
 %%APP_HOME%%/docs/schema/xml.xsd
 %%APP_HOME%%/docs/schema/xnio_3_5.xsd
 %%APP_HOME%%/jboss-modules.jar
-%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-3.3.1.jar
+%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-6.2.1.jar
+%%APP_HOME%%/modules/system/layers/base/asm/asm/main/asm-util-6.2.1.jar
 %%APP_HOME%%/modules/system/layers/base/asm/asm/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/cal10n-api-0.8.1.jar
 %%APP_HOME%%/modules/system/layers/base/ch/qos/cal10n/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.3.3.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/classmate-1.3.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/classmate/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/jackson-annotations-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/jackson-core-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/jackson-databind-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/jackson-datatype-jdk8-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/jackson-datatype-jsr310-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.8.9.jar
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.8.9.jar
-%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.8.9.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-base-2.9.5.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-jaxrs-json-provider-2.9.5.jar
+%%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/jackson-module-jaxb-annotations-2.9.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/github/ben-manes/caffeine/main/caffeine-2.6.2.jar
+%%APP_HOME%%/modules/system/layers/base/com/github/ben-manes/caffeine/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/github/fge/jackson-coreutils/main/jackson-coreutils-1.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/github/fge/json-patch/main/json-patch-1.3.jar
+%%APP_HOME%%/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/github/relaxng/main/relaxngDatatype-2011.1.jar
 %%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/compiler-0.9.4.jar
 %%APP_HOME%%/modules/system/layers/base/com/github/spullara/mustache/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/google/guava/main/guava-20.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/google/code/gson/main/gson-2.8.2.jar
+%%APP_HOME%%/modules/system/layers/base/com/google/code/gson/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/google/guava/main/guava-25.0-jre.jar
 %%APP_HOME%%/modules/system/layers/base/com/google/guava/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/googlecode/javaewah/main/JavaEWAH-1.1.6.jar
+%%APP_HOME%%/modules/system/layers/base/com/googlecode/javaewah/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/h2-1.4.193.jar
 %%APP_HOME%%/modules/system/layers/base/com/h2database/h2/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/microsoft/azure/storage/main/azure-storage-5.0.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/jcraft/jsch/main/jsch-0.1.54.jar
+%%APP_HOME%%/modules/system/layers/base/com/jcraft/jsch/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/jcraft/jzlib/main/jzlib-1.1.1.jar
+%%APP_HOME%%/modules/system/layers/base/com/jcraft/jzlib/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/microsoft/azure/storage/main/azure-storage-6.1.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/microsoft/azure/storage/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-2.21.jar
-%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-2.21.jar
+%%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/okhttp-3.9.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/squareup/okhttp3/main/okio-1.13.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-runtime-3.0.5.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/istack-commons-tools-3.0.5.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/istack/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.2.13.SP4.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/jsf-impl-2.3.5.SP2.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/jsf-impl/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.2.11.jbossorg-1.jar
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-core-2.2.11.jbossorg-1.jar
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.2.11.jbossorg-1.jar
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.2.11.jbossorg-1.jar
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.2.11.jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/codemodel-2.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-core-2.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-jxc-2.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-runtime-2.3.0.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/jaxb-xjc-2.3.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.2.11.jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/bind/main/rngom-2.3.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/FastInfoset-1.2.13.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/fastinfoset/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/messaging/saaj/main/saaj-impl-1.3.16-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-2.2.11.jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xml/txw2/main/txw2-2.3.0.jar
 %%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-20140925.jar
+%%APP_HOME%%/modules/system/layers/base/com/sun/xsom/main/xsom-2.3.0.jar
 %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/java-getopt-1.0.13.jar
 %%APP_HOME%%/modules/system/layers/base/gnu/getopt/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/ibm/jdk/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/agroal/main/agroal-api-1.1.jar
+%%APP_HOME%%/modules/system/layers/base/io/agroal/main/agroal-narayana-1.1.jar
+%%APP_HOME%%/modules/system/layers/base/io/agroal/main/agroal-pool-1.1.jar
+%%APP_HOME%%/modules/system/layers/base/io/agroal/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger-core/main/jaeger-core-0.30.6.jar
+%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger-core/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger-thrift/main/jaeger-thrift-0.30.6.jar
+%%APP_HOME%%/modules/system/layers/base/io/jaegertracing/jaeger-thrift/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/io/netty/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.1.9.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/netty/main/netty-all-4.1.25.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-concurrent/main/opentracing-concurrent-0.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-jaxrs2/main/opentracing-jaxrs2-0.1.7.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-tracerresolver/main/opentracing-tracerresolver-0.1.5.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/contrib/opentracing-web-servlet-filter/main/opentracing-web-servlet-filter-0.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-api/main/opentracing-api-0.31.0.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-noop/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-noop/main/opentracing-noop-0.31.0.jar
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-util/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/opentracing/opentracing-util/main/opentracing-util-0.31.0.jar
+%%APP_HOME%%/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/reactivex/rxjava2/rxjava/main/rxjava-2.1.16.jar
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/config/main/smallrye-config-1.3.3.jar
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/health/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/health/main/smallrye-health-1.0.2.jar
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/opentracing/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/io/smallrye/opentracing/main/smallrye-opentracing-1.1.1.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-1.4.18.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/core/main/undertow-core-2.0.13.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/io/undertow/js/main/undertow-js-1.0.2.Final.jar
-%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/jastow-2.0.5.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/jsp/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-1.4.18.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/servlet/main/undertow-servlet-2.0.13.Final.jar
 %%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-1.4.18.Final.jar
+%%APP_HOME%%/modules/system/layers/base/io/undertow/websocket/main/undertow-websockets-jsr-2.0.13.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javaee/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/activation-1.1.1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/activation/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.2_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/jboss-annotations-api_1.3_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/annotation/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/jboss-batch-api_1.0_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/batch/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/jboss-ejb-api_3.2_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/ejb/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.9.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/el/api/main/jboss-el-api_3.0_spec-1.0.12.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/el/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/cdi-api-1.2.jar
+%%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/cdi-api-2.0.SP1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/enterprise/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/jboss-concurrency-api_1.0_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/enterprise/concurrent/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.2_spec-2.2.13.jar
+%%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/jboss-jsf-api_2.3_spec-2.3.5.SP1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/faces/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/javax.inject-1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/inject/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/jboss-interceptors-api_1.2_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/interceptor/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/jboss-jms-api_2.0_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/jms/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/javax/json/api/main/javax.json-api-1.1.2.jar
 %%APP_HOME%%/modules/system/layers/base/javax/json/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/javax/json/bind/api/main/javax.json.bind-api-1.0.jar
+%%APP_HOME%%/modules/system/layers/base/javax/json/bind/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/jsr181-api-1.0-MR1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/jws/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.5.6.jar
+%%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/javax.mail-1.6.1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/mail/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/jboss-j2eemgmt-api_1.1_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/management/j2ee/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.0.8.Final.jar
-%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/hibernate-jpa-2.1-api-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/orb/api/main/openjdk-orb-8.1.2.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/javax.persistence-api-2.2.jar
 %%APP_HOME%%/modules/system/layers/base/javax/persistence/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/jboss-connector-api_1.7_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/resource/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/rmi/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/jboss-jaspi-api_1.1_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/security/auth/message/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/security/enterprise/api/main/javax.security.enterprise-api-1.0.jar
+%%APP_HOME%%/modules/system/layers/base/javax/security/enterprise/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/jboss-jacc-api_1.5_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/security/jacc/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_3.1_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/jboss-servlet-api_4.0_spec-1.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/jboss-jsp-api_2.3_spec-1.0.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jsp/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-compat-1.2.6-RC1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-impl-1.2.6-RC1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/servlet/jstl/api/main/taglibs-standard-spec-1.2.6-RC1.jar
 %%APP_HOME%%/modules/system/layers/base/javax/sql/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/jboss-transaction-api_1.2_spec-1.1.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/transaction/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-1.1.0.Final.jar
-%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.1_spec-1.1.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/validation/api/main/validation-api-2.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/jboss-websocket-api_1.1_spec-1.1.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/websocket/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jboss-jaxrs-api_2.0_spec-1.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/jboss-jaxrs-api_2.1_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/ws/rs/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/wsdl4j/api/main/wsdl4j-1.6.3.jar
-%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.2_spec-1.0.4.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/jboss-jaxb-api_2.3_spec-1.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/xml/bind/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/jboss-jaxrpc-api_1.1_spec-1.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/xml/rpc/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.4.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/jboss-saaj-api_1.3_spec-1.0.6.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/xml/soap/api/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/javax/xml/stream/api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.2_spec-2.0.4.Final.jar
+%%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/jboss-jaxws-api_2.3_spec-1.0.0.Final.jar
 %%APP_HOME%%/modules/system/layers/base/javax/xml/ws/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/net/bytebuddy/main/byte-buddy-1.8.17.jar
+%%APP_HOME%%/modules/system/layers/base/net/bytebuddy/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/net/jcip/main/jcip-annotations-1.0.jar
 %%APP_HOME%%/modules/system/layers/base/net/jcip/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/nu/xom/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/nu/xom/main/xom-1.2.10.jar
+%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-1.7.jar
+%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-extensions-1.6.jar
+%%APP_HOME%%/modules/system/layers/base/org/aesh/main/aesh-readline-1.10.jar
+%%APP_HOME%%/modules/system/layers/base/org/aesh/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/antlr/main/antlr-2.7.7.jar
 %%APP_HOME%%/modules/system/layers/base/org/antlr/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-commons-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-journal-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-native-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-commons-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-journal-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/artemis-native-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-i686/libartemis-native-32.so
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/lib/linux-x86_64/libartemis-native-64.so
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/journal/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jdbc-store-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-1.5.5.jbossorg-008.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-service-extensions-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-cli-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-core-client-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-dto-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-hqclient-protocol-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jdbc-store-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-client-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-jms-server-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-selector-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-server-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-service-extensions-2.6.3.jbossorg-001.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/artemis-tools-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/artemis-amqp-protocol-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/amqp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/artemis-hornetq-protocol-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/hornetq/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/artemis-stomp-protocol-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/protocol/stomp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-1.5.5.jbossorg-008.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/artemis-ra-2.6.3.jbossorg-001.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/activemq/artemis/ra/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/avro-1.7.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/avro/main/module.xml
@@ -626,100 +728,100 @@
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/io/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/commons-lang-2.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang3/main/commons-lang3-3.6.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/commons/lang3/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/commons/logging/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/commons-pool-1.6.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/commons/pool/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-object-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-features-clustering-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.12-jandex.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.1.12.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-bug986-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-runtime-3.0.5.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.0.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-coloc-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-soap-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-bindings-xml-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-aegis-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-databinding-jaxb-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-features-clustering-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-jaxws-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-frontend-simple-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-management-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-security-saml-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-http-hc-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-jms-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-transports-local-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-addr-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-mex-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-policy-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-ws-rm-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-rt-wsdl-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-services-ws-discovery-api-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-common-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-java2ws-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-validator-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-core-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-databinding-jaxb-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-tools-wsdlto-frontend-jaxws-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-boolean-3.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-bug986-3.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-dv-3.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-runtime-3.1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/cxf-xjc-ts-3.1.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/impl/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.1.12.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-core-3.2.5-jbossorg-1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/cxf-rt-features-logging-3.2.5-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/cxf-services-sts-core-3.1.12.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/cxf-services-sts-core-3.2.5-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.1.12-jandex.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.1.12.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/cxf-rt-ws-security-3.2.5-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.2.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpclient-4.5.2.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-4.4.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpclient-4.5.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/httpcore-4.4.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/core/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpasyncclient-4.1.3.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpcore-nio-4.4.4.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/httpmime-4.5.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/httpcomponents/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/apache-mime4j-0.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/log4j/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.3.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.3.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-backward-codecs-5.5.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/lucene-misc-5.5.5.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/internal/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.3.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.3.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.3.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.3.1.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.3.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-analyzers-common-5.5.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-core-5.5.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-facet-5.5.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queries-5.5.5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/lucene-queryparser-5.5.5.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/lucene/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.0.3.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/neethi/main/neethi-3.1.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/jipijapa-openjpa-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/openjpa/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.8.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-jms-0.8.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/qpid/proton/main/proton-j-0.16.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.0.8.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/santuario/xmlsec/main/xmlsec-2.1.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/thrift/main/libthrift-0.11.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/thrift/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-1.7.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/velocity/main/velocity-engine-core-2.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/jasypt-1.9.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.1.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.1.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.1.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.1.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.1.10.jar
-%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.1.10.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-bindings-2.2.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-policy-2.2.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-common-2.2.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-dom-2.2.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-policy-stax-2.2.2.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/ws/security/main/wss4j-ws-security-stax-2.2.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/ws/xmlschema/main/xmlschema-core-2.2.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/serializer-2.7.1.jbossorg-4.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xalan/main/xalan-2.7.1.jbossorg-4.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.11.0.SP5.jar
+%%APP_HOME%%/modules/system/layers/base/org/apache/xerces/main/xercesImpl-2.12.0.SP02.jar
 %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/apache/xml-resolver/main/xml-resolver-1.2.jar
-%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.56.jar
-%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.56.jar
-%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.56.jar
+%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcmail-jdk15on-1.60.jar
+%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcpkix-jdk15on-1.60.jar
+%%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/bcprov-jdk15on-1.60.jar
 %%APP_HOME%%/modules/system/layers/base/org/bouncycastle/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/jackson-core-asl-1.9.13.jar
 %%APP_HOME%%/modules/system/layers/base/org/codehaus/jackson/jackson-core-asl/main/module.xml
@@ -738,333 +840,358 @@
 %%APP_HOME%%/modules/system/layers/base/org/dom4j/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/ecj-4.6.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/jdt/ecj/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/jgit/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/jgit/main/org.eclipse.jgit-5.0.2.201807311906-r.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/config/api/main/microprofile-config-api-1.3.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/config/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/health/api/main/microprofile-health-api-1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/health/api/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/microprofile-opentracing-api-1.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/opentracing/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/restclient/main/microprofile-rest-client-api-1.0.1.jar
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/microprofile/restclient/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/jipijapa-eclipselink-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/eclipse/persistence/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/yasson/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/eclipse/yasson/main/yasson-1.0.1.jar
 %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/jansi-1.16.jar
 %%APP_HOME%%/modules/system/layers/base/org/fusesource/jansi/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/javax.el-impl-3.0.1-b08-jbossorg-1.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/el/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/javax.enterprise.concurrent-1.0.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/enterprise/concurrent/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.0.4.jar
+%%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/javax.json-1.1.2.jar
 %%APP_HOME%%/modules/system/layers/base/org/glassfish/javax/json/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/glassfish/soteria/main/javax.security.enterprise-1.0.jar
+%%APP_HOME%%/modules/system/layers/base/org/glassfish/soteria/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/jipijapa-hibernate4-1-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.1/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/4.3/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/5.0/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/5.3/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/bytecodetransformer/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/bytecodetransformer/main/wildfly-ormtransformer-14.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/hibernate-commons-annotations-5.0.4.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/commons-annotations/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/envers/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/hibernate-infinispan-5.1.10.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/jipijapa-hibernate4-3-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate4-3/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-14.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/jipijapa-hibernate5-3-legacy-14.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5-3/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-14.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/jipijapa-hibernate5-legacy-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/jipijapa-hibernate5/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.1.10.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-entitymanager-5.1.10.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.1.10.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-java8-5.1.10.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-core-5.3.6.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/main/hibernate-envers-5.3.6.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/hibernate-search-backend-jgroups-5.5.8.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jgroups/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.5.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/hibernate-search-backend-jms-5.10.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/backend-jms/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.5.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/hibernate-search-engine-5.10.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/engine/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.5.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/hibernate-search-orm-5.10.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/orm/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.5.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/hibernate-search-serialization-avro-5.10.3.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/search/serialization-avro/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-5.3.5.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/hibernate-validator-cdi-6.0.13.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/cdi/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-5.3.5.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/hibernate-validator-6.0.13.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hibernate/validator/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-commons-2.4.7.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-core-client-2.4.7.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/hornetq-jms-client-2.4.7.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/hornetq/client/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/infinispan-cachestore-jdbc-8.2.8.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/jdbc/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/infinispan-cachestore-remote-8.2.8.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/cachestore/remote/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-8.2.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/infinispan-client-hotrod-9.3.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/client/hotrod/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-8.2.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/infinispan-commons-9.3.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/commons/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-8.2.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-commons-9.3.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-spi-9.3.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/infinispan-hibernate-cache-v53-9.3.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/hibernate-cache/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/main/infinispan-core-9.3.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.20.0-GA.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/jdbc/main/infinispan-cachestore-jdbc-9.3.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/jdbc/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/remote/main/infinispan-cachestore-remote-9.3.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/infinispan/persistence/remote/main/module.xml
+%%APP_HOME%%/modules/system/layers/base/org/javassist/main/javassist-3.23.1-GA.jar
 %%APP_HOME%%/modules/system/layers/base/org/javassist/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/jaxen-1.1.6.jar
 %%APP_HOME%%/modules/system/layers/base/org/jaxen/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.2.4.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/jberet-core-1.3.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jberet/jberet-core/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/aesh-0.66.19.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/aesh/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/appclient/main/wildfly-appclient-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cli/main/wildfly-cli-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/common/main/wildfly-clustering-common-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/ejb3/infinispan/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/infinispan/main/wildfly-clustering-infinispan-extension-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/jgroups/main/wildfly-clustering-jgroups-extension-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/clustering/web/infinispan/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/cmp/main/wildfly-cmp-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/wildfly-configadmin-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/configadmin/main/wildfly-configadmin-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/connector/main/wildfly-connector-14.0.1.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/hal-console-3.0.6.Final-resources.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/console/main/release-stream-2.9.15.Final-resources.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller-client/main/wildfly-controller-client-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/controller/main/wildfly-controller-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security-api/main/wildfly-core-security-api-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/core-security/main/wildfly-core-security-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-repository/main/wildfly-deployment-repository-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/deployment-scanner/main/wildfly-deployment-scanner-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-add-user/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-error-context/main/wildfly-domain-http-error-context-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-http-interface/main/wildfly-domain-http-interface-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/domain-management/main/wildfly-domain-management-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ee/main/wildfly-ee-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/timers/timer-sql.properties
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/ejb3/main/wildfly-ejb3-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/host-controller/main/wildfly-host-controller-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jacorb/main/wildfly-jacorb-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxr/main/wildfly-jaxr-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jaxrs/main/wildfly-jaxrs-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/resources/plugins.properties
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jdr/main/wildfly-jdr-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-3.0.8.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jmx/main/wildfly-jmx-6.0.2.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/hibernate/4/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/main/wildfly-jpa-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/openjpa/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-11.0.0.Final.jar
+%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/jipijapa-spi-14.0.1.Final.jar
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jpa/spi/main/module.xml
 %%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/module.xml
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/weld-core-jsf-2.4.3.Final.jar
-%%APP_HOME%%/modules/system/layers/base/org/jboss/as/jsf-injection/main/wildfly-jsf-injection-11.0.0.Final.jar

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810271933.w9RJXvd5098080>