Results 1 to 1 of 1
- 02-24-2012, 12:20 PM #1
Member
- Join Date
- Sep 2011
- Posts
- 7
- Rep Power
- 0
(SpringSource) Web project --> pom.xml --> Dependency --> ojdbc14 --> ERROR MESSAGE
I am creating a Web project which connects to an oracle database....
I have placed the following dependency into my pom.xml:
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.2.0</version>
</dependency>
And I am getting an error message saying "Missing artifact com.oracle:ojdbc14:jar:10.2.0.2.0"
Despite me locating the repository folder (C:\Users\Folder\.m2\repository\com\oracle\ojdbc14 \10.2.0.2.0) and placing an ojbc14.jar executable file that was not present there before into the 10.2.0.2.0 folder.....I'm still getting the same error message!
What else can I do?
Similar Threads
-
Error Message
By Bimz in forum New To JavaReplies: 2Last Post: 09-11-2011, 01:01 PM -
'else' without 'if' error message
By jim01 in forum New To JavaReplies: 6Last Post: 04-22-2011, 09:10 PM -
Building EJB project with dependency
By caseta in forum EclipseReplies: 0Last Post: 08-09-2010, 05:38 PM -
Error Message ..
By Hamodi18 in forum New To JavaReplies: 15Last Post: 07-11-2010, 03:31 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks