라이브러리를 추가하다가 보면 다음과 같은 에러가 뜨면서 작동이 되지 않을때까 있다. 그럴떄에는 아래의 코드를 추가하면 해결이 된다.
<repositories>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven 2</name>
<url>http://download.java.net/maven/2</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
'Development > etc' 카테고리의 다른 글
OS X에서 Scala 개발 환경 구축하기~! (0) | 2014.02.02 |
---|---|
org.jasypt.exceptions.EncryptionOperationNotPossibleException 오류 (0) | 2014.01.10 |
Mac에서 이클립스가 작동되지 않을때.... (0) | 2013.12.20 |
AWS ec2 인스턴스에 SFTP 접속방법~! (0) | 2013.12.07 |
Homebrew 설치하기~!!! (0) | 2013.12.02 |