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
b62744e1
Commit
b62744e1
authored
Mar 09, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
c7086c71
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
pom.xml
wisenergy-common/pom.xml
+12
-1
No files found.
wisenergy-common/pom.xml
View file @
b62744e1
...
@@ -89,8 +89,9 @@
...
@@ -89,8 +89,9 @@
<artifactId>
bcprov-jdk15on
</artifactId>
<artifactId>
bcprov-jdk15on
</artifactId>
<version>
1.54
</version>
<version>
1.54
</version>
</dependency>
</dependency>
<!-- Swagger配置 -->
<!-- Swagger配置 -->
<dependency>
<
!--<
dependency>
<groupId>io.springfox</groupId>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<artifactId>springfox-swagger2</artifactId>
<version>2.9.2</version>
<version>2.9.2</version>
...
@@ -119,7 +120,13 @@
...
@@ -119,7 +120,13 @@
<groupId>io.swagger</groupId>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<artifactId>swagger-models</artifactId>
<version>1.6.2</version>
<version>1.6.2</version>
</dependency>-->
<dependency>
<groupId>
io.springfox
</groupId>
<artifactId>
springfox-boot-starter
</artifactId>
<version>
3.0.0
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
<groupId>
io.jsonwebtoken
</groupId>
<artifactId>
jjwt
</artifactId>
<artifactId>
jjwt
</artifactId>
...
@@ -198,6 +205,10 @@
...
@@ -198,6 +205,10 @@
<artifactId>
hutool-all
</artifactId>
<artifactId>
hutool-all
</artifactId>
<version>
4.6.17
</version>
<version>
4.6.17
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
</dependency>
<!-- 视频获取第一帧 -->
<!-- 视频获取第一帧 -->
<dependency>
<dependency>
<groupId>
org.bytedeco
</groupId>
<groupId>
org.bytedeco
</groupId>
...
...
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