mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-12 15:51:18 +00:00
bugfix
This commit is contained in:
parent
223aeb6f52
commit
1cca3f832b
@ -11,5 +11,10 @@
|
||||
|
||||
<artifactId>builder-test</artifactId>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.antgroup.openspg.server</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@ -3,4 +3,5 @@ package com.antgroup.openspg.builder.test;
|
||||
public class RiskMiningRecord {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.antgroup.openspg.builder</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
<artifactId>builder-test</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
5
pom.xml
5
pom.xml
@ -61,6 +61,11 @@
|
||||
<!-- openspg start -->
|
||||
<dependency>
|
||||
<groupId>com.antgroup.openspg.builder</groupId>
|
||||
<artifactId>builder-test</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.antgroup.openspg.server</groupId>
|
||||
<artifactId>test</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user