Repository: incubator-predictionio
Updated Branches:
  refs/heads/develop dec9f84ce -> 9bbd1f51a


Update license checker configuration

Closes #415


Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/9bbd1f51
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/9bbd1f51
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/9bbd1f51

Branch: refs/heads/develop
Commit: 9bbd1f51a7da31a3dbc00d36942ecfe4315af169
Parents: dec9f84
Author: Naoki Takezoe <[email protected]>
Authored: Wed Jul 26 18:10:11 2017 +0900
Committer: Naoki Takezoe <[email protected]>
Committed: Wed Jul 26 18:10:11 2017 +0900

----------------------------------------------------------------------
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/9bbd1f51/build.sbt
----------------------------------------------------------------------
diff --git a/build.sbt b/build.sbt
index 712d360..139bf39 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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(
@@ -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")
 

Reply via email to