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
06106fe9
Commit
06106fe9
authored
Oct 29, 2020
by
Radhika Kundam
Committed by
Sarath Subramanian
Nov 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-4010: Sort maven properties lexicographically in pom for better readability
Signed-off-by:
Sarath Subramanian
<
sarath@apache.org
>
parent
dc9e2689
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
149 additions
and
194 deletions
+149
-194
pom.xml
distro/pom.xml
+58
-72
pom.xml
docs/pom.xml
+1
-1
pom.xml
pom.xml
+89
-120
pom.xml
webapp/pom.xml
+1
-1
No files found.
distro/pom.xml
View file @
06106fe9
...
@@ -31,21 +31,9 @@
...
@@ -31,21 +31,9 @@
<!-- by default configure hbase and solr with the distribution -->
<!-- by default configure hbase and solr with the distribution -->
<properties>
<properties>
<cassandra.embedded>
false
</cassandra.embedded>
<graph.storage.backend>
hbase2
</graph.storage.backend>
<elasticsearch.managed>
false
</elasticsearch.managed>
<graph.storage.properties>
#Hbase
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.properties>
#For standalone mode , specify localhost
#for distributed mode, specify zookeeper quorum here
atlas.graph.storage.hostname=
atlas.graph.storage.hbase.regions-per-server=1
atlas.graph.storage.lock.wait-time=10000
#In order to use Cassandra as a backend, comment out the hbase specific properties above, and uncomment the
#the following properties
#atlas.graph.storage.clustername=
#atlas.graph.storage.port=
</graph.storage.properties>
<graph.index.backend>
solr
</graph.index.backend>
<graph.index.backend>
solr
</graph.index.backend>
<graph.index.properties>
#Solr
<graph.index.properties>
#Solr
#Solr cloud mode properties
#Solr cloud mode properties
...
@@ -71,12 +59,21 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -71,12 +59,21 @@ atlas.graph.index.search.solr.wait-searcher=true
#atlas.graph.index.search.hostname=localhost
#atlas.graph.index.search.hostname=localhost
#atlas.graph.index.search.elasticsearch.client-only=true
#atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
</graph.index.properties>
<graph.storage.backend>
hbase2
</graph.storage.backend>
<graph.storage.properties>
#Hbase
#For standalone mode , specify localhost
#for distributed mode, specify zookeeper quorum here
atlas.graph.storage.hostname=
atlas.graph.storage.hbase.regions-per-server=1
atlas.graph.storage.lock.wait-time=10000
#In order to use Cassandra as a backend, comment out the hbase specific properties above, and uncomment the
#the following properties
#atlas.graph.storage.clustername=
#atlas.graph.storage.port=
</graph.storage.properties>
<hbase.embedded>
false
</hbase.embedded>
<hbase.embedded>
false
</hbase.embedded>
<solr.embedded>
false
</solr.embedded>
<solr.embedded>
false
</solr.embedded>
<cassandra.embedded>
false
</cassandra.embedded>
<elasticsearch.managed>
false
</elasticsearch.managed>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.properties>
</properties>
</properties>
<profiles>
<profiles>
...
@@ -157,13 +154,8 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -157,13 +154,8 @@ atlas.graph.index.search.solr.wait-searcher=true
<activeByDefault>
false
</activeByDefault>
<activeByDefault>
false
</activeByDefault>
</activation>
</activation>
<properties>
<properties>
<graph.storage.backend>
berkeleyje
</graph.storage.backend>
<cassandra.embedded>
false
</cassandra.embedded>
<graph.storage.properties>
#Berkeley
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
atlas.graph.storage.directory=${sys:atlas.home}/data/berkeley
atlas.graph.storage.lock.clean-expired=true
atlas.graph.storage.lock.expiry-time=500
atlas.graph.storage.lock.wait-time=300
</graph.storage.properties>
<graph.index.backend>
solr
</graph.index.backend>
<graph.index.backend>
solr
</graph.index.backend>
<graph.index.properties>
#Solr
<graph.index.properties>
#Solr
#Solr cloud mode properties
#Solr cloud mode properties
...
@@ -177,19 +169,21 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -177,19 +169,21 @@ atlas.graph.index.search.solr.wait-searcher=true
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
</graph.index.properties>
</graph.index.properties>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
<graph.storage.backend>
berkeleyje
</graph.storage.backend>
<graph.storage.properties>
#Berkeley
<cassandra.embedded>
false
</cassandra.embedded>
atlas.graph.storage.directory=${sys:atlas.home}/data/berkeley
atlas.graph.storage.lock.clean-expired=true
atlas.graph.storage.lock.expiry-time=500
atlas.graph.storage.lock.wait-time=300
</graph.storage.properties>
<hbase.embedded>
false
</hbase.embedded>
<hbase.embedded>
false
</hbase.embedded>
<solr.embedded>
true
</solr.embedded>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.
tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar
>
<solr.
embedded>
true
</solr.embedded
>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.tar>
https://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
<zk.tar>
https://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
</properties>
</properties>
<build>
<build>
<plugins>
<plugins>
...
@@ -253,6 +247,17 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -253,6 +247,17 @@ atlas.graph.index.search.solr.wait-searcher=true
<activeByDefault>
false
</activeByDefault>
<activeByDefault>
false
</activeByDefault>
</activation>
</activation>
<properties>
<properties>
<cassandra.embedded>
false
</cassandra.embedded>
<elasticsearch.dir>
${project.build.directory}/elasticsearch
</elasticsearch.dir>
<elasticsearch.folder>
elasticsearch-${elasticsearch.version}
</elasticsearch.folder>
<elasticsearch.managed>
true
</elasticsearch.managed>
<elasticsearch.tar>
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${elasticsearch.version}.tar.gz
</elasticsearch.tar>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
<graph.index.backend>
elasticsearch
</graph.index.backend>
<graph.index.properties>
#ElasticSearch
atlas.graph.index.search.hostname=localhost
atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
<graph.storage.backend>
berkeleyje
</graph.storage.backend>
<graph.storage.backend>
berkeleyje
</graph.storage.backend>
<graph.storage.properties>
#Berkeley
<graph.storage.properties>
#Berkeley
atlas.graph.storage.directory=${sys:atlas.home}/data/berkeley
atlas.graph.storage.directory=${sys:atlas.home}/data/berkeley
...
@@ -260,19 +265,6 @@ atlas.graph.storage.lock.clean-expired=true
...
@@ -260,19 +265,6 @@ atlas.graph.storage.lock.clean-expired=true
atlas.graph.storage.lock.expiry-time=500
atlas.graph.storage.lock.expiry-time=500
atlas.graph.storage.lock.wait-time=300
atlas.graph.storage.lock.wait-time=300
</graph.storage.properties>
</graph.storage.properties>
<graph.index.backend>
elasticsearch
</graph.index.backend>
<graph.index.properties>
#ElasticSearch
atlas.graph.index.search.hostname=localhost
atlas.graph.index.search.elasticsearch.client-only=true
</graph.index.properties>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.NoopEntityAuditRepository
</entity.repository.properties>
<elasticsearch.managed>
true
</elasticsearch.managed>
<cassandra.embedded>
false
</cassandra.embedded>
<elasticsearch.dir>
${project.build.directory}/elasticsearch
</elasticsearch.dir>
<elasticsearch.tar>
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${elasticsearch.version}.tar.gz
</elasticsearch.tar>
<elasticsearch.folder>
elasticsearch-${elasticsearch.version}
</elasticsearch.folder>
</properties>
</properties>
<build>
<build>
<plugins>
<plugins>
...
@@ -323,13 +315,7 @@ atlas.graph.index.search.elasticsearch.client-only=true
...
@@ -323,13 +315,7 @@ atlas.graph.index.search.elasticsearch.client-only=true
<activeByDefault>
false
</activeByDefault>
<activeByDefault>
false
</activeByDefault>
</activation>
</activation>
<properties>
<properties>
<graph.storage.properties>
#Hbase
<cassandra.embedded>
false
</cassandra.embedded>
#For standalone mode , specify localhost
#for distributed mode, specify zookeeper quorum here
atlas.graph.storage.hostname=localhost
atlas.graph.storage.hbase.regions-per-server=1
atlas.graph.storage.lock.wait-time=10000
</graph.storage.properties>
<graph.index.properties>
#Solr
<graph.index.properties>
#Solr
#Solr cloud mode properties
#Solr cloud mode properties
atlas.graph.index.search.solr.mode=cloud
atlas.graph.index.search.solr.mode=cloud
...
@@ -342,18 +328,21 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -342,18 +328,21 @@ atlas.graph.index.search.solr.wait-searcher=true
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
</graph.index.properties>
</graph.index.properties>
<graph.storage.properties>
#Hbase
<cassandra.embedded>
false
</cassandra.embedded>
#For standalone mode , specify localhost
<hbase.embedded>
true
</hbase.embedded>
#for distributed mode, specify zookeeper quorum here
<solr.embedded>
true
</solr.embedded>
atlas.graph.storage.hostname=localhost
atlas.graph.storage.hbase.regions-per-server=1
atlas.graph.storage.lock.wait-time=10000
</graph.storage.properties>
<hbase.dir>
${project.build.directory}/hbase
</hbase.dir>
<hbase.dir>
${project.build.directory}/hbase
</hbase.dir>
<hbase.
tar>
https://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz
</hbase.tar
>
<hbase.
embedded>
true
</hbase.embedded
>
<hbase.folder>
hbase-${hbase.version}
</hbase.folder>
<hbase.folder>
hbase-${hbase.version}
</hbase.folder>
<hbase.tar>
https://archive.apache.org/dist/hbase/${hbase.version}/hbase-${hbase.version}-bin.tar.gz
</hbase.tar>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.
tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar
>
<solr.
embedded>
true
</solr.embedded
>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
</properties>
</properties>
<build>
<build>
<plugins>
<plugins>
...
@@ -416,11 +405,8 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -416,11 +405,8 @@ atlas.graph.index.search.solr.wait-searcher=true
<activeByDefault>
false
</activeByDefault>
<activeByDefault>
false
</activeByDefault>
</activation>
</activation>
<properties>
<properties>
<
graph.storage.backend>
embeddedcassandra
</graph.storage.backen
d>
<
cassandra.embedded>
true
</cassandra.embedde
d>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.CassandraBasedAuditRepository
</entity.repository.properties>
<entity.repository.properties>
atlas.EntityAuditRepository.impl=org.apache.atlas.repository.audit.CassandraBasedAuditRepository
</entity.repository.properties>
<graph.storage.properties>
#Cassandra
atlas.graph.storage.conf-file=${sys:atlas.home}/conf/cassandra.yml
</graph.storage.properties>
<graph.index.properties>
#Solr
<graph.index.properties>
#Solr
#Solr cloud mode properties
#Solr cloud mode properties
atlas.graph.index.search.solr.mode=cloud
atlas.graph.index.search.solr.mode=cloud
...
@@ -433,18 +419,18 @@ atlas.graph.index.search.solr.wait-searcher=true
...
@@ -433,18 +419,18 @@ atlas.graph.index.search.solr.wait-searcher=true
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.mode=http
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
#atlas.graph.index.search.solr.http-urls=http://localhost:8983/solr
</graph.index.properties>
</graph.index.properties>
<graph.storage.backend>
embeddedcassandra
</graph.storage.backend>
<cassandra.embedded>
true
</cassandra.embedded>
<graph.storage.properties>
#Cassandra
atlas.graph.storage.conf-file=${sys:atlas.home}/conf/cassandra.yml
</graph.storage.properties>
<hbase.embedded>
false
</hbase.embedded>
<hbase.embedded>
false
</hbase.embedded>
<solr.embedded>
true
</solr.embedded>
<solr.embedded>
true
</solr.embedded>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.dir>
${project.build.directory}/solr
</solr.dir>
<solr.tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.folder>
solr-${solr.version}
</solr.folder>
<solr.tar>
https://archive.apache.org/dist/lucene/solr/${solr.version}/solr-${solr.version}.tgz
</solr.tar>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.dir>
${project.build.directory}/zk
</zk.dir>
<zk.tar>
https://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
<zk.folder>
zookeeper-${zookeeper.version}
</zk.folder>
<zk.tar>
https://archive.apache.org/dist/zookeeper/zookeeper-${zookeeper.version}/zookeeper-${zookeeper.version}.tar.gz
</zk.tar>
</properties>
</properties>
<build>
<build>
<plugins>
<plugins>
...
...
docs/pom.xml
View file @
06106fe9
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
<description>
Apache Atlas Documentation
</description>
<description>
Apache Atlas Documentation
</description>
<name>
Apache Atlas Documentation
</name>
<name>
Apache Atlas Documentation
</name>
<properties>
<properties>
<skipTests>
true
</skipTests>
<skipSite>
false
</skipSite>
<skipSite>
false
</skipSite>
<skipTests>
true
</skipTests>
</properties>
</properties>
<!-- TODO -->
<!-- TODO -->
<!-- <reporting>
<!-- <reporting>
...
...
pom.xml
View file @
06106fe9
...
@@ -573,12 +573,12 @@
...
@@ -573,12 +573,12 @@
<activeByDefault>
false
</activeByDefault>
<activeByDefault>
false
</activeByDefault>
</activation>
</activation>
<properties>
<properties>
<graph.storage.backend>
hbase2
</graph.storage.backend>
<graph.index.backend>
solr
</graph.index.backend>
<solr.zk.address>
localhost:9983
</solr.zk.address>
<graph.storage.hostname>
localhost
</graph.storage.hostname>
<entity.repository.impl>
org.apache.atlas.repository.audit.HBaseBasedAuditRepository
<entity.repository.impl>
org.apache.atlas.repository.audit.HBaseBasedAuditRepository
</entity.repository.impl>
</entity.repository.impl>
<graph.index.backend>
solr
</graph.index.backend>
<graph.storage.backend>
hbase2
</graph.storage.backend>
<graph.storage.hostname>
localhost
</graph.storage.hostname>
<solr.zk.address>
localhost:9983
</solr.zk.address>
</properties>
</properties>
</profile>
</profile>
...
@@ -613,13 +613,13 @@
...
@@ -613,13 +613,13 @@
</property>
</property>
</activation>
</activation>
<properties>
<properties>
<graphGroup>
org.apache.atlas
</graphGroup>
<distro.exclude.packages>
WEB-INF/lib/je-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar,WEB-INF/lib/logback-*.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/ant-*.jar
</distro.exclude.packages>
<graph.index.backend>
solr
</graph.index.backend>
<graphArtifact>
atlas-graphdb-janus
</graphArtifact>
<graphArtifact>
atlas-graphdb-janus
</graphArtifact>
<skipDocs>
false
</skipDocs>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
</graphdb.backend.impl>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
</graphdb.backend.impl>
<graph.index.backend>
solr
</graph.index.backend>
<graphGroup>
org.apache.atlas
</graphGroup>
<skipDocs>
false
</skipDocs>
<tests.solr.embedded>
true
</tests.solr.embedded>
<tests.solr.embedded>
true
</tests.solr.embedded>
<distro.exclude.packages>
WEB-INF/lib/je-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar,WEB-INF/lib/logback-*.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/ant-*.jar
</distro.exclude.packages>
</properties>
</properties>
</profile>
</profile>
...
@@ -632,14 +632,13 @@
...
@@ -632,14 +632,13 @@
</property>
</property>
</activation>
</activation>
<properties>
<properties>
<
!-- Define graph dependency type/version --
>
<
distro.exclude.packages>
WEB-INF/lib/je-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar,WEB-INF/lib/logback-*.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/ant-*.jar
</distro.exclude.packages
>
<graph
Group>
org.apache.atlas
</graphGroup
>
<graph
.index.backend>
solr
</graph.index.backend
>
<graphArtifact>
atlas-graphdb-janus
</graphArtifact>
<graphArtifact>
atlas-graphdb-janus
</graphArtifact>
<skipDocs>
false
</skipDocs>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
</graphdb.backend.impl>
<graphdb.backend.impl>
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase
</graphdb.backend.impl>
<graph.index.backend>
solr
</graph.index.backend>
<graphGroup>
org.apache.atlas
</graphGroup>
<skipDocs>
false
</skipDocs>
<tests.solr.embedded>
true
</tests.solr.embedded>
<tests.solr.embedded>
true
</tests.solr.embedded>
<distro.exclude.packages>
WEB-INF/lib/je-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar,WEB-INF/lib/logback-*.jar,WEB-INF/lib/dom4j-*.jar,WEB-INF/lib/ant-*.jar
</distro.exclude.packages>
</properties>
</properties>
</profile>
</profile>
...
@@ -654,131 +653,101 @@
...
@@ -654,131 +653,101 @@
</profiles>
</profiles>
<properties>
<properties>
<!-- platform encoding override -->
<skipTests>
false
</skipTests>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<node-for-v2.version>
v12.16.0
</node-for-v2.version>
<npm-for-v2.version>
6.13.7
</npm-for-v2.version>
<slf4j.version>
1.7.21
</slf4j.version>
<jetty.version>
9.4.31.v20200723
</jetty.version>
<jetty.jsp.version>
9.2.30.v20200428
</jetty.jsp.version>
<jersey.version>
1.19
</jersey.version>
<jsr.version>
1.1
</jsr.version>
<janus.version>
0.5.1
</janus.version>
<tinkerpop.version>
3.4.6
</tinkerpop.version>
<lucene-solr.version>
7.7.2
</lucene-solr.version>
<solr-test-framework.version>
7.7.2
</solr-test-framework.version>
<junit.version>
4.13
</junit.version>
<hadoop.version>
3.1.1
</hadoop.version>
<hbase.version>
2.0.2
</hbase.version>
<solr.version>
7.7.2
</solr.version>
<hive.version>
3.1.0
</hive.version>
<kafka.version>
2.0.0
</kafka.version>
<kafka.scala.binary.version>
2.11
</kafka.scala.binary.version>
<calcite.version>
1.16.0
</calcite.version>
<zookeeper.version>
3.4.6
</zookeeper.version>
<falcon.version>
0.8
</falcon.version>
<sqoop.version>
1.4.6.2.3.99.0-195
</sqoop.version>
<storm.version>
1.2.0
</storm.version>
<curator.version>
4.0.1
</curator.version>
<elasticsearch.version>
5.6.4
</elasticsearch.version>
<json.version>
3.2.11
</json.version>
<akka.version>
2.3.7
</akka.version>
<akka.version>
2.3.7
</akka.version>
<spray.version>
1.3.1
</spray.version>
<antlr4.plugin.version>
4.5
</antlr4.plugin.version>
<gson.version>
2.5
</gson.version>
<fastutil.version>
6.5.16
</fastutil.version>
<guice.version>
4.1.0
</guice.version>
<spring.version>
4.3.29.RELEASE
</spring.version>
<spring.security.version>
4.2.17.RELEASE
</spring.security.version>
<javax.servlet.version>
3.1.0
</javax.servlet.version>
<guava.version>
25.1-jre
</guava.version>
<antlr4.version>
4.7
</antlr4.version>
<antlr4.version>
4.7
</antlr4.version>
<log4j.version>
1.2.17
</log4j.version>
<log4j2.version>
2.11.0
</log4j2.version>
<!-- Needed for hooks -->
<aopalliance.version>
1.0
</aopalliance.version>
<aopalliance.version>
1.0
</aopalliance.version>
<
jackson.version>
2.10.5
</jackson
.version>
<
aspectj.runtime.version>
1.8.7
</aspectj.runtime
.version>
<
jackson.databind.version>
2.10.5
</jackson.databind.version
>
<
atlas.surefire.options></atlas.surefire.options
>
<calcite.version>
1.16.0
</calcite.version>
<
!-- Apache commons --
>
<
checkstyle.failOnViolation>
false
</checkstyle.failOnViolation
>
<co
mmons-conf.version>
1.10
</commons-conf
.version>
<co
dehaus.woodstox.stax2-api.version>
3.1.4
</codehaus.woodstox.stax2-api
.version>
<commons-c
onf2.version>
2.2
</commons-conf2
.version>
<commons-c
li.version>
1.4
</commons-cli
.version>
<commons-collections.version>
3.2.2
</commons-collections.version>
<commons-collections.version>
3.2.2
</commons-collections.version>
<commons-collections4.version>
4.4
</commons-collections4.version>
<commons-collections4.version>
4.4
</commons-collections4.version>
<commons-logging.version>
1.1.3
</commons-logging.version>
<commons-conf.version>
1.10
</commons-conf.version>
<commons-lang.version>
2.6
</commons-lang.version>
<commons-conf2.version>
2.2
</commons-conf2.version>
<commons-validator.version>
1.6
</commons-validator.version>
<commons-cli.version>
1.4
</commons-cli.version>
<commons-el.version>
1.0
</commons-el.version>
<commons-el.version>
1.0
</commons-el.version>
<commons-io.version>
2.6
</commons-io.version>
<commons-io.version>
2.6
</commons-io.version>
<!-- Apache commons -->
<commons-lang.version>
2.6
</commons-lang.version>
<commons-logging.version>
1.1.3
</commons-logging.version>
<!--Apache poi and Open csv-->
<commons-validator.version>
1.6
</commons-validator.version>
<opencsv.version>
5.0
</opencsv.version>
<curator.version>
4.0.1
</curator.version>
<poi.version>
4.1.1
</poi.version>
<poi-ooxml.version>
4.1.1
</poi-ooxml.version>
<javax-inject.version>
1
</javax-inject.version>
<jettison.version>
1.3.7
</jettison.version>
<paranamer.version>
2.7
</paranamer.version>
<zkclient.version>
0.8
</zkclient.version>
<enunciate-maven-plugin.version>
2.11.1
</enunciate-maven-plugin.version>
<antlr4.plugin.version>
4.5
</antlr4.plugin.version>
<maven-site-plugin.version>
3.7
</maven-site-plugin.version>
<doxia.version>
1.8
</doxia.version>
<doxia.version>
1.8
</doxia.version>
<dropwizard-metrics>
3.2.2
</dropwizard-metrics>
<dropwizard-metrics>
3.2.2
</dropwizard-metrics>
<!-- hadoop.hdfs-client.version should same as hadoop version -->
<elasticsearch.version>
5.6.4
</elasticsearch.version>
<entity.repository.impl>
org.apache.atlas.repository.audit.InMemoryEntityAuditRepository
</entity.repository.impl>
<enunciate-maven-plugin.version>
2.11.1
</enunciate-maven-plugin.version>
<failsafe.version>
2.18.1
</failsafe.version>
<falcon.version>
0.8
</falcon.version>
<fastutil.version>
6.5.16
</fastutil.version>
<graph.index.backend>
solr
</graph.index.backend>
<graph.storage.backend>
berkeleyje
</graph.storage.backend>
<gson.version>
2.5
</gson.version>
<guava.version>
25.1-jre
</guava.version>
<guice.version>
4.1.0
</guice.version>
<hadoop.hdfs-client.version>
${hadoop.version}
</hadoop.hdfs-client.version>
<hadoop.hdfs-client.version>
${hadoop.version}
</hadoop.hdfs-client.version>
<hadoop.version>
3.1.1
</hadoop.version>
<!-- Storm dependencies -->
<hbase.version>
2.0.2
</hbase.version>
<codehaus.woodstox.stax2-api.version>
3.1.4
</codehaus.woodstox.stax2-api.version>
<hive.version>
3.1.0
</hive.version>
<woodstox-core.version>
5.0.3
</woodstox-core.version>
<hppc.version>
0.8.1
</hppc.version>
<hppc.version>
0.8.1
</hppc.version>
<!-- Storm dependencies -->
<jackson.databind.version>
2.10.5
</jackson.databind.version>
<jackson.version>
2.10.5
</jackson.version>
<!-- keycloak dependencies -->
<janus.version>
0.5.1
</janus.version>
<javax-inject.version>
1
</javax-inject.version>
<javax.servlet.version>
3.1.0
</javax.servlet.version>
<jersey-spring.version>
1.19.4
</jersey-spring.version>
<jersey.version>
1.19
</jersey.version>
<jettison.version>
1.3.7
</jettison.version>
<jetty-maven-plugin.stopWait>
10
</jetty-maven-plugin.stopWait>
<jetty.jsp.version>
9.2.30.v20200428
</jetty.jsp.version>
<jetty.version>
9.4.31.v20200723
</jetty.version>
<joda-time.version>
2.10.6
</joda-time.version>
<json.version>
3.2.11
</json.version>
<jsr.version>
1.1
</jsr.version>
<junit.version>
4.13
</junit.version>
<kafka.scala.binary.version>
2.11
</kafka.scala.binary.version>
<kafka.version>
2.0.0
</kafka.version>
<keycloak.version>
6.0.1
</keycloak.version>
<keycloak.version>
6.0.1
</keycloak.version>
<!-- keycloak dependencies -->
<log4j.version>
1.2.17
</log4j.version>
<log4j2.version>
2.11.0
</log4j2.version>
<PermGen>
64m
</PermGen>
<lucene-solr.version>
7.7.2
</lucene-solr.version>
<maven-site-plugin.version>
3.7
</maven-site-plugin.version>
<MaxPermGen>
512m
</MaxPermGen>
<MaxPermGen>
512m
</MaxPermGen>
<node-for-v2.version>
v12.16.0
</node-for-v2.version>
<!-- skips checkstyle and find bugs -->
<npm-for-v2.version>
6.13.7
</npm-for-v2.version>
<opencsv.version>
5.0
</opencsv.version>
<paranamer.version>
2.7
</paranamer.version>
<PermGen>
64m
</PermGen>
<poi-ooxml.version>
4.1.1
</poi-ooxml.version>
<poi.version>
4.1.1
</poi.version>
<project.build.dashboardv2.gruntBuild>
build-minify
</project.build.dashboardv2.gruntBuild>
<project.build.dashboardv3.gruntBuild>
build-minify
</project.build.dashboardv3.gruntBuild>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<projectBaseDir>
${project.basedir}
</projectBaseDir>
<skipCheck>
false
</skipCheck>
<skipCheck>
false
</skipCheck>
<checkstyle.failOnViolation>
false
</checkstyle.failOnViolation>
<skipUTs>
false
</skipUTs>
<skipITs>
false
</skipITs>
<skipDocs>
true
</skipDocs>
<skipDocs>
true
</skipDocs>
<skipSite>
true
</skipSite>
<skipEnunciate>
false
</skipEnunciate>
<skipEnunciate>
false
</skipEnunciate>
<
projectBaseDir>
${project.basedir}
</projectBaseDir
>
<
skipITs>
false
</skipITs
>
<
jetty-maven-plugin.stopWait>
10
</jetty-maven-plugin.stopWait
>
<
skipSite>
true
</skipSite
>
<skipTests>
false
</skipTests>
<
!-- The following graph.{storage|index}.backend definitions dictate the backends for test
<
skipUTs>
false
</skipUTs>
resources in intg and each of the graph profiles. They do not affect packaging
<slf4j.version>
1.7.21
</slf4j.version>
which is handled by defaults and profiles set in atlas-distro POM --
>
<solr-test-framework.version>
7.7.2
</solr-test-framework.version
>
<
graph.storage.backend>
berkeleyje
</graph.storage.backend
>
<
solr.version>
7.7.2
</solr.version
>
<
graph.index.backend>
solr
</graph.index.backend
>
<
spray.version>
1.3.1
</spray.version
>
<spring.security.version>
4.2.17.RELEASE
</spring.security.version>
<
entity.repository.impl>
org.apache.atlas.repository.audit.InMemoryEntityAuditRepository
</entity.repository.impl
>
<
spring.version>
4.3.29.RELEASE
</spring.version
>
<sqoop.version>
1.4.6.2.3.99.0-195
</sqoop.version>
<s
urefire.version>
2.18.1
</surefire
.version>
<s
torm.version>
1.2.0
</storm
.version>
<surefire.forkCount>
2C
</surefire.forkCount>
<surefire.forkCount>
2C
</surefire.forkCount>
<failsafe.version>
2.18.1
</failsafe.version>
<surefire.version>
2.18.1
</surefire.version>
<atlas.surefire.options></atlas.surefire.options>
<aspectj.runtime.version>
1.8.7
</aspectj.runtime.version>
<project.build.dashboardv2.gruntBuild>
build-minify
</project.build.dashboardv2.gruntBuild>
<project.build.dashboardv3.gruntBuild>
build-minify
</project.build.dashboardv3.gruntBuild>
<testng.version>
6.9.4
</testng.version>
<testng.version>
6.9.4
</testng.version>
<joda-time.version>
2.10.6
</joda-time.version>
<tinkerpop.version>
3.4.6
</tinkerpop.version>
<jersey-spring.version>
1.19.4
</jersey-spring.version>
<woodstox-core.version>
5.0.3
</woodstox-core.version>
<zkclient.version>
0.8
</zkclient.version>
<zookeeper.version>
3.4.6
</zookeeper.version>
</properties>
</properties>
<modules>
<modules>
...
...
webapp/pom.xml
View file @
06106fe9
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<properties>
<projectBaseDir>
${project.basedir}/..
</projectBaseDir>
<debug.jetty.daemon>
true
</debug.jetty.daemon>
<debug.jetty.daemon>
true
</debug.jetty.daemon>
<log4j.configuration.url>
file:///${project.build.directory}/../../distro/src/conf/atlas-log4j.xml
</log4j.configuration.url>
<log4j.configuration.url>
file:///${project.build.directory}/../../distro/src/conf/atlas-log4j.xml
</log4j.configuration.url>
<projectBaseDir>
${project.basedir}/..
</projectBaseDir>
</properties>
</properties>
<profiles>
<profiles>
...
...
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