diff --git a/provider/indexer-azure/src/test/java/org/opengroup/osdu/indexer/azure/service/config/AzureBootstrapConfig.java b/provider/indexer-azure/src/main/java/org/opengroup/osdu/indexer/azure/config/AzureBootstrapConfig.java similarity index 98% rename from provider/indexer-azure/src/test/java/org/opengroup/osdu/indexer/azure/service/config/AzureBootstrapConfig.java rename to provider/indexer-azure/src/main/java/org/opengroup/osdu/indexer/azure/config/AzureBootstrapConfig.java index c6747b8f9d7ccec534944b2f712698971345247a..17b8d526b78fba8ce7819d73bce2302515ebaaf6 100644 --- a/provider/indexer-azure/src/test/java/org/opengroup/osdu/indexer/azure/service/config/AzureBootstrapConfig.java +++ b/provider/indexer-azure/src/main/java/org/opengroup/osdu/indexer/azure/config/AzureBootstrapConfig.java @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package org.opengroup.osdu.indexer.azure.service.config; +package org.opengroup.osdu.indexer.azure.config; import com.azure.security.keyvault.secrets.SecretClient; import org.opengroup.osdu.azure.KeyVaultFacade;