Hi Yuubouna,
These undefined jars that you were saying were probably the transitive
dependencies (dependencies of your dependencies).
For more details about exclusions, please refer to
http://maven.apache.org/pom.html (Pom Relationships --> Dependencies -->
Exclusions)
Hope this helps! :-)
Thanks,
Deng
yuubouna wrote:
defining artifact needed in my project
so I write dependencyManagement in parent pom.xml and so inherted by child
pom.
I am wonded, where does the "undefined jar" came from??
like the following:
M2_REPO/relaxngDatatype/relaxngDatatype
M2_REPO/icu4j/icu4j/3.2/icu4j-3.2.jar
M2_REPO/msv/msv/20020414/msv-20020414.jar
-I like to take this artifact in my dependency list, is the
<dependency>
<exclusions> attribute, concerns?
-and how to know what is the dependency groupId (parent) where to write the
exclude attribute?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]