File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 194
194
<selenium .version>3.141.59</selenium .version>
195
195
<htmlunit .version>2.40.0</htmlunit .version>
196
196
<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>
198
198
<!--
199
199
Managed up from older version from Avro; sync with jackson-module-paranamer dependency version
200
200
-->
294
294
<id >apple</id >
295
295
<url >https://artifacts.apple.com/libs-release</url >
296
296
</repository >
297
+ <repository >
298
+ <id >apple-snapshot</id >
299
+ <url >https://artifacts.apple.com/libs-snapshot</url >
300
+ </repository >
297
301
</repositories >
298
302
<pluginRepositories >
299
303
<pluginRepository >
Original file line number Diff line number Diff line change @@ -270,6 +270,7 @@ object SparkBuild extends PomBuild {
270
270
" gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/maven2/" ,
271
271
DefaultMavenRepository ,
272
272
" apple" at " https://artifacts.apple.com/libs-release" ,
273
+ " apple-snapshot" at " https://artifacts.apple.com/libs-snapshot" ,
273
274
Resolver .mavenLocal,
274
275
Resolver .file(" ivyLocal" , file(Path .userHome.absolutePath + " /.ivy2/local" ))(Resolver .ivyStylePatterns)
275
276
),
You can’t perform that action at this time.
0 commit comments