Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkvision committed Jul 4, 2022
1 parent 9630ee0 commit 45c2c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package com.intel.analytics.bigdl.orca.utils
import java.util.concurrent.{ExecutorService, Executors, ThreadFactory}

import jep.{JepConfig, JepException, NamingConventionClassEnquirer, SharedInterpreter}
import org.apache.commons.lang.exception.ExceptionUtils
import org.apache.logging.log4j.LogManager

import scala.concurrent.{Await, ExecutionContext, Future}
Expand Down
2 changes: 1 addition & 1 deletion scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<maven-site-plugin.version>3.4</maven-site-plugin.version>
<maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
<maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>
<maven-assembly-plugin.version>2.5</maven-assembly-plugin.version>
<maven-dependency-plugin.version>2.8</maven-dependency-plugin.version>
<maven-javadoc-plugin.version>2.10.1</maven-javadoc-plugin.version>
<apache-rat-plugin.version>0.10</apache-rat-plugin.version>
Expand Down

0 comments on commit 45c2c85

Please sign in to comment.