Anything significant about the fact that the last dependency has a comment ending on it?
Glen 2008-05-05 Gotosleep3 wrote: > I am trying to upgrade to the latest CXF 2.1 from 2.0.5. I am using > http://repo1.maven.org/maven2. > > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-frontend-jaxws</artifactId> > <version>2.1</version> > </dependency> > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-transports-http</artifactId> > <version>2.1</version> > </dependency> > > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-transports-http-jetty</artifactId> > <version>2.1</version> > </dependency--> > > > Doing an install I am getting the following errors: > > Missing: > ---------- > 1) org.apache.cxf:apache-cxf:jar:2.1 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.cxf > -DartifactId=apache-cxf > -Dversion=2.1 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=org.apache.cxf > -DartifactId=apache-cxf -D > version=2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > > Path to dependency: > 1) com.monsanto.tps.architecture:cxf-test:war:1.0.0-SNAPSHOT > 2) org.apache.cxf:apache-cxf:jar:2.1 > > 2) com.sun.xml.bind:jaxb-xjc:jar:2.1.6 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.sun.xml.bind > -DartifactId=jaxb-xjc > -Dversion=2.1.6 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=com.sun.xml.bind > -DartifactId=jaxb-xjc -D > version=2.1.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[i > d] > > Path to dependency: > 1) com.monsanto.tps.architecture:cxf-test:war:1.0.0-SNAPSHOT > 2) org.apache.cxf:apache-cxf:jar:2.1 > 3) org.apache.cxf:cxf-tools-common:jar:2.1 > 4) com.sun.xml.bind:jaxb-xjc:jar:2.1.6 > > 3) com.sun.xml.bind:jaxb-impl:jar:2.1.6 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.sun.xml.bind > -DartifactId=jaxb-impl > -Dversion=2.1.6 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=com.sun.xml.bind > -DartifactId=jaxb-impl - > Dversion=2.1.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[ > id] > > Path to dependency: > 1) com.monsanto.tps.architecture:cxf-test:war:1.0.0-SNAPSHOT > 2) org.apache.cxf:apache-cxf:jar:2.1 > 3) org.apache.cxf:cxf-tools-common:jar:2.1 > 4) com.sun.xml.bind:jaxb-impl:jar:2.1.6 > > 4) com.sun.xml.fastinfoset:FastInfoset:jar:1.2.2 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=com.sun.xml.fastinfoset > -DartifactId=Fa > stInfoset -Dversion=1.2.2 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=com.sun.xml.fastinfoset > -DartifactId=Fast > Infoset -Dversion=1.2.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -Drepos > itoryId=[id] > > Path to dependency: > 1) com.monsanto.tps.architecture:cxf-test:war:1.0.0-SNAPSHOT > 2) org.apache.cxf:apache-cxf:jar:2.1 > 3) org.apache.cxf:cxf-rt-core:jar:2.1 > 4) com.sun.xml.fastinfoset:FastInfoset:jar:1.2.2 > > 5) javax.ws.rs:jsr311-api:jar:0.6 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=javax.ws.rs -DartifactId=jsr311-api > -Dv > ersion=0.6 -Dpackaging=jar -Dfile=/path/to/file > > Alternatively, if you host your own repository you can deploy the file > there: > > mvn deploy:deploy-file -DgroupId=javax.ws.rs -DartifactId=jsr311-api > -Dver > sion=0.6 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] > -DrepositoryId=[id] > > Path to dependency: > 1) com.monsanto.tps.architecture:cxf-test:war:1.0.0-SNAPSHOT > 2) org.apache.cxf:apache-cxf:jar:2.1 > 3) org.apache.cxf:cxf-rt-frontend-jaxrs:jar:2.1 > 4) javax.ws.rs:jsr311-api:jar:0.6 > > ---------- > 5 required artifacts are missing. > > I browsed to see if these dependencies are in repo1. They are not. > > What to do? > > > > >
