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 a80d7c6 commit aae37feCopy full SHA for aae37fe
gxawsserverless/pom.xml
@@ -32,15 +32,9 @@
32
</dependency>
33
34
<dependency>
35
- <groupId>${project.groupId}</groupId>
36
- <artifactId>gxwrapperjavax</artifactId>
37
- <version>${project.version}</version>
38
- </dependency>
39
-
40
- <dependency>
41
42
- <artifactId>gxwrappercommon</artifactId>
43
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.1.0</version>
44
45
46
0 commit comments