Skip to content

Commit

Permalink
Fix702 (#5727)
Browse files Browse the repository at this point in the history
add lightgbm scope
  • Loading branch information
songhappy authored Sep 14, 2022
1 parent 637dfe8 commit d667199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scala/dllib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
<groupId>com.microsoft.azure</groupId>
<artifactId>synapseml-lightgbm_2.12</artifactId>
<version>0.9.5</version>
<scope>${lightgbm.scope}</scope>
<exclusions>
<exclusion>
<groupId>org.apache.spark</groupId>
Expand Down
2 changes: 2 additions & 0 deletions scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
<bigdl.basedir>${project.basedir}</bigdl.basedir>
<bigdl-core-all-scope>compile</bigdl-core-all-scope>
<data-store-url>http://download.tensorflow.org</data-store-url>
<lightgbm.scope>provided</lightgbm.scope>

</properties>

Expand Down Expand Up @@ -772,6 +773,7 @@
<scala.major.version>2.12</scala.major.version>
<scala.version>2.12.10</scala.version>
<scala.macros.version>2.1.0</scala.macros.version>
<lightgbm.scope>compile</lightgbm.scope>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
Expand Down

0 comments on commit d667199

Please sign in to comment.