<dependencies>
 <dependency>
   <maven>
     <groupId>javax.security</groupId>
     <artifactId>jacc</artifactId>
     <version>1.0</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jacc_1_1_api</artifactId>
     <version>1.1</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>jboss</groupId>
     <artifactId>jboss-serialization</artifactId>
     <version>1.0.3.GA</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jboss-serialization</artifactId>
     <version>1.0.3</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>jboss.jbossws</groupId>
     <artifactId>jboss-jaxws</artifactId>
     <version>3.0.1-native-2.0.4.GA</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jaxws_2_1_api</artifactId>
     <version>2.1</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>stax_1_0_api</artifactId>
      <version>1.0</version>
    </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>trove</groupId>
     <artifactId>trove</artifactId>
     <version>1.0.2</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>gnu-trove</artifactId>
     <version>1.0.2</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>sun-jaxb</groupId>
     <artifactId>jaxb-api</artifactId>
     <version>2.1.4</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jaxb_2_1_api</artifactId>
     <version>2.1</version>
   </jpp>
 </dependency>

 <dependency>
   <maven>
     <groupId>oswego-concurrent</groupId>
     <artifactId>concurrent</artifactId>
     <version>1.3.4-jboss-update1</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>concurrent</artifactId>
     <version>1.3.4</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>asm</groupId>
     <artifactId>asm</artifactId>
     <version>3.0</version>
   </maven>
   <jpp>
     <groupId>JPP/objectweb-asm</groupId>
     <artifactId>asm</artifactId>
     <version>3.1</version>
   </jpp>
 </dependency>
</dependencies>
