You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2018/01/18 05:58:15 UTC

[2/2] atlas git commit: ATLAS-2374: Remove test only library from final distribution packaging

ATLAS-2374: Remove test only library from final distribution packaging


Project: http://git-wip-us.apache.org/repos/asf/atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/bd87c3f6
Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/bd87c3f6
Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/bd87c3f6

Branch: refs/heads/master
Commit: bd87c3f624d45e9d6d2080c28197e3e1ab9a4ebc
Parents: 74d4827
Author: Sarath Subramanian <ss...@hortonworks.com>
Authored: Wed Jan 17 21:57:37 2018 -0800
Committer: Sarath Subramanian <ss...@hortonworks.com>
Committed: Wed Jan 17 21:57:37 2018 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/bd87c3f6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3f5c042..5c4b4a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -658,7 +658,7 @@
                 <graphdb.backend.impl>org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase</graphdb.backend.impl>
                 <graph.index.backend>solr</graph.index.backend>
                 <tests.solr.embedded>true</tests.solr.embedded>
-                <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar</distro.exclude.packages>
+                <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar</distro.exclude.packages>
             </properties>
         </profile>
 
@@ -678,7 +678,7 @@
                 <graphdb.backend.impl>org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase</graphdb.backend.impl>
                 <graph.index.backend>solr</graph.index.backend>
                 <tests.solr.embedded>true</tests.solr.embedded>
-                <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar</distro.exclude.packages>
+                <distro.exclude.packages>WEB-INF/lib/je-*.jar,WEB-INF/lib/elasticsearch-*.jar,WEB-INF/lib/solr-test-framework-*.jar, WEB-INF/lib/jts-*.jar</distro.exclude.packages>
             </properties>
         </profile>