tags:

views:

23

answers:

0

greetings all i have a web application using (spring-hibernate) frameworks and when tried to build the application with maven2 using the command mvn install i get a build successful with the following note:

The following files have NOT been resolved:

[INFO] The following files have NOT been resolved:
[INFO]    antlr:antlr:java-source:sources:2.7.7
[INFO]    com.sun.jdmk:jmxtools:java-source:sources:1.2.1
[INFO]    com.sun.jmx:jmxri:java-source:sources:1.2.1
[INFO]    commons-dbcp:commons-dbcp:java-source:sources:1.2.2
[INFO]    commons-httpclient:commons-httpclient:java-source:sources:3.1
[INFO]    commons-logging:commons-logging:java-source:sources:1.1.0.jboss
[INFO]    hibernate-commons-annotations:hibernate-commons-annotations:java-source:sources:3.0.0.GA
[INFO]    hsqldb:hsqldb:java-source:sources:1.8.0.2
[INFO]    javassist:javassist:java-source:sources:3.4.GA
[INFO]    javax.jms:jms:java-source:sources:1.1
[INFO]    net.java.dev.stax-utils:stax-utils:java-source:sources:20040917
[INFO]    org.apache.solr:solr-commons-csv:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-analyzers:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-core:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-highlighter:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-queries:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-snowball:java-source:sources:1.3.0
[INFO]    org.apache.solr:solr-lucene-spellchecker:java-source:sources:1.3.0
[INFO]    org.apache.velocity:velocity:java-source:sources:1.5
[INFO]    org.tuckey:urlrewritefilter:java-source:sources:3.1.0
[INFO]    quartz:quartz:java-source:sources:1.6.0
[INFO]    stax:stax-api:java-source:sources:1.0.1

what does this mean ?