Author: brianf Date: Tue Jan 22 11:11:35 2008 New Revision: 614286 URL: http://svn.apache.org/viewvc?rev=614286&view=rev Log: MDEP-134 added pom that breaks dependency tree
Added: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/pom.xml Added: maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/pom.xml?rev=614286&view=auto ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/pom.xml (added) +++ maven/plugins/trunk/maven-dependency-plugin/src/it/mdep-134/pom.xml Tue Jan 22 11:11:35 2008 @@ -0,0 +1,1025 @@ +<?xml version="1.0"?> + +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>foo.example</groupId> + <artifactId>example</artifactId> + <version>1.0-SNAPSHOT</version> + <url>http://foo.example</url> + + <dependencies> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.7.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-dbcp</groupId> + <artifactId>commons-dbcp</artifactId> + <version>1.2.2</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>tomcat</groupId> + <artifactId>naming-common</artifactId> + </exclusion> + <exclusion> + <groupId>tomcat</groupId> + <artifactId>naming-java</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-chain</groupId> + <artifactId>commons-chain</artifactId> + <version>1.0</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + + </exclusions> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.3</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + <version>1.8</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-discovery</groupId> + <artifactId>commons-discovery</artifactId> + <version>0.4</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-el</groupId> + <artifactId>commons-el</artifactId> + <version>1.0</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>servletapi</groupId> + <artifactId>servletapi</artifactId> + </exclusion> + <exclusion> + <groupId>jspapi</groupId> + <artifactId>jsp-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <version>1.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-validator</groupId> + <artifactId>commons-validator</artifactId> + <version>1.2.0</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl104-over-slf4j</artifactId> + <version>1.4.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.4.3</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.2</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.4</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + </exclusion> + <exclusion> + <groupId>saxpath</groupId> + <artifactId>saxpath</artifactId> + </exclusion> + <exclusion> + <groupId>msv</groupId> + <artifactId>msv</artifactId> + </exclusion> + <exclusion> + <groupId>relaxngDatatype</groupId> + <artifactId>relaxngDatatype</artifactId> + </exclusion> + <exclusion> + <groupId>isorelax</groupId> + <artifactId>isorelax</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>junitperf</groupId> + <artifactId>junitperf</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> + <exclusion> + <groupId>pull-parser</groupId> + <artifactId>pull-parser</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>drools</groupId> + <artifactId>drools-base</artifactId> + <version>2.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>drools</groupId> + <artifactId>drools-smf</artifactId> + <version>2.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>drools</groupId> + <artifactId>drools-core</artifactId> + <version>2.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>easymock</groupId> + <artifactId>easymock</artifactId> + </exclusion> + <exclusion> + <groupId>easymock</groupId> + <artifactId>easymockclassextension</artifactId> + </exclusion> + <exclusion> + <groupId>easymock</groupId> + <artifactId>easymockcontainer</artifactId> + </exclusion> + <exclusion> + <groupId>cglib</groupId> + <artifactId>cglib</artifactId> + </exclusion> + <exclusion> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>ipp</groupId> + <artifactId>cups</artifactId> + <version>1.0-SNAPSHOT</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>rowset</artifactId> + <version>1.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>velocity</groupId> + <artifactId>velocity</artifactId> + <version>1.4</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>velocity</groupId> + <artifactId>velocity-dep</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <version>2.7.6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + <version>1.4.1-gf</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>FacesFreeway</groupId> + <artifactId>FacesFreeway</artifactId> + <version>1.0-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jasperreports</groupId> + <artifactId>jasperreports</artifactId> + <version>2.0.0</version> + <scope>compile</scope> + <exclusions> + <!-- This exclusion needed to avoid crash in dependency:tree version 2.0-alpha-5-SNAPSHOT + <exclusion> + <groupId>commons-digester</groupId> + <artifactId>commons-digester</artifactId> + </exclusion> + --> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>eclipse</groupId> + <artifactId>jdtcore</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>1.4.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>commons-oro</groupId> + <artifactId>commons-oro</artifactId> + <version>2.0.8</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>com.lowagie</groupId> + <artifactId>itext</artifactId> + <version>1.3.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>tasbar</groupId> + <artifactId>tasbar</artifactId> + <version>tasbar_eval</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jsch</groupId> + <artifactId>jsch</artifactId> + <version>0.1.30</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring</artifactId> + <version>2.5</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>javax.ejb</groupId> + <artifactId>ejb</artifactId> + </exclusion> + <exclusion> + <groupId>javax.faces</groupId> + <artifactId>jsf-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jdo</groupId> + <artifactId>jdo2-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jms</groupId> + <artifactId>jms</artifactId> + </exclusion> + <exclusion> + <groupId>javax.persistence</groupId> + <artifactId>persistence-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.portlet</groupId> + <artifactId>portlet-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.resource</groupId> + <artifactId>connector-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>jsp-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + <exclusion> + <groupId>javax.xml</groupId> + <artifactId>jaxrpc-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-vfs</artifactId> + <version>1.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-vfs-sandbox</artifactId> + <version>1.1-dev</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>fontbox</groupId> + <artifactId>fontbox</artifactId> + <version>0.1.0-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>pdfbox</groupId> + <artifactId>pdfbox</artifactId> + <version>0.7.3</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>org.fontbox</groupId> + <artifactId>fontbox</artifactId> + </exclusion> + <exclusion> + <groupId>org.jempbox</groupId> + <artifactId>jempbox</artifactId> + </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcmail-jdk14</artifactId> + </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.joda.ext</groupId> + <artifactId>joda-jsf</artifactId> + <version>1.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>1.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time-hibernate</artifactId> + <version>0.8</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>hibernate</groupId> + <artifactId>hibernate</artifactId> + </exclusion> + <exclusion> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-annotations</artifactId> + <version>3.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>3.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-commons-annotations</artifactId> + <version>3.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate</artifactId> + <version>3.2.4.ga</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>net.sf.ehcache</groupId> + <artifactId>ehcache</artifactId> + <version>1.2.3</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>javax.transaction</groupId> + <artifactId>jta</artifactId> + <version>1.0.1B</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>javax.persistence</groupId> + <artifactId>ejb</artifactId> + <version>3.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>net.sf</groupId> + <artifactId>cglib</artifactId> + <version>2.1.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.objectweb</groupId> + <artifactId>asm</artifactId> + <version>20060127</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.objectweb</groupId> + <artifactId>asm-attrs</artifactId> + <version>20060127</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>lucene</groupId> + <artifactId>lucene</artifactId> + <version>1.4.3</version> + </dependency> + <dependency> + <groupId>bsh</groupId> + <artifactId>bsh</artifactId> + <version>2.0b1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + <version>1.0.0</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>gnujaxp</groupId> + <artifactId>gnujaxp</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jfree</groupId> + <artifactId>jcommon</artifactId> + <version>1.0.0</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>gnujaxp</groupId> + <artifactId>gnujaxp</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.myfaces.core</groupId> + <artifactId>myfaces-api</artifactId> + <version>1.2.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.core</groupId> + <artifactId>myfaces-impl</artifactId> + <version>1.2.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.tomahawk</groupId> + <artifactId>tomahawk-sandbox</artifactId> + <version>1.1.7-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.tomahawk</groupId> + <artifactId>tomahawk-sandbox15</artifactId> + <version>1.1.7-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.tomahawk</groupId> + <artifactId>tomahawk</artifactId> + <version>1.1.7-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.orchestra</groupId> + <artifactId>core</artifactId> + <version>1.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.orchestra</groupId> + <artifactId>core15</artifactId> + <version>1.0-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.myfaces.orchestra</groupId> + <artifactId>sandbox</artifactId> + <version>1.0-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.textmining</groupId> + <artifactId>tm-extractors</artifactId> + <version>0.4</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-betwixt</groupId> + <artifactId>commons-betwixt</artifactId> + <version>0.7</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xerces</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jdom</groupId> + <artifactId>jdom</artifactId> + <version>1.0</version> + <scope>compile</scope> + <exclusions> + </exclusions> + </dependency> + <dependency> + <groupId>rhino</groupId> + <artifactId>js</artifactId> + <version>1.6R2</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>c3p0</groupId> + <artifactId>c3p0</artifactId> + <version>0.9.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-svggen</artifactId> + <version>1.6</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-common</artifactId> + <version>3.0b1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-server</artifactId> + <version>3.0b1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>xmlrpc</groupId> + <artifactId>xmlrpc-client</artifactId> + <version>3.0b1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.apache.ws.commons</groupId> + <artifactId>ws-commons-util</artifactId> + <version>1.0.1</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + <version>1.1.3.3_min</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-csv</groupId> + <artifactId>commons-csv</artifactId> + <version>0.1-dev</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>oracle</groupId> + <artifactId>oracle-jdbc</artifactId> + <version>10.2.0.1.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb-jdbc</artifactId> + <version>1.8.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>jtds</groupId> + <artifactId>jtds-jdbc</artifactId> + <version>0.8.1</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>postgres</groupId> + <artifactId>postgres-jdbc</artifactId> + <version>0.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>relativity</groupId> + <artifactId>relativity-jdbc</artifactId> + <version>0.0</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>org.acegisecurity</groupId> + <artifactId>acegi-security</artifactId> + <version>1.0.6</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-remoting</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </exclusion> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-support</artifactId> + </exclusion> + <exclusion> + <groupId>oro</groupId> + <artifactId>oro</artifactId> + </exclusion> + <exclusion> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.directory.server</groupId> + <artifactId>apacheds-core</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + <exclusion> + <groupId>jmock</groupId> + <artifactId>jmock</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.acegisecurity</groupId> + <artifactId>acegi-security-tiger</artifactId> + <version>1.0.6</version> + <scope>compile</scope> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>com.sun.facelets</groupId> + <artifactId>facelets</artifactId> + <version>1.1.13</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>com.sun.el</groupId> + <artifactId>el-ri</artifactId> + <version>1.0</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>aspectj</groupId> + <artifactId>aspectjrt</artifactId> + <version>1.5.3</version> + <optional>true</optional> + </dependency> + + <dependency> + <groupId>aspectj</groupId> + <artifactId>aspectjweaver</artifactId> + <version>1.5.3</version> + <optional>true</optional> + </dependency> + + <dependency> + <groupId>ecs</groupId> + <artifactId>ecs</artifactId> + <version>1.4.2</version> + </dependency> + + <dependency> + <groupId>opensymphony</groupId> + <artifactId>oscache</artifactId> + <version>2.3</version> + </dependency> + + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + </exclusion> + <exclusion> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + </exclusion> + <exclusion> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-highlighter</artifactId> + <version>2.0.0</version> + <exclusions> + <exclusion> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-core</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>com.metaparadigm</groupId> + <artifactId>json-rpc</artifactId> + <version>1.0</version> + </dependency> + + <dependency> + <groupId>org.safehaus.jug</groupId> + <artifactId>jug</artifactId> + <classifier>asl</classifier> + <version>2.0.0</version> + </dependency> + + <dependency> + <groupId>com.yjp</groupId> + <artifactId>yjp-controller-api-redist</artifactId> + <version>7.0.8</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock</artifactId> + <version>2.4.0</version> + </dependency> + + <dependency> + <groupId>org.freemarker</groupId> + <artifactId>freemarker</artifactId> + <version>2.3.11</version> + </dependency> + <dependency> + <groupId>org.objectweb.howl</groupId> + <artifactId>howl</artifactId> + <version>1.0.1-1</version> + </dependency> + <dependency> + <groupId>org.objectweb.fractal</groupId> + <artifactId>fractal</artifactId> + <version>2.0.1</version> + </dependency> + <dependency> + <groupId>org.objectweb.tribe</groupId> + <artifactId>tribe</artifactId> + <version>0.4</version> + </dependency> + <dependency> + <groupId>p6spy</groupId> + <artifactId>p6spy</artifactId> + <version>1.3</version> + </dependency> + </dependencies> +</project>