Skip to content

Commit c18543d

Browse files
committed
switch maven dependencies to "provided"
1 parent 566587f commit c18543d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ under the License.
108108
<groupId>org.apache.maven</groupId>
109109
<artifactId>maven-compat</artifactId>
110110
<version>${mavenVersion}</version>
111-
<scope>compile</scope>
111+
<scope>provided</scope>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.apache.maven</groupId>
115115
<artifactId>maven-plugin-api</artifactId>
116116
<version>${mavenVersion}</version>
117-
<scope>compile</scope>
117+
<scope>provided</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.maven.plugin-tools</groupId>
@@ -126,25 +126,25 @@ under the License.
126126
<groupId>org.apache.maven</groupId>
127127
<artifactId>maven-model</artifactId>
128128
<version>${mavenVersion}</version>
129-
<scope>compile</scope>
129+
<scope>provided</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.maven</groupId>
133133
<artifactId>maven-artifact</artifactId>
134134
<version>${mavenVersion}</version>
135-
<scope>compile</scope>
135+
<scope>provided</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.apache.maven</groupId>
139139
<artifactId>maven-core</artifactId>
140140
<version>${mavenVersion}</version>
141-
<scope>compile</scope>
141+
<scope>provided</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.maven</groupId>
145145
<artifactId>maven-settings</artifactId>
146146
<version>${mavenVersion}</version>
147-
<scope>compile</scope>
147+
<scope>provided</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.apache.maven.wagon</groupId>
@@ -210,7 +210,7 @@ under the License.
210210
<groupId>org.apache.maven.shared</groupId>
211211
<artifactId>maven-osgi</artifactId>
212212
<version>0.2.0</version>
213-
<scope>compile</scope>
213+
<scope>provided</scope>
214214
</dependency>
215215
<dependency>
216216
<groupId>org.eclipse.core</groupId>

0 commit comments

Comments
 (0)