aboutsummaryrefslogtreecommitdiffstats
path: root/configserver/src/main/java/com/fasterxml/jackson/jaxrs/json/package-info.java
blob: 3f23176175d340a154336530ff642ca64286431b (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage(version = @Version(major = 2, minor = 13, micro = 3))
package com.fasterxml.jackson.jaxrs.json;

import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;