Merge pull request #812 from akka/wip-exclude-jfree-√
Excluding jfree:jcommon and jfree:jfreechart from uncommons-maths
This commit is contained in:
commit
53e827c3df
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ object Dependencies {
|
|||
|
||||
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.7.2" // MIT
|
||||
val zeroMQClient = "org.zeromq" % "zeromq-scala-binding_2.10" % "0.0.6-RC1" // ApacheV2
|
||||
val uncommonsMath = "org.uncommons.maths" % "uncommons-maths" % "1.2.2a" // ApacheV2
|
||||
val uncommonsMath = "org.uncommons.maths" % "uncommons-maths" % "1.2.2a" exclude("jfree", "jcommon") exclude("jfree", "jfreechart") // ApacheV2
|
||||
val ariesBlueprint = "org.apache.aries.blueprint" % "org.apache.aries.blueprint" % "0.3.2" // ApacheV2
|
||||
val osgiCore = "org.osgi" % "org.osgi.core" % "4.2.0" // ApacheV2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue