Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
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
dataplatform
atlas
Commits
d12609bc
Commit
d12609bc
authored
4 years ago
by
Radhika Kundam
Committed by
Sarath Subramanian
4 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-4028: Update Atlas with latest version of httpclient and httpcore
Signed-off-by:
Sarath Subramanian
<
sarath@apache.org
>
parent
dd4ba1b1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
pom.xml
addons/hbase-bridge/pom.xml
+1
-1
pom.xml
addons/kafka-bridge/pom.xml
+1
-1
pom.xml
pom.xml
+4
-2
No files found.
addons/hbase-bridge/pom.xml
View file @
d12609bc
...
...
@@ -131,7 +131,7 @@
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpcore
</artifactId>
<version>
4.4.6
</version>
<version>
${httpcomponents-httpcore.version}
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
addons/kafka-bridge/pom.xml
View file @
d12609bc
...
...
@@ -99,7 +99,7 @@
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpcore
</artifactId>
<version>
4.4.6
</version>
<version>
${httpcomponents-httpcore.version}
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
d12609bc
...
...
@@ -691,6 +691,8 @@
<hbase.version>
2.0.2
</hbase.version>
<hive.version>
3.1.0
</hive.version>
<hppc.version>
0.8.1
</hppc.version>
<httpcomponents-httpclient.version>
4.5.13
</httpcomponents-httpclient.version>
<httpcomponents-httpcore.version>
4.4.13
</httpcomponents-httpcore.version>
<jackson.databind.version>
2.10.5
</jackson.databind.version>
<jackson.version>
2.10.5
</jackson.version>
<janus.version>
0.5.2
</janus.version>
...
...
@@ -1597,13 +1599,13 @@
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpclient
</artifactId>
<version>
4.5.4
</version>
<version>
${httpcomponents-httpclient.version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.httpcomponents
</groupId>
<artifactId>
httpcore
</artifactId>
<version>
4.4.10
</version>
<version>
${httpcomponents-httpcore.version}
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
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