We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6458a2d commit ff7b126Copy full SHA for ff7b126
web-module/pom.xml
@@ -37,8 +37,9 @@
37
<!-- 실행환경 라이브러리 -->
38
<dependency>
39
<groupId>313devgrp</groupId>
40
- <artifactId>core-module</artifactId>
+ <artifactId>lib-module</artifactId>
41
<version>${project.version}</version>
42
+ <type>pom</type>
43
</dependency>
44
45
<groupId>javax.servlet</groupId>
@@ -71,11 +72,10 @@
71
72
<artifactId>javax.websocket-api</artifactId>
73
<version>1.1</version>
74
-
75
76
- <groupId>org.scala-lang</groupId>
77
- <artifactId>scala-library</artifactId>
78
- <version>2.11.7</version>
+ <groupId>taglibs</groupId>
+ <artifactId>standard</artifactId>
+ <version>1.1.2</version>
79
80
81
</dependencies>
0 commit comments