Skip to content

Commit

Permalink
Move AzureTestWatcher into azure-core-test (#12989)
Browse files Browse the repository at this point in the history
* Move azure-test-watcher into azure-core-test

* Remove references to azure-test-watcher
  • Loading branch information
alzimmermsft authored Jul 10, 2020
1 parent 46e9950 commit 593440d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 145 deletions.
43 changes: 0 additions & 43 deletions common/azure-test-watcher/README.md

This file was deleted.

81 changes: 0 additions & 81 deletions common/azure-test-watcher/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ com.azure:azure-storage-internal-avro;12.0.0-beta.1;12.0.0-beta.2
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.6.0-beta.1;12.6.0-beta.2
com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-spring-boot-test-aad;1.0.0;1.0.0
com.azure:azure-spring-boot-test-core;1.0.0;1.0.0
com.azure:azure-spring-boot-test-cosmosdb;1.0.0;1.0.0
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<packaging>pom</packaging>
<version>1.0.0</version><!-- Need not change for every release-->
<modules>
<module>common/azure-test-watcher</module>
<module>common/perf-test-core</module>
<module>eng/jacoco-test-coverage</module>
<module>eng/code-quality-reports</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.testing;
package com.azure.core.test;

import org.junit.jupiter.api.extension.AfterTestExecutionCallback;
import org.junit.jupiter.api.extension.BeforeTestExecutionCallback;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com.azure.core.test.AzureTestWatcher
10 changes: 0 additions & 10 deletions sdk/parents/azure-client-sdk-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -731,17 +731,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} -->
<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-test-watcher</artifactId>
<version>1.0.0-beta.1</version> <!-- {x-version-update;com.azure:azure-test-watcher;dependency} -->
</dependency>
</dependencies>
<configuration>
<additionalClasspathElements>
<additionalClasspathElement>../../../common/azure-test-watcher/target/azure-test-watcher-1.0.0-beta.1.jar</additionalClasspathElement>
</additionalClasspathElements>
<runOrder>alphabetical</runOrder>
<useSystemClassLoader>false</useSystemClassLoader>
<systemPropertyVariables combine.children="append">
Expand Down

0 comments on commit 593440d

Please sign in to comment.