Last active
May 12, 2017 14:55
-
-
Save amusarra/0c06b26dd465f8da2479abe8bd4f5a8f to your computer and use it in GitHub Desktop.
How to install Liferay 7 on JBoss EAP 6.4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<module name="com.liferay.portal" xmlns="urn:jboss:module:1.0"> | |
<resources> | |
<resource-root path="com.liferay.registry.api-1.1.1.jar" /> | |
<resource-root path="hsql.jar" /> | |
<resource-root path="portal-kernel.jar" /> | |
<resource-root path="portlet.jar" /> | |
<resource-root path="ojdbc8.jar" /> | |
</resources> | |
<dependencies> | |
<module name="javax.api" /> | |
<module name="javax.mail.api" /> | |
<module name="javax.servlet.api" /> | |
<module name="javax.servlet.jsp.api" /> | |
<module name="javax.transaction.api" /> | |
</dependencies> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment