Skip to content

Commit

Permalink
Fix for NoSuchBeanDefinitionException 'org.mule.runtime.api.scheduler…
Browse files Browse the repository at this point in the history
….SchedulerService' mulesoft-labs#42
  • Loading branch information
Eugene Berman committed Dec 11, 2019
1 parent 1281058 commit 49f44ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions mule-esb-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
exclude group: "org.slf4j"
}

compile('commons-io:commons-io:2.6')
// compile ('org.apache.maven:maven-plugin-api:3.5.4')
// compile ('org.jdom:jdom2:2.0.6')
// compile ('org.mule.raml:raml-parser-interface-impl-v2:1.1.7')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package org.mule.tooling.runtime.launcher.configuration.runner;

import org.codehaus.plexus.util.FileUtils;
//import org.codehaus.plexus.util.FileUtils;
import org.apache.commons.io.FileUtils;
import org.jetbrains.annotations.NotNull;
import org.mule.tooling.runtime.util.MuleDirectoriesUtils;

Expand Down

0 comments on commit 49f44ac

Please sign in to comment.