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
ea02e10c
Commit
ea02e10c
authored
5 years ago
by
Zsombor Gegesy
Committed by
Sarath Subramanian
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3348: Bump jackson.databind to 2.9.9.1
Signed-off-by:
Sarath Subramanian
<
sarath@apache.org
>
parent
9d432d5d
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
8 deletions
+9
-8
pom.xml
addons/hbase-bridge/pom.xml
+1
-1
pom.xml
addons/hive-bridge/pom.xml
+2
-2
pom.xml
addons/impala-bridge/pom.xml
+2
-2
pom.xml
addons/storm-bridge/pom.xml
+1
-1
pom.xml
graphdb/janus/pom.xml
+1
-1
pom.xml
pom.xml
+1
-0
pom.xml
tools/classification-updater/pom.xml
+1
-1
No files found.
addons/hbase-bridge/pom.xml
View file @
ea02e10c
...
@@ -321,7 +321,7 @@
...
@@ -321,7 +321,7 @@
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</artifactItem>
</artifactItem>
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
This diff is collapsed.
Click to expand it.
addons/hive-bridge/pom.xml
View file @
ea02e10c
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -284,7 +284,7 @@
...
@@ -284,7 +284,7 @@
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</artifactItem>
</artifactItem>
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
This diff is collapsed.
Click to expand it.
addons/impala-bridge/pom.xml
View file @
ea02e10c
...
@@ -126,7 +126,7 @@
...
@@ -126,7 +126,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
@@ -315,7 +315,7 @@
...
@@ -315,7 +315,7 @@
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</artifactItem>
</artifactItem>
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
This diff is collapsed.
Click to expand it.
addons/storm-bridge/pom.xml
View file @
ea02e10c
...
@@ -317,7 +317,7 @@
...
@@ -317,7 +317,7 @@
<artifactItem>
<artifactItem>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</artifactItem>
</artifactItem>
<artifactItem>
<artifactItem>
...
...
This diff is collapsed.
Click to expand it.
graphdb/janus/pom.xml
View file @
ea02e10c
...
@@ -213,7 +213,7 @@
...
@@ -213,7 +213,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</dependency>
</dependency>
<dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
ea02e10c
...
@@ -692,6 +692,7 @@
...
@@ -692,6 +692,7 @@
<!-- Needed for hooks -->
<!-- Needed for hooks -->
<aopalliance.version>
1.0
</aopalliance.version>
<aopalliance.version>
1.0
</aopalliance.version>
<jackson.version>
2.9.9
</jackson.version>
<jackson.version>
2.9.9
</jackson.version>
<jackson.databind.version>
2.9.9.1
</jackson.databind.version>
<!-- Apache commons -->
<!-- Apache commons -->
<commons-conf.version>
1.10
</commons-conf.version>
<commons-conf.version>
1.10
</commons-conf.version>
...
...
This diff is collapsed.
Click to expand it.
tools/classification-updater/pom.xml
View file @
ea02e10c
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
<groupId>
com.fasterxml.jackson.core
</groupId>
<artifactId>
jackson-databind
</artifactId>
<artifactId>
jackson-databind
</artifactId>
<version>
${jackson.version}
</version>
<version>
${jackson.
databind.
version}
</version>
</dependency>
</dependency>
<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