import in_place from log import log, Log from artifact_id_pair import ArtifactIdPair from version_update_item import VersionUpdateItem X_VERSION_UPDATE = 'x-version-update' X_INCLUDE_UPDATE = 'x-include-update' ARTIFACT_ID_PAIRS = 'artifact_id_pairs' VERSION_UPDATE_ITEMS = 'version_update_items' config = { 'appconfiguration': { 'sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), ) } }, 'cosmos': { 'sdk/cosmos/azure-spring-data-cosmos-test/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), ) } }, 'spring': { 'sdk/spring/azure-spring-boot-test-parent/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), )
from log import log, Log from artifact_id_pair import ArtifactIdPair from version_update_item import VersionUpdateItem X_VERSION_UPDATE = 'x-version-update' X_INCLUDE_UPDATE = 'x-include-update' ARTIFACT_ID_PAIRS = 'artifact_id_pairs' VERSION_UPDATE_ITEMS = 'version_update_items' config = { 'appconfiguration': { 'sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), ) } }, 'cosmos': { 'sdk/cosmos/azure-spring-data-cosmos-test/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), ) } }, 'spring': { 'sdk/spring/azure-spring-boot-test-core/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.2.11.RELEASE'), )
from log import log, Log from artifact_id_pair import ArtifactIdPair from version_update_item import VersionUpdateItem X_VERSION_UPDATE = 'x-version-update' X_INCLUDE_UPDATE = 'x-include-update' ARTIFACT_ID_PAIRS = 'artifact_id_pairs' VERSION_UPDATE_ITEMS = 'version_update_items' config = { 'appconfiguration': { 'sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.5.0'), ) } }, 'cosmos': { 'sdk/cosmos/azure-spring-data-cosmos-test/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.5.0'), ) } }, 'spring': { 'sdk/spring/azure-spring-boot-test-parent/pom.xml': { VERSION_UPDATE_ITEMS: (VersionUpdateItem( 'org.springframework.boot:spring-boot-starter-parent', '2.5.0'), )
import in_place from log import log from version_update_item import VersionUpdateItem X_VERSION_UPDATE = 'x-version-update' X_INCLUDE_UPDATE = 'x-include-update' ARTIFACT_ID_PAIRS = 'artifact_id_pairs' VERSION_UPDATE_ITEMS = 'version_update_items' config = { 'appconfiguration': { 'sdk/appconfiguration/azure-spring-cloud-test-appconfiguration-config/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.5.0'), ) } }, 'cosmos': { 'sdk/cosmos/azure-spring-data-cosmos-test/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.5.0'), ) } }, 'spring': { 'sdk/spring/azure-spring-boot-test-parent/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.5.0'), )
import in_place from log import log, Log from artifact_id_pair import ArtifactIdPair from version_update_item import VersionUpdateItem X_VERSION_UPDATE = 'x-version-update' X_INCLUDE_UPDATE = 'x-include-update' ARTIFACT_ID_PAIRS = 'artifact_id_pairs' VERSION_UPDATE_ITEMS = 'version_update_items' config = { 'cosmos': { 'sdk/cosmos/azure-spring-data-cosmos-test/pom.xml': { VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-parent', '2.2.9.RELEASE'), ) } }, 'spring': { 'sdk/spring/azure-spring-boot-test-cosmosdb/pom.xml': { ARTIFACT_ID_PAIRS: ( ArtifactIdPair('azure-cosmosdb-spring-boot-2-3-starter', 'azure-cosmosdb-spring-boot-2-2-starter'), ), VERSION_UPDATE_ITEMS: ( VersionUpdateItem('org.springframework.boot:spring-boot-starter-web', '2.2.9.RELEASE'), VersionUpdateItem('org.springframework.boot:spring-boot-starter-actuator', '2.2.9.RELEASE'), VersionUpdateItem('org.springframework.boot:spring-boot-starter-test', '2.2.9.RELEASE') ) } }