Please help me add oracle driver   to my project, here is my pom please
provide me the configuration to add oracle driver or any third party library
which i cannot download from maven and any public repository
please help how to use m2 eclipse to add third party library.
<project xmlns="http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd";>
  <modelVersion>4.0.0</modelVersion>
  <groupId>gov.gransolutions</groupId>
  <artifactId>audit</artifactId>
  <version>1</version>
  <build>
        <plugins>
        </plugins>
  </build>
  <repositories>
        <repository>
                <id>Agile Java</id>
                <url>http://agilejava.com/maven/</url>
        </repository>
        <repository>
                <id>ejb-api</id>
                <url>http://repository.jboss.com/maven2/</url>
        </repository>
        <repository>
                <id>ib lib</id>
                <url>http://www.ibiblio.org/maven/</url>
        </repository>
  </repositories>
  <dependencies>
        <dependency>
                <groupId>junit</groupId>
                <artifactId>junit</artifactId>
                <version>4.5</version>
        </dependency>
        <dependency>
                <groupId>commons-dbcp</groupId>
                <artifactId>commons-dbcp</artifactId>
                <version>20030825.184428</version>
        </dependency>
        <dependency>
                <groupId>commons-pool</groupId>
                <artifactId>commons-pool</artifactId>
                <version>20030825.183949</version>
        </dependency>
        <dependency>
                <groupId>org.springframework</groupId>
                <artifactId>spring</artifactId>
                <version>2.5.5</version>
        </dependency>
        <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate</artifactId>
                <version>3.2.6.ga</version>
        </dependency>
        <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-annotations</artifactId>
                <version>3.3.1.GA</version>
        </dependency>
  </dependencies>
</project>


-- 
View this message in context: 
http://www.nabble.com/m2eclipse-add-third-party-library-to-project-tp20248013p20248013.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to