Skip to content

Commit 9937619

Browse files
metacosmcsviri
authored andcommitted
chore(build): clean up dependencies & remove snapshots repos (#2617)
* chore(build): remove snapshots repository Signed-off-by: Chris Laprun <[email protected]> * chore(build): remove remaining APT dependencies Signed-off-by: Chris Laprun <[email protected]> --------- Signed-off-by: Chris Laprun <[email protected]>
1 parent b013c26 commit 9937619

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

pom.xml

-71
Original file line numberDiff line numberDiff line change
@@ -237,42 +237,13 @@
237237
</dependencies>
238238
</dependencyManagement>
239239

240-
<repositories>
241-
<repository>
242-
<!-- todo: remove before merging to main -->
243-
<snapshots>
244-
<enabled>true</enabled>
245-
<updatePolicy>always</updatePolicy>
246-
</snapshots>
247-
<id>ossrh</id>
248-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
249-
</repository>
250-
</repositories>
251-
252-
<pluginRepositories>
253-
<pluginRepository>
254-
<!-- todo: remove before merging to main -->
255-
<snapshots>
256-
<enabled>true</enabled>
257-
<updatePolicy>always</updatePolicy>
258-
</snapshots>
259-
<id>ossrh</id>
260-
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
261-
</pluginRepository>
262-
</pluginRepositories>
263-
264240
<build>
265241
<pluginManagement>
266242
<plugins>
267243
<plugin>
268244
<groupId>org.apache.maven.plugins</groupId>
269245
<artifactId>maven-compiler-plugin</artifactId>
270246
<version>${maven-compiler-plugin.version}</version>
271-
<configuration>
272-
<compilerArgs>
273-
<arg>-Aio.fabric8.crd.generator.parallel=true</arg>
274-
</compilerArgs>
275-
</configuration>
276247
</plugin>
277248
<plugin>
278249
<groupId>org.apache.maven.plugins</groupId>
@@ -385,13 +356,6 @@
385356
<profiles>
386357
<profile>
387358
<id>integration-tests</id>
388-
<dependencies>
389-
<dependency>
390-
<groupId>io.fabric8</groupId>
391-
<artifactId>crd-generator-apt</artifactId>
392-
<scope>test</scope>
393-
</dependency>
394-
</dependencies>
395359
<build>
396360
<plugins>
397361
<plugin>
@@ -412,13 +376,6 @@
412376
</profile>
413377
<profile>
414378
<id>integration-tests-baseapi</id>
415-
<dependencies>
416-
<dependency>
417-
<groupId>io.fabric8</groupId>
418-
<artifactId>crd-generator-apt</artifactId>
419-
<scope>test</scope>
420-
</dependency>
421-
</dependencies>
422379
<build>
423380
<plugins>
424381
<plugin>
@@ -439,13 +396,6 @@
439396
</profile>
440397
<profile>
441398
<id>integration-tests-dependent</id>
442-
<dependencies>
443-
<dependency>
444-
<groupId>io.fabric8</groupId>
445-
<artifactId>crd-generator-apt</artifactId>
446-
<scope>test</scope>
447-
</dependency>
448-
</dependencies>
449399
<build>
450400
<plugins>
451401
<plugin>
@@ -466,13 +416,6 @@
466416
</profile>
467417
<profile>
468418
<id>integration-tests-workflow</id>
469-
<dependencies>
470-
<dependency>
471-
<groupId>io.fabric8</groupId>
472-
<artifactId>crd-generator-apt</artifactId>
473-
<scope>test</scope>
474-
</dependency>
475-
</dependencies>
476419
<build>
477420
<plugins>
478421
<plugin>
@@ -494,13 +437,6 @@
494437
<!-- Special category of tests. See usage in source code. -->
495438
<profile>
496439
<id>minimal-watch-timeout-dependent-it</id>
497-
<dependencies>
498-
<dependency>
499-
<groupId>io.fabric8</groupId>
500-
<artifactId>crd-generator-apt</artifactId>
501-
<scope>test</scope>
502-
</dependency>
503-
</dependencies>
504440
<build>
505441
<plugins>
506442
<plugin>
@@ -522,13 +458,6 @@
522458
</profile>
523459
<profile>
524460
<id>end-to-end-tests</id>
525-
<dependencies>
526-
<dependency>
527-
<groupId>io.fabric8</groupId>
528-
<artifactId>crd-generator-apt</artifactId>
529-
<scope>test</scope>
530-
</dependency>
531-
</dependencies>
532461
<build>
533462
<plugins>
534463
<plugin>

sample-operators/controller-namespace-deletion/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<groupId>io.javaoperatorsdk</groupId>
3131
<artifactId>operator-framework</artifactId>
3232
</dependency>
33-
<dependency>
34-
<groupId>io.fabric8</groupId>
35-
<artifactId>crd-generator-apt</artifactId>
36-
<scope>provided</scope>
37-
</dependency>
3833
<dependency>
3934
<groupId>org.apache.logging.log4j</groupId>
4035
<artifactId>log4j-slf4j2-impl</artifactId>

0 commit comments

Comments
 (0)