Thanks to visit codestin.com Credit goes to github.com
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 e7d340f commit 937b609Copy full SHA for 937b609
‎server/api-service/lowcoder-domain/pom.xml
@@ -123,6 +123,22 @@
123
<scope>test</scope>
124
</dependency>
125
126
+ <dependency>
127
+ <groupId>commons-codec</groupId>
128
+ <artifactId>commons-codec</artifactId>
129
+ </dependency>
130
+
131
132
+ <groupId>org.apache.commons</groupId>
133
+ <artifactId>commons-lang3</artifactId>
134
135
136
137
+ <groupId>org.junit.jupiter</groupId>
138
+ <artifactId>junit-jupiter</artifactId>
139
+ <scope>test</scope>
140
141
142
<dependency>
143
<groupId>com.querydsl</groupId>
144
<artifactId>querydsl-mongodb</artifactId>
0 commit comments