Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
DEMO
spring-boot
Commits
3ecefdbc
Commit
3ecefdbc
authored
Apr 18, 2019
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dependency management for okhttp3
Closes gh-6385
parent
eda14fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
10 deletions
+46
-10
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+46
-0
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+0
-10
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
3ecefdbc
...
@@ -157,6 +157,7 @@
...
@@ -157,6 +157,7 @@
<netty.version>
4.1.34.Final
</netty.version>
<netty.version>
4.1.34.Final
</netty.version>
<netty-tcnative.version>
2.0.24.Final
</netty-tcnative.version>
<netty-tcnative.version>
2.0.24.Final
</netty-tcnative.version>
<nio-multipart-parser.version>
1.1.0
</nio-multipart-parser.version>
<nio-multipart-parser.version>
1.1.0
</nio-multipart-parser.version>
<okhttp3.version>
3.14.1
</okhttp3.version>
<pooled-jms.version>
1.0.4
</pooled-jms.version>
<pooled-jms.version>
1.0.4
</pooled-jms.version>
<postgresql.version>
42.2.5
</postgresql.version>
<postgresql.version>
42.2.5
</postgresql.version>
<prometheus-pushgateway.version>
0.6.0
</prometheus-pushgateway.version>
<prometheus-pushgateway.version>
0.6.0
</prometheus-pushgateway.version>
...
@@ -769,6 +770,51 @@
...
@@ -769,6 +770,51 @@
<artifactId>
sendgrid-java
</artifactId>
<artifactId>
sendgrid-java
</artifactId>
<version>
${sendgrid.version}
</version>
<version>
${sendgrid.version}
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
logging-interceptor
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
mockwebserver
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okcurl
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp-dnsoverhttps
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp-sse
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp-testing-support
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp-tls
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp-urlconnection
</artifactId>
<version>
${okhttp3.version}
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.sun.mail
</groupId>
<groupId>
com.sun.mail
</groupId>
<artifactId>
jakarta.mail
</artifactId>
<artifactId>
jakarta.mail
</artifactId>
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
3ecefdbc
...
@@ -75,16 +75,6 @@
...
@@ -75,16 +75,6 @@
<artifactId>
sisu-inject-plexus
</artifactId>
<artifactId>
sisu-inject-plexus
</artifactId>
<version>
2.6.0
</version>
<version>
2.6.0
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
okhttp
</artifactId>
<version>
3.11.0
</version>
</dependency>
<dependency>
<groupId>
com.squareup.okhttp3
</groupId>
<artifactId>
mockwebserver
</artifactId>
<version>
3.9.0
</version>
</dependency>
<dependency>
<dependency>
<groupId>
com.vaadin.external.google
</groupId>
<groupId>
com.vaadin.external.google
</groupId>
<artifactId>
android-json
</artifactId>
<artifactId>
android-json
</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