Skip to content
Snippets Groups Projects
Commit 3c8d5445 authored by Joe Littlejohn's avatar Joe Littlejohn
Browse files

Remove dependency on maven-core (no longer need to use MavenSession for randomPort)

parent c022afbc
No related branches found
No related tags found
No related merge requests found
...@@ -97,12 +97,6 @@ ...@@ -97,12 +97,6 @@
<artifactId>maven-plugin-api</artifactId> <artifactId>maven-plugin-api</artifactId>
<version>2.0</version> <version>2.0</version>
</dependency> </dependency>
<!--To be able to use MavenSession#userProperties we need maven-core (version 2.0 is too old, however)-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>2.2.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId> <artifactId>maven-project</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment