Skip to content

Instantly share code, notes, and snippets.

@pubudu94
Created June 24, 2018 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pubudu94/8c5f33b283d3e1123203289880668b02 to your computer and use it in GitHub Desktop.
Save pubudu94/8c5f33b283d3e1123203289880668b02 to your computer and use it in GitHub Desktop.
<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