Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 4a40844

Browse files
committed
chore(build.sbt): update libraries + add a common build object to download bluecove
refactoring(libraries): extract unmanaged dependencies inside a root folder Use a root folder to store external dependencies. Fix a bug with sigar (closes #75).
1 parent 8b1d1d1 commit 4a40844

File tree

133 files changed

+244
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+244
-174
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,5 @@ target/
3434
.worksheet
3535

3636
#bluecove
37-
*/*/bluecove*
37+
*bluecove*
3838

39-
#tokens
40-
secrets.tar

README.md

Lines changed: 7 additions & 7 deletions

build.sbt

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
name := "powerapi"
22

3-
version in ThisBuild := "3.4"
4-
5-
scalaVersion in ThisBuild := "2.11.6"
6-
7-
scalacOptions in ThisBuild ++= Seq(
8-
"-language:reflectiveCalls",
9-
"-language:implicitConversions",
10-
"-feature",
11-
"-deprecation"
12-
)
13-
143
// Logging
154
libraryDependencies in ThisBuild ++= Seq(
16-
"org.apache.logging.log4j" % "log4j-api" % "2.3",
17-
"org.apache.logging.log4j" % "log4j-core" % "2.3"
5+
"org.apache.logging.log4j" % "log4j-api" % "2.5",
6+
"org.apache.logging.log4j" % "log4j-core" % "2.5"
187
)
19-
20-
parallelExecution in (ThisBuild, Test) := false
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)