Skip to content

Commit e693dbd

Browse files
committed
Fix invalid pom file
1 parent f830bd5 commit e693dbd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

server/api-service/lowcoder-dependencies/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
<version>3.0.0</version>
6464
</dependency>
6565
<dependency>
66-
<groupId>javax.el</groupId>
67-
<artifactId>javax.el-api</artifactId>
68-
<version>3.0.0</version>
6966
<groupId>jakarta.el</groupId>
7067
<artifactId>jakarta.el-api</artifactId>
7168
<version>5.0.1</version>

server/api-service/lowcoder-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lowcoder-root</artifactId>
77
<groupId>org.lowcoder</groupId>
8-
<version>${revision}</version>
8+
<version>${revision}</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)