ㅤㅤㅤ
Missing artifact javax.servlet:servlet-api:jar:3.0.1 본문
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
에러나는 부분을 바꿔주면 개꿀끝
https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api/3.0.1
'プログラミング > Spring' 카테고리의 다른 글
Cannot change version of project facet Dynamic Web Module to 2.5. (0) | 2017.06.16 |
---|---|
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path (0) | 2017.06.16 |
org.apache.maven.plugin.war.WarMojo (0) | 2017.06.16 |
java.lang.NoSuchMethodError (0) | 2017.06.07 |
Spring프로젝트 JDK버전 변경 및 설정 (0) | 2017.06.07 |
Comments