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
jie
7 years ago
Commit
64b7865aba5c60062a055d25630e6914a0f72ab1
1 parent
1847c011
commit 只排除 okio 模块
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
pom.xml
View file @
64b7865
...
...
@@ -700,8 +700,8 @@
<exclusions>
<exclusion>
<groupId>
com.squareup.okhttp
</groupId>
<artifactId>
okhttp
</artifactId>
<groupId>
com.squareup.okio
</groupId>
<artifactId>
okio
</artifactId>
</exclusion>
</exclusions>
</dependency>
...
...
Please
register
or
login
to post a comment