This file is indexed.

/usr/share/maven-repo/eu/medsea/mimeutil/mime-util/2.x/mime-util-2.x.pom is in libmime-util-java 2.1.3-3.

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
<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>eu.medsea.mimeutil</groupId>
	<artifactId>mime-util</artifactId>
	<version>2.x</version>
	<packaging>bundle</packaging>
	<name>Mime Detection Utility</name>
	<properties>
		<bundle.namespace>eu.medsea</bundle.namespace>
		
			<debian.hasPackageVersion/>
		
			<debian.junit.junit.originalVersion>3.8.1</debian.junit.junit.originalVersion>
		
			<debian.log4j.log4j.originalVersion>1.2.14</debian.log4j.log4j.originalVersion>
		
			<debian.mavenRules>eu.medsea.mimeutil mime-util bundle s/2\..*/2.x/ * *</debian.mavenRules>
		
			<debian.org.slf4j.slf4j-api.originalVersion>1.5.6</debian.org.slf4j.slf4j-api.originalVersion>
		
			<debian.org.slf4j.slf4j-log4j12.originalVersion>1.5.6</debian.org.slf4j.slf4j-log4j12.originalVersion>
		
			<debian.originalVersion>2.1.3</debian.originalVersion>
		
			<debian.package>libmime-util-java</debian.package>
	</properties>
	<description>mime-util is a simple to use, small, light weight and fast open source java utility library that can detect
		MIME types from files, input streams, URL's and byte arrays.Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4.</description>
	<dependencies>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-log4j12</artifactId>
			<version>debian</version>
			<scope>runtime</scope>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.x</version>
			<scope>runtime</scope>
		</dependency>
	</dependencies>
</project>