Skip to content

Commit aae37fe

Browse files
authored
Add JavaX Servlet api dependency (#675)
1 parent a80d7c6 commit aae37fe

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

gxawsserverless/pom.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,9 @@
3232
</dependency>
3333

3434
<dependency>
35-
<groupId>${project.groupId}</groupId>
36-
<artifactId>gxwrapperjavax</artifactId>
37-
<version>${project.version}</version>
38-
</dependency>
39-
40-
<dependency>
41-
<groupId>${project.groupId}</groupId>
42-
<artifactId>gxwrappercommon</artifactId>
43-
<version>${project.version}</version>
35+
<groupId>javax.servlet</groupId>
36+
<artifactId>javax.servlet-api</artifactId>
37+
<version>3.1.0</version>
4438
</dependency>
4539

4640
<dependency>

0 commit comments

Comments
 (0)