diff --git a/pom.xml b/pom.xml index faceddc..212dde6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ - - 4.0.0 @@ -34,8 +32,8 @@ under the License. Mojo's Cassandra Maven Plugin The Mojo Projects plugin for Apache Maven to allow launching a local Apache Cassandra instance from a Maven build - 2011 https://www.mojohaus.org/cassandra-maven-plugin/ + 2011 Apache License 2 @@ -88,8 +86,8 @@ under the License. scm:git:https://github.com/mojohaus/cassandra-maven-plugin.git scm:git:https://github.com/mojohaus/cassandra-maven-plugin.git - https://github.com/mojohaus/cassandra-maven-plugin HEAD + https://github.com/mojohaus/cassandra-maven-plugin github @@ -106,6 +104,16 @@ under the License. 2023-12-31T19:39:02Z + + + + org.slf4j + slf4j-api + ${slf4jVersion} + + + + org.apache.cassandra @@ -211,6 +219,12 @@ under the License. maven-plugin-testing-harness 3.3.0 test + + + plexus-container-default + org.codehaus.plexus + + org.codehaus.plexus @@ -278,32 +292,6 @@ under the License. - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - - cpu-count - - - - - @@ -335,18 +323,34 @@ under the License. + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + + cpu-count + + + + + - - - - org.slf4j - slf4j-api - ${slf4jVersion} - - - -