This file is indexed.

/usr/share/maven-repo/org/hibernate/hibernate-jdbc4-testing/3.6.10.Final/hibernate-jdbc4-testing-3.6.10.Final.pom is in libhibernate3-java 3.6.10.Final-6.

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
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Hibernate, Relational Persistence for Idiomatic Java
  ~
  ~ Copyright (c) 2011, Red Hat Inc. or third-party contributors as
  ~ indicated by the @author tags or express copyright attribution
  ~ statements applied by the authors.  All third-party contributions are
  ~ distributed under license by Red Hat Inc.
  ~
  ~ This copyrighted material is made available to anyone wishing to use, modify,
  ~ copy, or redistribute it subject to the terms and conditions of the GNU
  ~ Lesser General Public License, as published by the Free Software Foundation.
  ~
  ~ This program is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  ~ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
  ~ for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public License
  ~ along with this distribution; if not, write to:
  ~ Free Software Foundation, Inc.
  ~ 51 Franklin Street, Fifth Floor
  ~ Boston, MA  02110-1301  USA
  -->
<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>org.hibernate</groupId>
	<artifactId>hibernate-jdbc4-testing</artifactId>
	<version>3.6.10.Final</version>
	<packaging>jar</packaging>
	<parent>
		<groupId>org.hibernate</groupId>
		<artifactId>hibernate-parent</artifactId>
		<version>debian</version>
	</parent>
	
	<name>Hibernate JDBC4-JdbcSupport Testing</name>
	<description>Test support of JDBC4 through JdbcSupport</description>
	<properties>
		<!-- Skip artifact deployment -->
		<maven.deploy.skip>true</maven.deploy.skip>
		
			<debian.org.hibernate.hibernate-core.originalVersion>3.6.10.Final</debian.org.hibernate.hibernate-core.originalVersion>
		
			<debian.originalVersion>3.6.10.Final</debian.originalVersion>
		
			<debian.package>libhibernate3-java</debian.package>
	</properties>
	<dependencies>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-core</artifactId>
			<version>debian</version>
		</dependency>
	</dependencies>
</project>