feat():OPC UA环境
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -34,6 +34,9 @@
|
||||
<knife4j.version>4.5.0</knife4j.version>
|
||||
<springdoc.version>1.7.0</springdoc.version>
|
||||
<mybatis.version>3.5.2</mybatis.version>
|
||||
<milo.version>0.6.3</milo.version>
|
||||
<commons-pool2.version>2.12.0</commons-pool2.version>
|
||||
<!-- 2.12.0-->
|
||||
</properties>
|
||||
|
||||
<!-- 依赖声明 -->
|
||||
@@ -212,6 +215,12 @@
|
||||
<!-- <version>3.5.2</version>-->
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-pool2</artifactId>
|
||||
<version>${commons-pool2.version}</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user