@@ -3,16 +3,13 @@ package com.fasterxml.jackson.module.scala.introspect
3
3
import org .junit .runner .RunWith
4
4
import org .scalatest .junit .JUnitRunner
5
5
import org .scalatest .fixture .FlatSpec
6
- import org .scalatest .matchers .ShouldMatchers
7
- import com .fasterxml .jackson .core .Version
8
- import com .fasterxml .jackson .databind .{Module , ObjectMapper }
9
- import com .fasterxml .jackson .databind .Module .SetupContext
6
+ import com .fasterxml .jackson .databind .ObjectMapper
10
7
import com .fasterxml .jackson .annotation .JsonProperty
11
8
import com .fasterxml .jackson .module .scala .JacksonModule
12
9
import com .fasterxml .jackson .module .scala .deser .ScalaValueInstantiatorsModule
13
10
import scala .volatile
14
11
import com .fasterxml .jackson .databind .exc .UnrecognizedPropertyException
15
- import scala .reflect .{BeanProperty , BeanInfo }
12
+ import scala .beans .{BeanProperty , BeanInfo }
16
13
import org .scalatest .{Outcome , Succeeded , Matchers }
17
14
18
15
class Fields {
@@ -32,7 +29,7 @@ class Methods {
32
29
33
30
case class Constructors (plainField : Int = 0 )
34
31
35
- @ SerialVersionUID (uid = 8675309 )
32
+ @ SerialVersionUID (8675309 )
36
33
case class SerialID (firstField : String , secondField : Int ) {
37
34
@ transient var excluded = 10
38
35
@ volatile var alsoExcluded = " no"
0 commit comments