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

yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new 11a9df1354 remove airavata-client-samples dependency from distribution
11a9df1354 is described below

commit 11a9df1354cfe25ff0e541cc9c043422b7a60dc8
Author: yasithdev <[email protected]>
AuthorDate: Tue Jun 24 23:02:47 2025 -0500

    remove airavata-client-samples dependency from distribution
---
 modules/distribution/pom.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 6f646d065a..27505a159e 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -375,18 +375,7 @@ under the License.
             <artifactId>httpclient</artifactId>
             <version>${httpclient.version}</version>
         </dependency>
-        <!-- ======================== Sample =================== -->
-        <dependency>
-            <groupId>org.apache.airavata</groupId>
-            <artifactId>airavata-client-samples</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
+        
         <dependency>
             <groupId>org.apache.airavata</groupId>
             <artifactId>db-event-manager</artifactId>

Reply via email to