대체 왜 .. 이런 라이브러리를 썼는지는 잘 모르겠지만 ...

 

maven 으로 패킹하는데 이 라이브러리가 아무곳에도 없었다

 

이클립스로 봤을때 이 라이브러리는 jdk(1.7)에 의존하고 있었다.

 

서버에서 돌아가는 jdk랑 버전이 다르긴했는데 어쨌던간에

 

서버의 jdk는 해당 라이브러리를 갖고 있지 않아서 문제가 났다.

 

 

이걸 어떻게 할까 하다가 구글신에서 jar파일을 찾고 직접 넣어주니까 동작이 잘 됐다.

 

https://mvnrepository.com/artifact/com.sun.xml.security/xml-security-impl/1.0

 

Maven Repository: com.sun.xml.security » xml-security-impl » 1.0

XML Security with Extensions com.sun.xml.security xml-security-impl 1.0 // https://mvnrepository.com/artifact/com.sun.xml.security/xml-security-impl compile group: 'com.sun.xml.security', name: 'xml-security-impl', version: '1.0' // https://mvnrepository.c

mvnrepository.com

 

 

com.sun.org.apache.xml.internal.security.* 를 포함하는 라이브러리이다

 

 

 

https://stackoverflow.com/questions/30909847/how-to-solve-com-sun-org-apache-xml-internal-security-package-does-not-exist-in/32316288

+ Recent posts