<dependencies>

 <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>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-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>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>org.hibernate</groupId>
     <artifactId>ejb3-persistence</artifactId>
     <version>1.0.2.GA</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jpa_3_0_api</artifactId>
     <version>3.0</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>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>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>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>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>javax.security</groupId>
     <artifactId>jacc</artifactId>
     <version>1.0</version>
   </maven>
   <jpp>
     <groupId>JPP</groupId>
     <artifactId>jacc_1_0_api</artifactId>
     <version>1.0</version>
   </jpp>
 </dependency>

  <dependency>
    <maven>
      <groupId>org.jboss</groupId>
      <artifactId>jboss-parent</artifactId>
      <version>3</version>
    </maven>
    <jpp>
      <groupId>JPP/org.jboss</groupId>
      <artifactId>jboss-parent</artifactId>
      <version>4</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/jbossws</groupId>
      <artifactId>jbossws-native-jaxws</artifactId>
      <version>3.1.2</version>
    </jpp>
  </dependency>

  <dependency>
    <maven>
      <groupId>org.jboss.ws.native</groupId>
      <artifactId>jbossws-native-jaxrpc</artifactId>
      <version>3.0.4.GA</version>
    </maven>
    <jpp>
      <groupId>JPP/jbossws</groupId>
      <artifactId>jbossws-native-jaxrpc</artifactId>
      <version>3.1.2</version>
    </jpp>
  </dependency>

  <dependency>
    <maven>
      <groupId>javax.xml.stream</groupId>
      <artifactId>jsr173_api</artifactId>
      <version>2.1</version>
    </maven>
    <jpp>
      <groupId>JPP/sun-jaxws</groupId>
      <artifactId>jsr173_api</artifactId>
      <version>2.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>

5) org.jboss.ejb3:jboss-ejb3-test:jar:1.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.ejb3 -DartifactId=jboss-ejb3-test \
          -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.jboss.ejb3 -DartifactId=jboss-ejb3-test \
          -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.jboss.ejb3:jboss-ejb3-proxy-impl:jar:1.0.2
        2) org.jboss.ejb3:jboss-ejb3-test:jar:1.0.0

9) org.jboss.ejb3:jboss-ejb3-test-remote:jar:1.0.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.ejb3 -DartifactId=jboss-ejb3-test-remote \
          -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:       mvn deploy:deploy-file -DgroupId=org.jboss.ejb3 -DartifactId=jboss-ejb3-test-remote \
          -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.jboss.ejb3:jboss-ejb3-proxy-impl:jar:1.0.2
        2) org.jboss.ejb3:jboss-ejb3-test-remote:jar:1.0.0

</dependencies>
