Created
June 24, 2018 14:27
-
-
Save pubudu94/8c5f33b283d3e1123203289880668b02 to your computer and use it in GitHub Desktop.
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
<dependency> | |
<groupId>com.bea.core</groupId> | |
<artifactId>commons.security.api</artifactId> | |
<version>1.0</version> | |
<scope>system</scope> | |
<systemPath> | |
${oracle.home}/12.1.3.0/wlserver/modules/com.oracle.css.common.security.api_7.1.0.0.jar | |
</systemPath> | |
</dependency> | |
<dependency> | |
<groupId>com.bea.core</groupId> | |
<artifactId>weblogic.security</artifactId> | |
<version>1.0</version> | |
<scope>system</scope> | |
<systemPath> | |
${oracle.home}/12.1.3.0/wlserver/modules/com.oracle.css.weblogic.security.wls_7.1.0.0.jar | |
</systemPath> | |
</dependency> | |
<dependency> | |
<groupId>oracle</groupId> | |
<artifactId>weblogic</artifactId> | |
<version>${weblogic.version}</version> | |
<scope>system</scope> | |
<systemPath> | |
${oracle.home}/12.1.3.0/wlserver/server/lib/weblogic.jar | |
</systemPath> | |
</dependency> | |
<dependency> | |
<groupId>weblogic</groupId> | |
<artifactId>wlfullclient</artifactId> | |
<version>12.1.3</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment