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 -- View this message in context: http://old.nabble.com/adding-jars-to-appfuse-tp26148881s2369p26148881.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net