Hi
I have added adf jar dependency in my pom.xml. But jars are not added to libraries.
My pom.xml
****
<dependency>
<groupId>oracle.adf.view.faces</groupId>
<artifactId>adf-faces-api</artifactId>
<version>10_1_3_0_4</version>
<scope>system</scope>
<systemPath>f:/lib/adf-faces-api-10_1_3_0_4.jar</systemPath>
</dependency>
<dependency>
<groupId>oracle.adf.view.faces</groupId>
<artifactId>adf-faces-impl</artifactId>
<version>10_1_3_0_4</version>
<scope>system</scope>
<systemPath>f:/lib/adf-faces-impl-10_1_3_0_4.jar</systemPath>
</dependency>
<dependency>
<groupId>oracle.adf.view.faces</groupId>
<artifactId>adfshare</artifactId>
<version>3549S</version>
<scope>system</scope>
<systemPath>f:/lib/adfshare-3549S.jar</systemPath>
</dependency>
****
Please someone help me in solving this issue