I am trying to find the Oracle Ojdbc14.jar file in the maven repository so
that I can successfully add this as a dependency in my pom.xml.  I have
searched online and through the archives and all references point to the
following:

       <dependency>
            <groupId>ojdbc</groupId>
            <artifactId>ojdbc</artifactId>
            <version>14</version>
        </dependency>

However, when I browse the repo (
http://repo1.maven.org/maven2/ojdbc/ojdbc/14/) the pom file exists, but not
the jar file.  Likewise I considered using classes12.jar and found the same
problem.  The pom file exists but there is no jar file.

Am I going about this the right way?  Does anyone know of a repository where
this file exists?  I did use the install plugin to push the file locally,
but I want to simplify the process for my development team.  Any thoughts
would be appreciated.

Thanks,
TJ

Reply via email to