Skip to content

Commit

Permalink
scope
Browse files Browse the repository at this point in the history
  • Loading branch information
songhappy committed Sep 14, 2022
1 parent dca35e8 commit fb1ad97
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 @@ -692,6 +692,7 @@
<scala.major.version>2.11</scala.major.version>
<scala.version>2.11.8</scala.version>
<scala.macros.version>2.1.0</scala.macros.version>
<lightgbm.scope>provided</lightgbm.scope>
</properties>
<build>
<plugins>
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 fb1ad97

Please sign in to comment.