@@ -395,23 +395,6 @@ lazy val reflect = configureAsSubproject(project)
395
395
)
396
396
.dependsOn(library)
397
397
398
- lazy val compilerOptionsExporter = Project (" compilerOptionsExporter" , file(" ." ) / " src" / " compilerOptionsExporter" )
399
- .dependsOn(compiler, reflect, library)
400
- .settings(clearSourceAndResourceDirectories)
401
- .settings(commonSettings)
402
- .settings(disableDocs)
403
- .settings(skip in publish := true )
404
- .settings(
405
- libraryDependencies ++= Seq (
406
- " com.fasterxml.jackson.core" % " jackson-core" % " 2.9.7" ,
407
- " com.fasterxml.jackson.core" % " jackson-annotations" % " 2.9.7" ,
408
- " com.fasterxml.jackson.core" % " jackson-databind" % " 2.9.7" ,
409
- " com.fasterxml.jackson.dataformat" % " jackson-dataformat-yaml" % " 2.9.7"
410
- // TODO: implement without Scala dependency. Not available when STARR has a new binary verison.
411
- // "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.7"
412
- )
413
- )
414
-
415
398
lazy val compiler = configureAsSubproject(project)
416
399
.settings(generatePropertiesFileSettings)
417
400
.settings(generateBuildCharacterFileSettings)
@@ -972,7 +955,7 @@ lazy val root: Project = (project in file("."))
972
955
},
973
956
setIncOptions
974
957
)
975
- .aggregate(library, reflect, compiler, compilerOptionsExporter, interactive, repl, replFrontend,
958
+ .aggregate(library, reflect, compiler, interactive, repl, replFrontend,
976
959
scaladoc, scalap, partest, junit, scalaDist).settings(
977
960
sources in Compile := Seq .empty,
978
961
onLoadMessage := """ |*** Welcome to the sbt build definition for Scala! ***
@@ -1164,7 +1147,6 @@ intellij := {
1164
1147
moduleDeps(scaladoc).value,
1165
1148
moduleDeps(scalap).value,
1166
1149
moduleDeps(testP).value,
1167
- moduleDeps(compilerOptionsExporter).value
1168
1150
)
1169
1151
}
1170
1152
0 commit comments