Minimize surefire overrides
[yangtools.git] / yang / yang-parser-spi / pom.xml
index d4bf1619d4a5fa23122cd3265057eb94a2124642..2657ac1a0ea86d8549707e9bce40e80503ffd397 100644 (file)
             <artifactId>mockito-configuration</artifactId>
         </dependency>
     </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>@{argLine}
-                        --add-opens org.opendaylight.yangtools.yang.parser.spi/org.opendaylight.yangtools.yang.parser.spi.source=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>