Skip to content

Commit 937b609

Browse files
author
FalkWolsky
committed
Updated POM Dependencies
1 parent e7d340f commit 937b609

File tree

2 files changed

+8840
-11739
lines changed

2 files changed

+8840
-11739
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,22 @@
123123
<scope>test</scope>
124124
</dependency>
125125

126+
<dependency>
127+
<groupId>commons-codec</groupId>
128+
<artifactId>commons-codec</artifactId>
129+
</dependency>
130+
131+
<dependency>
132+
<groupId>org.apache.commons</groupId>
133+
<artifactId>commons-lang3</artifactId>
134+
</dependency>
135+
136+
<dependency>
137+
<groupId>org.junit.jupiter</groupId>
138+
<artifactId>junit-jupiter</artifactId>
139+
<scope>test</scope>
140+
</dependency>
141+
126142
<dependency>
127143
<groupId>com.querydsl</groupId>
128144
<artifactId>querydsl-mongodb</artifactId>

0 commit comments

Comments
 (0)