Commit f4cd3d3c by 墨竹

fix:恢复操作日志

parent 78d74828
...@@ -58,6 +58,12 @@ ...@@ -58,6 +58,12 @@
<artifactId>haoban-config</artifactId> <artifactId>haoban-config</artifactId>
<version>${haoban-config}</version> <version>${haoban-config}</version>
</dependency> </dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>log-record-sdk</artifactId>
<version>${log-record-sdk}</version>
</dependency>
<dependency> <dependency>
<groupId>com.vdurmont</groupId> <groupId>com.vdurmont</groupId>
<artifactId>emoji-java</artifactId> <artifactId>emoji-java</artifactId>
...@@ -162,11 +168,6 @@ ...@@ -162,11 +168,6 @@
<artifactId>gic-enterprise-operation-api</artifactId> <artifactId>gic-enterprise-operation-api</artifactId>
<version>${gic-enterprise-operation-api}</version> <version>${gic-enterprise-operation-api}</version>
</dependency> </dependency>
<dependency>
<groupId>com.gic</groupId>
<artifactId>log-record-sdk</artifactId>
<version>${log-record-sdk}</version>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -129,6 +129,11 @@ ...@@ -129,6 +129,11 @@
<version>${haoban-config}</version> <version>${haoban-config}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.gic</groupId>
<artifactId>log-record-sdk</artifactId>
<version>${log-record-sdk}</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId> <artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version> <version>3.1.0</version>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment