Thanks, Shawn, will update it. 2011/1/30 Shawn Jiang <[email protected]>
> Many of geronimo developer has following mirror in the settings.xml for > some known problem within g2.x [1]. > > <mirror> > <id>java.net</id> > <name>Mirror of > https://maven-repository.dev.java.net/nonav/repository/</name> > <url>http://download.java.net/maven/1/</url> > <mirrorOf>java.net</mirrorOf> > </mirror> > > I suggest to rename current java.net repo id to java.net.2 to avoid the > conflict. > > > [1] > http://apache-geronimo.328035.n3.nabble.com/Could-not-build-Geronimo-server-from-SVN-branch-2-2-td409663.html#a409673 > <http://apache-geronimo.328035.n3.nabble.com/Could-not-build-Geronimo-server-from-SVN-branch-2-2-td409663.html#a409673> > On Sat, Jan 29, 2011 at 10:07 AM, Ivan <[email protected]> wrote: > >> Hmmm, I could build the whole project before committing the changes. >> The artifact could be found >> http://download.java.net/maven/2/com/sun/xml/messaging/saaj/saaj-impl/, >> and the java repository is updated in the root pom,xml file. >> >> >> 2011/1/28 Rick McGuire <[email protected]> >> >> I'm getting a build failure because of a missing dependency for the 1.3.6 >>> version of saaj-impl. maven central only seems to have versions up to >>> 1.3.2. Where is this version coming from? >>> >>> Rick >>> >>> >>> On 1/28/2011 2:10 AM, [email protected] wrote: >>> >>>> Author: xuhaihong >>>> Date: Fri Jan 28 07:10:43 2011 >>>> New Revision: 1064472 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=1064472&view=rev >>>> Log: >>>> Update dependent ri components to latest released vesion >>>> >>>> Modified: >>>> geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/pom.xml >>>> geronimo/server/trunk/plugins/jaxws/pom.xml >>>> geronimo/server/trunk/plugins/webservices/pom.xml >>>> geronimo/server/trunk/pom.xml >>>> >>>> Modified: >>>> geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/pom.xml >>>> URL: >>>> http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/pom.xml?rev=1064472&r1=1064471&r2=1064472&view=diff >>>> >>>> ============================================================================== >>>> --- geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/pom.xml >>>> (original) >>>> +++ geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/pom.xml >>>> Fri Jan 28 07:10:43 2011 >>>> @@ -42,13 +42,13 @@ >>>> </dependency> >>>> >>>> <dependency> >>>> -<groupId>org.apache.geronimo.gshell</groupId> >>>> -<artifactId>gshell-command-api</artifactId> >>>> -<scope>provided</scope> >>>> +<groupId>org.apache.karaf.shell</groupId> >>>> +<artifactId>org.apache.karaf.shell.console</artifactId> >>>> </dependency> >>>> + >>>> </dependencies> >>>> >>>> -<build> >>>> +<!--<build> >>>> <plugins> >>>> <plugin> >>>> <groupId>org.apache.geronimo.gshell</groupId> >>>> @@ -64,4 +64,4 @@ >>>> </plugins> >>>> </build> >>>> >>>> -</project> >>>> +--></project> >>>> >>>> Modified: geronimo/server/trunk/plugins/jaxws/pom.xml >>>> URL: >>>> http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/pom.xml?rev=1064472&r1=1064471&r2=1064472&view=diff >>>> >>>> ============================================================================== >>>> --- geronimo/server/trunk/plugins/jaxws/pom.xml (original) >>>> +++ geronimo/server/trunk/plugins/jaxws/pom.xml Fri Jan 28 07:10:43 2011 >>>> @@ -40,11 +40,114 @@ >>>> <module>geronimo-jaxws</module> >>>> <module>geronimo-jaxws-builder</module> >>>> <module>geronimo-jaxws-ejb-builder</module> >>>> -<!--<module>geronimo-jaxws-sun-tools</module>--> >>>> +<!--module>geronimo-jaxws-sun-tools</module--> >>>> <module>jaxws-deployer</module> >>>> <module>jaxws-ejb-deployer</module> >>>> -<!--<module>jaxws-sun-tools</module>--> >>>> -<!--<module>jaxws-tools</module>--> >>>> +<!--module>jaxws-sun-tools</module--> >>>> +<!--module>jaxws-tools</module--> >>>> </modules> >>>> + >>>> +<dependencyManagement> >>>> +<dependencies> >>>> +<dependency> >>>> +<groupId>com.sun.xml.ws</groupId> >>>> +<artifactId>jaxws-tools</artifactId> >>>> +<version>2.2.3-promoted-b07</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.bind</groupId> >>>> +<artifactId>jaxb-impl</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> >>>> +<dependency> >>>> +<groupId>com.sun.xml.ws</groupId> >>>> +<artifactId>jaxws-rt</artifactId> >>>> +<version>2.2.3-promoted-b07</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>javax.xml.ws</groupId> >>>> +<artifactId>jaxws-api</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.bind</groupId> >>>> +<artifactId>jaxb-impl</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.messaging.saaj</groupId> >>>> +<artifactId>saaj-impl</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>org.codehaus.woodstox</groupId> >>>> +<artifactId>wstx-asl</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>com.sun.org.apache.xml.internal</groupId> >>>> +<artifactId>resolver</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>org.jvnet</groupId> >>>> +<artifactId>mimepull</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.ws</groupId> >>>> +<artifactId>policy</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>org.glassfish.gmbal</groupId> >>>> +<artifactId>gmbal-api-only</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>org.glassfish.ha</groupId> >>>> +<artifactId>ha-api</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.stream</groupId> >>>> +<artifactId>sjsxp</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> + >>>> +<dependency> >>>> +<groupId>com.sun.xml.stream.buffer</groupId> >>>> +<artifactId>streambuffer</artifactId> >>>> +<version>1.2</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>javax.activation</groupId> >>>> +<artifactId>activation</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>org.jvnet.staxex</groupId> >>>> +<artifactId>stax-ex</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> + >>>> +<dependency> >>>> +<groupId>org.jvnet.staxex</groupId> >>>> +<artifactId>stax-ex</artifactId> >>>> +<version>1.4</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>javax.activation</groupId> >>>> +<artifactId>activation</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> + >>>> +<dependency> >>>> +<groupId>com.sun.xml.bind</groupId> >>>> +<artifactId>jaxb-xjc</artifactId> >>>> +<version>2.2.3-1</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>com.sun.xml.bind</groupId> >>>> +<artifactId>jaxb-impl</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> +</dependencies> >>>> +</dependencyManagement> >>>> </project> >>>> >>>> Modified: geronimo/server/trunk/plugins/webservices/pom.xml >>>> URL: >>>> http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/webservices/pom.xml?rev=1064472&r1=1064471&r2=1064472&view=diff >>>> >>>> ============================================================================== >>>> --- geronimo/server/trunk/plugins/webservices/pom.xml (original) >>>> +++ geronimo/server/trunk/plugins/webservices/pom.xml Fri Jan 28 >>>> 07:10:43 2011 >>>> @@ -42,4 +42,23 @@ >>>> <module>webservices-common</module> >>>> </modules> >>>> >>>> +<dependencyManagement> >>>> +<dependencies> >>>> +<dependency> >>>> +<groupId>com.sun.xml.messaging.saaj</groupId> >>>> +<artifactId>saaj-impl</artifactId> >>>> +<version>1.3.6</version> >>>> +<exclusions> >>>> +<exclusion> >>>> +<groupId>javax.activation</groupId> >>>> +<artifactId>activation</artifactId> >>>> +</exclusion> >>>> +<exclusion> >>>> +<groupId>javax.xml.soap</groupId> >>>> +<artifactId>saaj-api</artifactId> >>>> +</exclusion> >>>> +</exclusions> >>>> +</dependency> >>>> +</dependencies> >>>> +</dependencyManagement> >>>> </project> >>>> >>>> Modified: geronimo/server/trunk/pom.xml >>>> URL: >>>> http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=1064472&r1=1064471&r2=1064472&view=diff >>>> >>>> ============================================================================== >>>> --- geronimo/server/trunk/pom.xml (original) >>>> +++ geronimo/server/trunk/pom.xml Fri Jan 28 07:10:43 2011 >>>> @@ -724,7 +724,7 @@ >>>> <dependency> >>>> <groupId>org.apache.geronimo.bundles</groupId> >>>> <artifactId>scout</artifactId> >>>> -<version>1.2.2_2-SNAPSHOT</version> >>>> +<version>1.2.2_1</version> >>>> <exclusions> >>>> <exclusion> >>>> <groupId>commons-logging</groupId> >>>> @@ -1377,22 +1377,6 @@ >>>> </dependency> >>>> >>>> <dependency> >>>> -<groupId>com.sun.xml.messaging.saaj</groupId> >>>> -<artifactId>saaj-impl</artifactId> >>>> -<version>1.3.2</version> >>>> -<exclusions> >>>> -<exclusion> >>>> -<groupId>javax.activation</groupId> >>>> -<artifactId>activation</artifactId> >>>> -</exclusion> >>>> -<exclusion> >>>> -<groupId>javax.xml.soap</groupId> >>>> -<artifactId>saaj-api</artifactId> >>>> -</exclusion> >>>> -</exclusions> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> <groupId>org.apache.geronimo.bundles</groupId> >>>> <artifactId>jaxb-impl</artifactId> >>>> <version>2.2_1</version> >>>> @@ -1513,66 +1497,6 @@ >>>> </dependency> >>>> >>>> <dependency> >>>> -<groupId>com.sun.xml.ws</groupId> >>>> -<artifactId>jaxws-tools</artifactId> >>>> -<version>2.1.4</version> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> -<groupId>com.sun.xml.ws</groupId> >>>> -<artifactId>jaxws-rt</artifactId> >>>> -<version>2.1.4</version> >>>> -<exclusions> >>>> -<exclusion> >>>> -<groupId>javax.xml.ws</groupId> >>>> -<artifactId>jaxws-api</artifactId> >>>> -</exclusion> >>>> -<exclusion> >>>> -<groupId>com.sun.xml.stream</groupId> >>>> -<artifactId>sjsxp</artifactId> >>>> -</exclusion> >>>> -<exclusion> >>>> -<groupId>com.sun.org.apache.xml.internal</groupId> >>>> -<artifactId>resolver</artifactId> >>>> -</exclusion> >>>> -<exclusion> >>>> -<groupId>org.jvnet</groupId> >>>> -<artifactId>mimepull</artifactId> >>>> -</exclusion> >>>> -</exclusions> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> -<groupId>com.sun.xml.stream.buffer</groupId> >>>> -<artifactId>streambuffer</artifactId> >>>> -<version>0.8</version> >>>> -<exclusions> >>>> -<exclusion> >>>> -<groupId>javax.activation</groupId> >>>> -<artifactId>activation</artifactId> >>>> -</exclusion> >>>> -</exclusions> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> -<groupId>org.jvnet.staxex</groupId> >>>> -<artifactId>stax-ex</artifactId> >>>> -<version>1.2</version> >>>> -<exclusions> >>>> -<exclusion> >>>> -<groupId>javax.activation</groupId> >>>> -<artifactId>activation</artifactId> >>>> -</exclusion> >>>> -</exclusions> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> -<groupId>com.sun.xml.bind</groupId> >>>> -<artifactId>jaxb-xjc</artifactId> >>>> -<version>2.2</version> >>>> -</dependency> >>>> - >>>> -<dependency> >>>> <groupId>org.apache.woden</groupId> >>>> <artifactId>woden-api</artifactId> >>>> <version>1.0M8</version> >>>> @@ -2431,8 +2355,8 @@ only found in cxf >>>> </repository> >>>> <repository> >>>> <id>java.net</id> >>>> -<url>http://download.java.net/maven/1/</url> >>>> -<layout>legacy</layout> >>>> +<url>http://download.java.net/maven/2/</url> >>>> +<layout>default</layout> >>>> <snapshots> >>>> <enabled>false</enabled> >>>> </snapshots> >>>> >>>> >>>> >>>> >>> >> >> >> -- >> Ivan >> > > > > -- > Shawn > -- Ivan
