This file is indexed.

/usr/share/maven-repo/puppetlabs/typesafe-config/debian/typesafe-config-debian.pom is in libtypesafe-config-clojure 0.1.5-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
<?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>puppetlabs</groupId>
	<artifactId>typesafe-config</artifactId>
	<version>debian</version>
	<packaging>jar</packaging><properties>
		
			<debian.com.typesafe.config.originalVersion>1.2.0</debian.com.typesafe.config.originalVersion>
		
			<debian.org.clojure.clojure.originalVersion>1.5.1</debian.org.clojure.clojure.originalVersion>
		
			<debian.originalVersion>0.1.5</debian.originalVersion>
		
			<debian.package>libtypesafe-config-clojure</debian.package>
	</properties>
	
	<name>typesafe-config</name>
	<description>Thin Clojure wrapper around Typesafe Config library</description>
	<dependencyManagement>
		<dependencies>
		</dependencies>
	</dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>org.clojure</groupId>
			<artifactId>clojure</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>com.typesafe</groupId>
			<artifactId>config</artifactId>
			<version>debian</version>
		</dependency>
	</dependencies>
</project>
<!-- This file was autogenerated by Leiningen.
  Please do not edit it directly; instead edit project.clj and regenerate it.
  It should not be considered canonical data. For more information see
  https://github.com/technomancy/leiningen -->