Commit 1162bac1 authored by liqin's avatar liqin 💬

bug fixed

parent 196d891d
......@@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.wisenergy</groupId>
<artifactId>wisenergy-parent</artifactId>
<groupId>org.yun</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -17,7 +17,7 @@
<dependencies>
<!-- 模块依赖 -->
<dependency>
<groupId>org.yun</groupId>
<groupId>cn.wisenergy</groupId>
<artifactId>wisenergy-service</artifactId>
<version>${moduleVersion.wisenergy-service}</version>
</dependency>
......@@ -25,6 +25,7 @@
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
......
......@@ -38,6 +38,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
<scope>provided</scope>
</dependency>
</dependencies>
......
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