Move additional dependencies to runtime scope

This commit is contained in:
md_5 2021-05-16 18:08:57 +10:00
parent 4fc1a9e770
commit b60a30c705
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -102,19 +102,19 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-resolver-provider</artifactId>
<version>3.8.1</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-transport-http</artifactId>
<version>1.7.0</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
</dependencies>