Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
data-server
Commits
1162bac1
Commit
1162bac1
authored
Mar 04, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
196d891d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
pom.xml
wisenergy-shiro/pom.xml
+3
-2
pom.xml
wisenergy-web-admin/pom.xml
+1
-0
No files found.
wisenergy-shiro/pom.xml
View file @
1162bac1
...
...
@@ -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>
...
...
wisenergy-web-admin/pom.xml
View file @
1162bac1
...
...
@@ -38,6 +38,7 @@
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<version>
1.18.12
</version>
<scope>
provided
</scope>
</dependency>
</dependencies>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment