This file is indexed.

/usr/share/maven-repo/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.4.2/jackson-module-jaxb-annotations-2.4.2.pom is in libjackson2-module-jaxb-annotations-java 2.4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.fasterxml.jackson.module</groupId>
	<artifactId>jackson-module-jaxb-annotations</artifactId>
	<version>2.4.2</version>
	<packaging>bundle</packaging>
	<name>Jackson-module-JAXB-annotations</name>
	<description>Support for using JAXB annotations as an alternative to "native" Jackson annotations, for configuring data binding.</description>
	<url>http://wiki.fasterxml.com/JacksonJAXBAnnotations</url>
	<scm>
		<connection>scm:git:git@github.com:FasterXML/jackson-module-jaxb-annotations.git</connection>
		<developerConnection>scm:git:git@github.com:FasterXML/jackson-module-jaxb-annotations.git</developerConnection>
		<url>http://github.com/FasterXML/jackson-module-jaxb-annotations</url>
		<tag>jackson-module-jaxb-annotations-2.4.2</tag>
	</scm>
	<properties>
		<!-- Generate PackageVersion.java into this directory. -->
		<packageVersion.dir>com/fasterxml/jackson/module/jaxb</packageVersion.dir>
		<packageVersion.package>${project.groupId}.jaxb</packageVersion.package>
		<jackson.version.core>2.4.2</jackson.version.core>
		<osgi.export>com.fasterxml.jackson.module.jaxb,
com.fasterxml.jackson.module.jaxb.deser,com.fasterxml.jackson.module.jaxb.ser</osgi.export>
		<osgi.import>javax.activation
,org.w3c.dom,,javax.xml.parsers,
,javax.xml.bind,javax.xml.bind.annotation
,javax.xml.bind.annotation.adapters,com.fasterxml.jackson.annotation
,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type
,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind
,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.annotation
,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std
,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype
,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.module
,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser
,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.type
,com.fasterxml.jackson.databind.util,com.fasterxml.jackson.databind.jsonschema
,com.fasterxml.jackson.databind.jsonFormatVisitors
		</osgi.import>
		
			<debian.com.fasterxml.jackson.core.jackson-core.originalVersion>2.4.2</debian.com.fasterxml.jackson.core.jackson-core.originalVersion>
		
			<debian.com.fasterxml.jackson.core.jackson-databind.originalVersion>2.4.2</debian.com.fasterxml.jackson.core.jackson-databind.originalVersion>
		
			<debian.javax.ws.rs.jsr311-api.originalVersion>1.1.1</debian.javax.ws.rs.jsr311-api.originalVersion>
		
			<debian.javax.xml.bind.jaxb-api.originalVersion>2.2</debian.javax.xml.bind.jaxb-api.originalVersion>
		
			<debian.mavenRules>com.fasterxml.jackson.module jackson-module-jaxb-annotations bundle s/2\..*/2.x/ * *</debian.mavenRules>
		
			<debian.originalVersion>2.4.2</debian.originalVersion>
		
			<debian.package>libjackson2-module-jaxb-annotations-java</debian.package>
	</properties>
	<dependencies>
		<!-- Extends Jackson core and mapper, doesnt need annotations -->
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-core</artifactId>
			<version>2.x</version>
		</dependency>
		<dependency>
			<groupId>com.fasterxml.jackson.core</groupId>
			<artifactId>jackson-databind</artifactId>
			<version>2.x</version>
		</dependency>
		<!--  and actual JAXB annotations... -->
		<dependency>
			<groupId>javax.xml.bind</groupId>
			<artifactId>jaxb-api</artifactId>
			<version>debian</version>
			<scope>provided</scope>
		</dependency>
		<!-- and for testing, JAX-RS (jsr-311) API needed -->
	</dependencies>
</project>