Skip to content

Commit ff7b126

Browse files
committed
docker auto version configure
1 parent 6458a2d commit ff7b126

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web-module/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
<!-- 실행환경 라이브러리 -->
3838
<dependency>
3939
<groupId>313devgrp</groupId>
40-
<artifactId>core-module</artifactId>
40+
<artifactId>lib-module</artifactId>
4141
<version>${project.version}</version>
42+
<type>pom</type>
4243
</dependency>
4344
<dependency>
4445
<groupId>javax.servlet</groupId>
@@ -71,11 +72,10 @@
7172
<artifactId>javax.websocket-api</artifactId>
7273
<version>1.1</version>
7374
</dependency>
74-
7575
<dependency>
76-
<groupId>org.scala-lang</groupId>
77-
<artifactId>scala-library</artifactId>
78-
<version>2.11.7</version>
76+
<groupId>taglibs</groupId>
77+
<artifactId>standard</artifactId>
78+
<version>1.1.2</version>
7979
</dependency>
8080

8181
</dependencies>

0 commit comments

Comments
 (0)