Merge pull request #812 from akka/wip-exclude-jfree-√

Excluding jfree:jcommon and jfree:jfreechart from uncommons-maths
This commit is contained in:
Viktor Klang (√) 2012-10-18 06:56:57 -07:00
commit 53e827c3df

View file

@ -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