Skip to content

Commit

Permalink
Version as in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
juulhobert committed Oct 17, 2023
1 parent 785e9e3 commit 8ff055a
Showing 1 changed file with 1 addition and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,10 @@ under the License.
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-spi</artifactId>
<version>4.0.0-alpha-8-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-core</artifactId>
<version>4.0.0-alpha-8-SNAPSHOT</version>
<version>3.8.6</version>
<scope>provided</scope>
</dependency>

Expand All @@ -55,30 +49,6 @@ under the License.

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-mdo</id>
<goals>
<goal>copy</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api-model</artifactId>
<version>4.0.0-alpha-8-SNAPSHOT</version>
<type>mdo</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.sisu</groupId>
<artifactId>sisu-maven-plugin</artifactId>
Expand Down

0 comments on commit 8ff055a

Please sign in to comment.