<dependencies>
<!--
3) org.jboss.logging:jboss-logging-log4j:jar:2.0.5.GA
4) org.jboss.jbossas:jboss-server-manager:jar:0.1.1.GA
jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5
-->

 <dependency>
   <maven>
     <groupId>slide</groupId>
     <artifactId>slide-webdavlib</artifactId>
     <version>2.1</version>
   </maven>
   <jpp>
     <groupId>JPP/slide</groupId>
     <artifactId>slide-webdavlib</artifactId>
     <version>2.1</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>jboss.profiler.jvmti</groupId>
     <artifactId>jboss-profiler-jvmti</artifactId>
     <version>1.0.0.CR5</version>
   </maven>
   <jpp>
     <groupId>JPP/jboss-profiler</groupId>
     <artifactId>jboss-profiler-jvmti</artifactId>
     <version>1.0.0</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>apache-log4j</groupId>
     <artifactId>log4j</artifactId>
     <version>1.2.14</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>log4j</artifactId>
     <version>1.2.14</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>apache-xerces</groupId>
     <artifactId>xml-apis</artifactId>
     <version>2.9.1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>xml-commons-jaxp-1.3-apis</artifactId>
     <version>1.3.04</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>apache-xerces</groupId>
     <artifactId>xercesImpl</artifactId>
     <version>2.9.1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>xerces-j2</artifactId>
     <version>2.9.1</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>wutka-dtdparser</groupId>
     <artifactId>dtdparser</artifactId>
     <version>1.21</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>dtdparser</artifactId>
     <version>1.21</version>
   </jpp>
 </dependency>

 <dependency>
    <maven>
       <groupId>javax.xml.stream</groupId>
       <artifactId>stax-api</artifactId>
       <version>1.0-2</version>
    </maven>
    <jpp>
       <groupId>JPP</groupId>
       <artifactId>codehaus-stax11-api</artifactId>
       <version>1.1.2</version>
    </jpp>
 </dependency>
                                            
</dependencies>
