Use Maven Enforcer plugin to require Maven version
[yangtools.git] / common / mockito-configuration / pom.xml
index aa81fdde17cdc70434b2e1bfca1b24f604d4e7bb..1637e1f9cbc3ccdde018767b948a28fc700a1094 100644 (file)
         <relativePath>/../../common/parent/pom.xml</relativePath>
     </parent>
 
-
     <modelVersion>4.0.0</modelVersion>
     <artifactId>mockito-configuration</artifactId>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
-    <prerequisites>
-        <maven>3.0.4</maven>
-    </prerequisites>
 
     <dependencies>
         <!-- all those dependencies will be in test scope as mockito-configuration should be referenced as test scope dependency -->