|
42 | 42 |
|
43 | 43 | <properties>
|
44 | 44 | <maven-artifact-resolver.version>1.0</maven-artifact-resolver.version>
|
45 |
| - <maven-artifact.version>3.0.3</maven-artifact.version> |
46 |
| - <maven-common-artifact-filters.version>1.4</maven-common-artifact-filters.version> |
47 |
| - <maven-compat.version>3.0.3</maven-compat.version> |
48 |
| - <maven-core.version>3.0.3</maven-core.version> |
49 |
| - <maven-plugin-annotations.version>3.2</maven-plugin-annotations.version> |
50 |
| - <maven-plugin-api.version>3.0.3</maven-plugin-api.version> |
| 45 | + <maven-common-artifact-filters.version>3.4.0</maven-common-artifact-filters.version> |
| 46 | + <maven.version>3.9.9</maven.version> |
51 | 47 | <maven-plugin-plugin.version>3.15.1</maven-plugin-plugin.version>
|
52 |
| - <maven-release-plugin.version>2.5.2</maven-release-plugin.version> |
53 | 48 | <org.apache.aries.versioning.checker.version>0.3.2-SNAPSHOT</org.apache.aries.versioning.checker.version>
|
54 | 49 | </properties>
|
55 | 50 |
|
|
74 | 69 | <dependency>
|
75 | 70 | <groupId>org.apache.maven</groupId>
|
76 | 71 | <artifactId>maven-plugin-api</artifactId>
|
77 |
| - <version>${maven-plugin-api.version}</version> |
| 72 | + <version>${maven.version}</version> |
| 73 | + <scope>provided</scope> |
78 | 74 | </dependency>
|
79 | 75 | <dependency>
|
80 | 76 | <groupId>org.apache.maven</groupId>
|
81 | 77 | <artifactId>maven-artifact</artifactId>
|
82 |
| - <version>${maven-artifact.version}</version> |
| 78 | + <version>${maven.version}</version> |
| 79 | + <scope>provided</scope> |
83 | 80 | </dependency>
|
84 | 81 | <dependency>
|
85 | 82 | <groupId>org.apache.maven</groupId>
|
86 | 83 | <artifactId>maven-core</artifactId>
|
87 |
| - <version>${maven-core.version}</version> |
| 84 | + <version>${maven.version}</version> |
| 85 | + <scope>provided</scope> |
88 | 86 | </dependency>
|
89 | 87 | <dependency>
|
90 | 88 | <groupId>org.apache.maven</groupId>
|
91 | 89 | <artifactId>maven-compat</artifactId>
|
92 |
| - <version>${maven-compat.version}</version> |
| 90 | + <version>${maven.version}</version> |
| 91 | + <scope>provided</scope> |
93 | 92 | </dependency>
|
94 | 93 | <dependency>
|
95 | 94 | <groupId>junit</groupId>
|
|
100 | 99 | <dependency>
|
101 | 100 | <groupId>org.apache.maven.plugin-tools</groupId>
|
102 | 101 | <artifactId>maven-plugin-annotations</artifactId>
|
103 |
| - <version>${maven-plugin-annotations.version}</version> |
| 102 | + <version>${maven-plugin-plugin.version}</version> |
104 | 103 | <scope>provided</scope>
|
105 | 104 | </dependency>
|
106 | 105 | <!-- maven shared -->
|
|
134 | 133 | </execution>
|
135 | 134 | </executions>
|
136 | 135 | </plugin>
|
137 |
| - <plugin> |
138 |
| - <artifactId>maven-release-plugin</artifactId> |
139 |
| - <version>${maven-release-plugin.version}</version> |
140 |
| - </plugin> |
141 | 136 | </plugins>
|
142 | 137 | </build>
|
143 | 138 |
|
|
0 commit comments