소스 검색

Updated jstl dependency information to use correct group name.

Luke Taylor 18 년 전
부모
커밋
d7b7d36314
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      samples/contacts/pom.xml

+ 1 - 1
samples/contacts/pom.xml

@@ -49,7 +49,7 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>jstl</groupId>
+      <groupId>javax.servlet</groupId>
       <artifactId>jstl</artifactId>
       <version>1.0</version>
       <scope>runtime</scope>