Skip to content

Commit 3f2a982

Browse files
ivanzlenkozstan
authored and
zstan
committed
IGNITE-24425 Make maven central as first repo (apache#5185)
1 parent 8c88294 commit 3f2a982

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ plugins {
2828
apply from: "$rootDir/buildscripts/javadoc.gradle"
2929

3030
repositories {
31-
maven {
32-
url = uri('https://repository.apache.org/snapshots')
33-
mavenContent {
34-
snapshotsOnly()
35-
}
36-
}
37-
3831
maven {
3932
url = uri('https://repo.maven.apache.org/maven2/')
4033
}
@@ -129,13 +122,6 @@ subprojects {
129122
apply plugin: 'base'
130123

131124
repositories {
132-
maven {
133-
url = uri('https://repository.apache.org/snapshots')
134-
mavenContent {
135-
snapshotsOnly()
136-
}
137-
}
138-
139125
maven {
140126
url = uri('https://repo.maven.apache.org/maven2/')
141127
mavenContent {

modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ddl/DdlCommandHandlerExceptionHandlingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
import org.hamcrest.core.IsNull;
4848
import org.junit.jupiter.api.AfterEach;
4949
import org.junit.jupiter.api.BeforeEach;
50+
import org.junit.jupiter.api.Disabled;
5051
import org.junit.jupiter.api.Test;
5152
import org.junit.jupiter.api.extension.ExtendWith;
5253

@@ -101,6 +102,7 @@ public void testZoneNotFoundOnDrop1() {
101102
}
102103

103104
@Test
105+
@Disabled("https://issues.apache.org/jira/browse/IGNITE-24426")
104106
public void testZoneNotFoundOnDrop2() {
105107
CatalogCommand cmd = DropZoneCommand.builder()
106108
.zoneName(ZONE_NAME)

0 commit comments

Comments
 (0)