Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
parent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangshusheng
7 years ago
Commit
af99770a5aab85c471f1ad4a71e8e65e124b43fe
1 parent
7dc402c5
还原
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
pom.xml
pom.xml
View file @
af99770
...
...
@@ -21,8 +21,9 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<yoho.model.version>
1.4.5-SNAPSHOT
</yoho.model.version>
<yoho.core.version>
1.4.5-SNAPSHOT
</yoho.core.version>
<servlet-api-version>
3.0-alpha-1
</servlet-api-version>
<aspectj-version>
1.8.7
</aspectj-version>
<influxdb-version>
2.7
</influxdb-version>
<javax-version>
7.0
</javax-version>
...
...
@@ -317,6 +318,13 @@
<artifactId>
swagger-springmvc
</artifactId>
<version>
${mangofactory-version}
</version>
</dependency>
<!-- servlet -->
<dependency>
<groupId>
javax.servlet
</groupId>
<artifactId>
servlet-api
</artifactId>
<version>
${servlet-api-version}
</version>
<scope>
provided
</scope>
</dependency>
<!-- spring核心包 -->
<dependency>
<groupId>
org.springframework
</groupId>
...
...
Please
register
or
login
to post a comment