Browse Source

模型驱动jar引用

develop
董书康 1 year ago
parent
commit
9ed4983c7b
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      demo-athenaopt_backend/pom.xml

+ 6
- 0
demo-athenaopt_backend/pom.xml View File

@ -56,6 +56,12 @@
<version>${api.version}</version> <version>${api.version}</version>
</dependency> </dependency>
<dependency>
<groupId>com.digiwin.lcdp</groupId>
<artifactId>lcdp-modeldriven</artifactId>
<version>1.0.0.3</version>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>


Loading…
Cancel
Save