浏览代码

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>