File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 194194 <selenium .version>3.141.59</selenium .version>
195195 <htmlunit .version>2.40.0</htmlunit .version>
196196 <acispark .callhome.version>0.2.0</acispark .callhome.version>
197- <iceberg .version>0.12.0-apple-preview-2</iceberg .version>
197+ <iceberg .version>0.12.0-apple-preview-2-SNAPSHOT </iceberg .version>
198198 <!--
199199 Managed up from older version from Avro; sync with jackson-module-paranamer dependency version
200200 -->
294294 <id >apple</id >
295295 <url >https://artifacts.apple.com/libs-release</url >
296296 </repository >
297+ <repository >
298+ <id >apple-snapshot</id >
299+ <url >https://artifacts.apple.com/libs-snapshot</url >
300+ </repository >
297301 </repositories >
298302 <pluginRepositories >
299303 <pluginRepository >
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ object SparkBuild extends PomBuild {
270270 " gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/maven2/" ,
271271 DefaultMavenRepository ,
272272 " apple" at " https://artifacts.apple.com/libs-release" ,
273+ " apple-snapshot" at " https://artifacts.apple.com/libs-snapshot" ,
273274 Resolver .mavenLocal,
274275 Resolver .file(" ivyLocal" , file(Path .userHome.absolutePath + " /.ivy2/local" ))(Resolver .ivyStylePatterns)
275276 ),
You can’t perform that action at this time.
0 commit comments