[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

updating jackson-*



	Hi

  I'm packaging jackson-module-jaxb-annotations and
jackson-jaxrs-providers, but they need newer jackson-core et al. Thing
is that -core doesn't seem to find junit:

[INFO] Compiling 70 source files to /«PKGBUILDDIR»/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/«PKGBUILDDIR»/src/test/java/com/fasterxml/jackson/test/BaseTest.java:[6,22]
error: package junit.framework does not exist
[ERROR]
/«PKGBUILDDIR»/src/test/java/com/fasterxml/jackson/test/BaseTest.java:[13,12]
error: cannot find symbol
[ERROR]   symbol: class TestCase
/«PKGBUILDDIR»/src/test/java/com/fasterxml/jackson/core/io/TestJsonStringEncoder.java:[6,23]
error: package org.junit does not exist
...

is junit to blame or should some maven.rules magic be used?


-- 
t


Reply to: