Commit 1162bac1 authored by liqin's avatar liqin 💬

bug fixed

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