This file is indexed.

/usr/share/maven-repo/org/springframework/spring-core/3.x/spring-core-3.x.pom is in libspring-core-java 3.2.13-5.

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>org.springframework</groupId>
	<artifactId>spring-core</artifactId>
	<version>3.x</version>
	<packaging>jar</packaging><properties>
		
			<debian.commons-logging.commons-logging.originalVersion>debian</debian.commons-logging.commons-logging.originalVersion>
		
			<debian.log4j.log4j.originalVersion>1.2.x</debian.log4j.log4j.originalVersion>
		
			<debian.mavenRules>org.springframework * * s/3\..*/3.x/ * *</debian.mavenRules>
		
			<debian.net.sf.jopt-simple.jopt-simple.originalVersion>debian</debian.net.sf.jopt-simple.jopt-simple.originalVersion>
		
			<debian.org.aspectj.aspectjweaver.originalVersion>debian</debian.org.aspectj.aspectjweaver.originalVersion>
		
			<debian.originalVersion>3.2.12.RELEASE</debian.originalVersion>
		
			<debian.package>libspring-core-java</debian.package>
	</properties>
	
	<name>Spring Core</name>
	<description>Spring Core</description>
	<url>https://github.com/SpringSource/spring-framework</url>
	<organization>
		<name>SpringSource</name>
		<url>http://springsource.org/spring-framework</url>
	</organization>
	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>jhoeller</id>
			<name>Juergen Hoeller</name>
			<email>jhoeller@gopivotal.com</email>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git://github.com/SpringSource/spring-framework</connection>
		<developerConnection>scm:git:git://github.com/SpringSource/spring-framework</developerConnection>
		<url>https://github.com/SpringSource/spring-framework</url>
	</scm>
	<dependencies>
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
			<version>debian</version>
		</dependency>
		<dependency>
			<groupId>log4j</groupId>
			<artifactId>log4j</artifactId>
			<version>1.2.x</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>net.sf.jopt-simple</groupId>
			<artifactId>jopt-simple</artifactId>
			<version>debian</version>
			<optional>true</optional>
		</dependency>
		<dependency>
			<groupId>org.aspectj</groupId>
			<artifactId>aspectjweaver</artifactId>
			<version>debian</version>
			<optional>true</optional>
		</dependency>
	</dependencies>
</project>