에러 화면
- 작성자 :
- 문*구
- 작성일 :
- 2013-11-19 15:23:36
- 조회수 :
- 565
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
안녕하세요. 업무에 수고가 많으십니다.
첨부된 파일의 화면에러는 어떻게 하면 해결 될까요?
첨부파일1) 에러 화면
첨부파일2) pom.xml
첨부된 파일의 화면에러는 어떻게 하면 해결 될까요?
첨부파일1) 에러 화면
첨부파일2) pom.xml
A
안녕하세요. 표준프레임워크센터입니다.
pom.xml 파일에서 다음의 dependency에 걸려있는 주석을 제거해 보시고 다시 테스트해 보시기 바랍니다.
<dependency>
<groupId>apache-taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
감사합니다.
pom.xml 파일에서 다음의 dependency에 걸려있는 주석을 제거해 보시고 다시 테스트해 보시기 바랍니다.
<dependency>
<groupId>apache-taglibs</groupId>
<artifactId>standard</artifactId>
<version>1.1.2</version>
</dependency>
감사합니다.