Skip to content

Commit

Permalink
Update license checker configuration
Browse files Browse the repository at this point in the history
Closes apache#415
  • Loading branch information
takezoe committed Jul 26, 2017
1 parent dec9f84 commit 9bbd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import com.typesafe.sbt.license.{LicenseInfo, DepModuleInfo}
import PIOBuild._

lazy val scalaSparkDepsVersion = Map(
Expand Down Expand Up @@ -99,6 +98,7 @@ val conf = file("conf")
val commonSettings = Seq(
autoAPIMappings := true,
licenseConfigurations := Set("compile"),
licenseReportTypes := Seq(Csv),
unmanagedClasspath in Test += conf,
unmanagedClasspath in Test += baseDirectory.value.getParentFile / s"storage/jdbc/target/scala-${scalaBinaryVersion.value}/classes")

Expand Down

0 comments on commit 9bbd1f5

Please sign in to comment.