전자 정부 프레임웍 .. 프로젝트 만들자 마자 에러 생김..
pom.xml 을 열어 <repository>
<dependency> 추가. 저작권 때문이 라고함. 아놔.
<repository>
<id>mesir-repo</id>
<url>http://mesir.googlecode.com/svn/trunk/mavenrepo</url>
</repository>
And you can get the ojdbc14 jar w/this dep. def.
<dependency>
<groupId>com.oracle</groupId>
<artifactId>ojdbc14</artifactId>
<version>10.2.0.4.0</version>
</dependency>
http://www.jroller.com/mert/entry/oracle_s_ojdbc14_jar_mesir 출처
'스프링3.0' 카테고리의 다른 글
DispatcherServlet web.xml 구현부 (0) | 2012.05.19 |
---|---|
Encoding Filter (web.xml 구현 ) (0) | 2012.05.19 |
스프링 3.0 AOP 에러. 문제 해결 (1) | 2012.05.15 |
Spring3.0 Tiles (1) | 2012.05.14 |
Spring3.0 DB (0) | 2012.05.14 |