Skip to content

Commit

Permalink
Removed reference to Jackson 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Jun 10, 2020
1 parent 992bf06 commit 4b93b03
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

package org.radarbase.data;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectWriter;
import java.io.IOException;
import org.apache.avro.Schema;
import org.apache.avro.Schema.Type;
import org.apache.avro.SchemaValidationException;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.map.ObjectWriter;
import org.radarbase.producer.rest.ParsedSchemaMetadata;

/** Encodes a String as Avro. */
Expand Down

0 comments on commit 4b93b03

Please sign in to comment.