Skip to content

Commit 299c122

Browse files
committed
Fix: remove groboutils
Signed-off-by: Willam2004 <[email protected]>
1 parent 6ca72fa commit 299c122

File tree

2 files changed

+0
-13
lines changed
  • fastmodel-converter/fastmodel-converter-dqc
  • fastmodel-dependencies-bom

2 files changed

+0
-13
lines changed

fastmodel-converter/fastmodel-converter-dqc/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,12 @@
4242
<groupId>com.google.auto.service</groupId>
4343
<artifactId>auto-service</artifactId>
4444
</dependency>
45-
<dependency>
46-
<groupId>net.sourceforge.groboutils</groupId>
47-
<artifactId>groboutils-core</artifactId>
48-
<scope>test</scope>
49-
</dependency>
5045
<dependency>
5146
<groupId>com.aliyun.fastmodel</groupId>
5247
<artifactId>fastmodel-parser</artifactId>
5348
<version>${project.parent.version}</version>
5449
<scope>test</scope>
5550
</dependency>
56-
5751
<dependency>
5852
<groupId>com.aliyun.fastmodel</groupId>
5953
<artifactId>fastmodel-core</artifactId>

fastmodel-dependencies-bom/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,6 @@
204204
<version>1.0.0</version>
205205
</dependency>
206206

207-
<dependency>
208-
<groupId>net.sourceforge.groboutils</groupId>
209-
<artifactId>groboutils-core</artifactId>
210-
<version>5</version>
211-
<scope>test</scope>
212-
</dependency>
213-
214207
<dependency>
215208
<groupId>io.javalin</groupId>
216209
<artifactId>javalin</artifactId>

0 commit comments

Comments
 (0)