Hi,
I am having an issue downloading some artifacts. I have been to http://repo1.maven.org/maven2/ to see whether I could manually download them but cannot see them there. How can I resolve this issue?

The following are specified in my pom.xml:

[code]
       <dependency>
           <groupId>com.bea.wlplatform</groupId>
           <artifactId>commonj-twm</artifactId>
           <version>1.1</version>
           <optional>true</optional>
       </dependency>
           <groupId>org.apache.ibatis</groupId>
           <artifactId>ibatis-sqlmap</artifactId>
           <version>2.3.0.677</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>com.oracle.toplink</groupId>
           <artifactId>toplink</artifactId>
           <version>10.1.3</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>com.oracle</groupId>
           <artifactId>toplink-essentials</artifactId>
           <version>2.41</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>com.oracle</groupId>
           <artifactId>oc4j</artifactId>
           <version>1.0</version>
           <optional>true</optional>
       </dependency>
<dependency>
           <groupId>freemarker</groupId>
           <artifactId>freemarker</artifactId>
           <version>2.3.12</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>groovy</groupId>
           <artifactId>groovy</artifactId>
           <version>1.5.5</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>hessian</groupId>
           <artifactId>hessian</artifactId>
           <version>3.1.3</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>jasperreports</groupId>
           <artifactId>jasperreports</artifactId>
           <version>2.0.5</version>
           <optional>true</optional>
       </dependency>
       <dependency>
           <groupId>javax.activation</groupId>
           <artifactId>activation</artifactId>
           <version>1.1</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.ejb</groupId>
           <artifactId>ejb</artifactId>
           <version>3.0</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
           <version>1.1</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.jdo</groupId>
           <artifactId>jdo2-api</artifactId>
           <version>2.0</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.jms</groupId>
           <artifactId>jms</artifactId>
           <version>1.1</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.mail</groupId>
           <artifactId>mail</artifactId>
           <version>1.4</version>
           <scope>provided</scope>
       </dependency>
       <dependency>
           <groupId>javax.persistence</groupId>
           <artifactId>persistence-api</artifactId>
           <version>1.0</version>
           <scope>provided</scope>
       </dependency>
[/code]

--
Regards

Andrew

Mob - 07821 437 246
Landline - 01158 718 732


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to