Hi there!

in my oroject, i have a lot of dependencies...
well, one thing i did was declare all dependencies correctly to my project.
but something still missing, because when i type mvn jdev:jdev , maven
builds to me a file to edit the project in jdeveloper, but when I try
compiling the project from jdeveloper, guess what!, it says to me that i
don't have my taglibs jars declared in the project.. such a noiseful trouble
in here.

what do I have to do to declare correctly my taglibs jars in my pom.xml? 
I tried this:

<dependency>
                        <groupId>oracle.adf</groupId>
                        <artifactId>adf-faces-impl</artifactId>
                        <version>10.1.3.0.4</version>
                        <scope>compile</scope>
                </dependency>

whel, what's wrong?
-- 
View this message in context: 
http://www.nabble.com/Issue-with-dependencies-of-taglibs-jars-tf3966416s177.html#a11258195
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to