Re: org.picocontainer.PicoCompositionException: Duplicate Keys not allowed. Duplicate for 'class net.grinder.scriptengine.jython.JythonScriptEngineService'
Posted by WaitUntil on
URL: http://ngrinder.373.s1.nabble.com/org-picocontainer-PicoCompositionException-Duplicate-Keys-not-allowed-Duplicate-for-class-net-grinde-tp2163p2231.html
<dependency>
<groupId>org.ngrinder</groupId>
<artifactId>ngrinder-groovy</artifactId>
<version>${ngrinder.version}</version>
<scope>provided</scope>
</dependency>
add <scope> property in your pom file for ngrinder dependency,your script will run ok!