|
35 | 35 | <spring-cloud-commons.version>4.1.6-SNAPSHOT</spring-cloud-commons.version> |
36 | 36 | <jopt-simple.version>5.0.4</jopt-simple.version> |
37 | 37 | <cglib.version>3.3.0</cglib.version> |
38 | | - <spock-spring.version>2.3-groovy-4.0</spock-spring.version> <!-- @releaser:version-check-off --> |
| 38 | + <spock-spring.version>2.3-groovy-4.0 |
| 39 | + </spock-spring.version> <!-- @releaser:version-check-off --> |
39 | 40 | <hoverfly-junit.version>0.2.2</hoverfly-junit.version> |
40 | 41 | <commons-text.version>1.11.0</commons-text.version> |
41 | 42 | <handlebars.version>4.3.1</handlebars.version> |
|
49 | 50 | <junit-vintage.version>5.10.1</junit-vintage.version> |
50 | 51 | <junit-jupiter.version>5.9.1</junit-jupiter.version> |
51 | 52 | <gmavenplus-plugin.version>1.13.0</gmavenplus-plugin.version> |
52 | | - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> <!-- @releaser:version-check-off --> |
| 53 | + <maven-surefire-plugin.version>3.2.5 |
| 54 | + </maven-surefire-plugin.version> <!-- @releaser:version-check-off --> |
53 | 55 | <awaitility.version>4.2.0</awaitility.version> |
54 | 56 | <artemis.version>2.31.2</artemis.version> |
55 | 57 | <testcontainers.version>1.19.8</testcontainers.version> |
|
414 | 416 | </dependency> |
415 | 417 | <dependency> |
416 | 418 | <groupId>org.sonatype.sisu</groupId> |
417 | | - <artifactId>sisu-inject-plexus</artifactId> |
| 419 | + <artifactId>sisu-inject-plexus</artifactId> |
418 | 420 | <version>${sisu-inject-plexus.version}</version> |
419 | | - </dependency> |
| 421 | + </dependency> |
420 | 422 | <dependency> |
421 | 423 | <groupId>org.apache.maven.resolver</groupId> |
422 | 424 | <artifactId>maven-resolver</artifactId> |
|
632 | 634 | <repository> |
633 | 635 | <id>netflix-candidates</id> |
634 | 636 | <name>Netflix Candidates</name> |
635 | | - <url>https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates</url> |
| 637 | + <url> |
| 638 | + https://artifactory-oss.prod.netflix.net/artifactory/maven-oss-candidates |
| 639 | + </url> |
636 | 640 | <snapshots> |
637 | 641 | <enabled>false</enabled> |
638 | 642 | </snapshots> |
|
731 | 735 | </plugins> |
732 | 736 | </build> |
733 | 737 | </profile> |
| 738 | + <profile> |
| 739 | + <id>central</id> |
| 740 | + <build> |
| 741 | + <plugins> |
| 742 | + <plugin> |
| 743 | + <groupId>org.sonatype.central</groupId> |
| 744 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 745 | + <configuration> |
| 746 | + <excludeArtifacts> |
| 747 | + <artifact>spring-cloud-contract-stub-runner-kafka</artifact> |
| 748 | + </excludeArtifacts> |
| 749 | + </configuration> |
| 750 | + </plugin> |
| 751 | + </plugins> |
| 752 | + </build> |
| 753 | + </profile> |
734 | 754 | </profiles> |
735 | 755 |
|
736 | 756 | </project> |
0 commit comments