<dependencies>
<!--
javassist:javassist:jar:3.9.0.GA
-->
 <dependency>
   <maven>
     <groupId>javassist</groupId>
     <artifactId>javassist</artifactId>
     <version>3.9.0.GA</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>javassist</artifactId>
     <version>3.8.0</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>junit</groupId>
     <artifactId>junit4</artifactId>
     <version>4.0</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>junit44</artifactId>
     <version>4.4</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>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-xerces</groupId>
     <artifactId>xercesImpl</artifactId>
     <version>2.9.1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>xerces-j2</artifactId>
     <version>2.7.1</version>
   </jpp>
 </dependency>

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

 <dependency>
   <maven>
     <groupId>slide</groupId>
     <artifactId>slide-webdavlib</artifactId>
     <version>2.1</version>
   </maven>
   <jpp>
     <groupId>JPP/slide</groupId>
     <artifactId>slide-webdavclient-webdavlib</artifactId>
     <version>2.1</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.03</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>sun-jaxb</groupId>
     <artifactId>jaxb-api</artifactId>
     <version>2.1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jaxb_2_1_api</artifactId>
     <version>2.1</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>trove</groupId>
     <artifactId>trove</artifactId>
     <version>2.1.1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>gnu-trove</artifactId>
     <version>1.0.2</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>com.google.code.guice</groupId>
     <artifactId>guice</artifactId>
     <version>1.0</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>google-guice</artifactId>
     <version>1.0</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>cglib</groupId>
     <artifactId>cglib-nodep</artifactId>
     <version>2.1_3</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>cglib-nodep</artifactId>
     <version>2.1.3</version>
   </jpp>
 </dependency>

</dependencies>
