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 f830bd5 commit e693dbdCopy full SHA for e693dbd
server/api-service/lowcoder-dependencies/pom.xml
@@ -63,9 +63,6 @@
63
<version>3.0.0</version>
64
</dependency>
65
<dependency>
66
- <groupId>javax.el</groupId>
67
- <artifactId>javax.el-api</artifactId>
68
- <version>3.0.0</version>
69
<groupId>jakarta.el</groupId>
70
<artifactId>jakarta.el-api</artifactId>
71
<version>5.0.1</version>
server/api-service/lowcoder-sdk/pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<artifactId>lowcoder-root</artifactId>
7
<groupId>org.lowcoder</groupId>
8
- <version>${revision}</version>
+ <version>${revision}</version>
9
</parent>
10
11
<modelVersion>4.0.0</modelVersion>
0 commit comments