Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
data-spider
baihang-report
Commits
f586339b
Commit
f586339b
authored
Oct 31, 2019
by
data爬虫-冯 军凯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加security 安全依赖包
parent
cee2ef22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
12 deletions
+9
-12
pom.xml
pom.xml
+9
-12
No files found.
pom.xml
View file @
f586339b
...
...
@@ -199,10 +199,6 @@
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-core
</artifactId>
</exclusion>
</exclusions>
</dependency>
...
...
@@ -211,8 +207,15 @@
<artifactId>
spring-boot-starter-redis
</artifactId>
<version>
1.4.6.RELEASE
</version>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-security
</artifactId>
</dependency>
<dependency>
<groupId>
com.quantgroup
</groupId>
<artifactId>
brApi-shaded
</artifactId>
<version>
201808071146-Release
</version>
</dependency>
<!--SpringBoot, Cloud基础的依赖-->
<dependency>
...
...
@@ -262,12 +265,6 @@
<version>
3.8
</version>
</dependency>
<dependency>
<groupId>
com.quantgroup
</groupId>
<artifactId>
brApi-shaded
</artifactId>
<version>
201808071146-Release
</version>
</dependency>
<dependency>
<groupId>
joda-time
</groupId>
<artifactId>
joda-time
</artifactId>
...
...
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