[jboss-dev-forums] [Design of JBossXB] - Re: jbossxb 1.0.0.SP2
alex.loubyansky@jboss.com
do-not-reply at jboss.com
Wed Apr 2 09:21:50 EDT 2008
Would these be complaint with Branch_4_2?
<dependencies>
| <dependency>
| <groupId>jboss.common</groupId>
| <artifactId>jboss-common</artifactId>
| <version>1.2.1.GA-brew</version>
| <scope>compile</scope>
| </dependency>
| <dependency>
| <groupId>apache-log4j</groupId>
| <artifactId>log4j</artifactId>
| <version>1.2.14</version>
| <scope>test</scope>
| </dependency>
| <dependency>
| <groupId>apache-slide</groupId>
| <artifactId>webdavlib</artifactId>
| <version>2.0</version>
| <scope>compile</scope>
| </dependency>
| <dependency>
| <groupId>sun-jaf</groupId>
| <artifactId>activation</artifactId>
| <version>1.0.2</version>
| <scope>compile</scope>
| </dependency>
| <dependency>
| <groupId>apache-xerces</groupId>
| <artifactId>xercesImpl</artifactId>
| <version>2.7.1</version>
| <scope>compile</scope>
| </dependency>
| <dependency>
| <groupId>wutka-dtdparser</groupId>
| <artifactId>dtdparser121</artifactId>
| <version>1.2.1</version>
| <scope>compile</scope>
| </dependency>
| <dependency>
| <groupId>junit</groupId>
| <artifactId>junit</artifactId>
| <version>3.8.1</version>
| <scope>test</scope>
| </dependency>
| <dependency>
| <groupId>jboss</groupId>
| <artifactId>jboss-test</artifactId>
| <version>1.0.0.GA</version>
| <scope>test</scope>
| <exclusions>
| <exclusion>
| <groupId>jboss</groupId>
| <artifactId>jboss-logging-spi</artifactId>
| </exclusion>
| </exclusions>
| </dependency>
| </dependencies>
Note, the xerces version is the one that we switched from in JBoss-5 since it didn't pass the test in XB.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140964#4140964
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140964
More information about the jboss-dev-forums
mailing list