[ACS-9745] Removed reportPortal integration (#1652)

* ACS-9feature/ACS-9745-removed-reportPortal-integration

* Update pom.xml

updated the versions

* Update pom.xml

fixed versioning issue

* fixed versions of dependent repos

* Update pom.xml

synced all version with snapshots
This commit is contained in:
tathagta15
2025-06-24 11:21:13 +05:30
committed by GitHub
parent c37e9526c6
commit 25af309ea9
5 changed files with 0 additions and 27 deletions

View File

@@ -67,11 +67,6 @@
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>

View File

@@ -33,12 +33,6 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.alfresco.tas</groupId> <groupId>org.alfresco.tas</groupId>
<artifactId>email</artifactId> <artifactId>email</artifactId>

View File

@@ -34,12 +34,6 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.alfresco.tas</groupId> <groupId>org.alfresco.tas</groupId>
<artifactId>utility</artifactId> <artifactId>utility</artifactId>

View File

@@ -79,11 +79,6 @@
<version>${dependency.awaitility.version}</version> <version>${dependency.awaitility.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>

View File

@@ -37,11 +37,6 @@
<classifier>tests</classifier> <classifier>tests</classifier>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>com.epam.reportportal</groupId>
<artifactId>agent-java-testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>