This is an automated email from the ASF dual-hosted git repository.

nixonrodrigues pushed a commit to branch atlas-2.6
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/atlas-2.6 by this push:
     new d0a9dd04a ATLAS-5364:- Fixes to Stablize build on branch atlas-2.6 
(#713)
d0a9dd04a is described below

commit d0a9dd04a72ecd2fab77854d7e87884eb5603da1
Author: Nixon Rodrigues <[email protected]>
AuthorDate: Sat Aug 1 23:17:49 2026 +0530

    ATLAS-5364:- Fixes to Stablize build on branch atlas-2.6 (#713)
---
 authn/pom.xml                 |  2 +-
 dev-support/atlas-docker/.env |  2 +-
 webapp/pom.xml                | 13 +------------
 3 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/authn/pom.xml b/authn/pom.xml
index 622ab32da..2db3273de 100644
--- a/authn/pom.xml
+++ b/authn/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.atlas</groupId>
         <artifactId>apache-atlas</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>2.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>atlas-authn</artifactId>
diff --git a/dev-support/atlas-docker/.env b/dev-support/atlas-docker/.env
index 2081d35fa..ace8c6825 100644
--- a/dev-support/atlas-docker/.env
+++ b/dev-support/atlas-docker/.env
@@ -18,7 +18,7 @@ ATLAS_BUILD_JAVA_VERSION=8
 ATLAS_SERVER_JAVA_VERSION=8
 
 ATLAS_VERSION=2.6.0-SNAPSHOT
-UBUNTU_VERSION=20.04
+UBUNTU_VERSION=22.04
 HADOOP_VERSION=3.4.2
 HBASE_VERSION=2.6.4
 KAFKA_VERSION=2.8.2
diff --git a/webapp/pom.xml b/webapp/pom.xml
index a7b5f7837..2d403cb3a 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -32,7 +32,7 @@
     <description>Apache Atlas Web Application</description>
 
     <properties>
-        <atlas.testtools.scope>test</atlas.testtools.scope>
+        <atlas.testtools.scope>runtime</atlas.testtools.scope>
         <checkstyle.failOnViolation>true</checkstyle.failOnViolation>
         <checkstyle.skip>false</checkstyle.skip>
         <debug.jetty.daemon>true</debug.jetty.daemon>
@@ -825,17 +825,6 @@
             </properties>
         </profile>
 
-        <profile>
-            <id>embedded-solr-it</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <properties>
-                <atlas.testtools.scope>runtime</atlas.testtools.scope>
-                
<packages.to.exclude>WEB-INF/lib/dom4j-*.jar</packages.to.exclude>
-            </properties>
-        </profile>
-
         <profile>
             <id>berkeley-elasticsearch</id>
             <activation>

Reply via email to