github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/syft/pkg/cataloger/java/test-fixtures/maven-xml-responses/parent-7.11.2.pom (about)

     1  <?xml version="1.0"?>
     2  <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">
     3  
     4      <modelVersion>4.0.0</modelVersion>
     5  
     6      <groupId>net.shibboleth</groupId>
     7      <artifactId>parent</artifactId>
     8      <version>7.11.2</version>
     9      <packaging>pom</packaging>
    10  
    11      <name>Shibboleth Project V3 Super POM</name>
    12      <description>
    13          A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V3 projects.
    14      </description>
    15  
    16      <properties>
    17          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    18          <maven.compiler.source>1.7</maven.compiler.source>
    19          <maven.compiler.target>1.7</maven.compiler.target>
    20  
    21          <bouncycastle.version>1.59</bouncycastle.version>
    22          <cryptacular.version>1.1.4</cryptacular.version>
    23          <!-- IMPORTANT: httpclient and httpcore versions need to be updated together.  -->
    24          <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
    25          <httpclient.version>4.5.13</httpclient.version>
    26          <httpclient.httpcore.version>4.4.14</httpclient.httpcore.version>
    27          <guava.version>20.0</guava.version>
    28          <jetty.groupId>org.eclipse.jetty</jetty.groupId>
    29          <jetty.version>9.2.14.v20151106</jetty.version>
    30          <ldaptive.version>1.0.13</ldaptive.version>
    31          <logback.version>1.2.3</logback.version>
    32          <metrics.version>3.1.5</metrics.version>
    33          <jackson.version>2.10.4</jackson.version>
    34          <slf4j.groupId>org.slf4j</slf4j.groupId>
    35          <slf4j.version>1.7.30</slf4j.version>
    36          <spring.groupId>org.springframework</spring.groupId>
    37          <spring.version>4.3.30.RELEASE</spring.version>
    38          <spring-webflow.groupId>org.springframework.webflow</spring-webflow.groupId>
    39          <spring-webflow.version>2.4.8.RELEASE</spring-webflow.version>
    40          <xmlsec.version>2.0.10</xmlsec.version>
    41          <xmlunit.version>2.5.1</xmlunit.version>
    42  
    43          <checkstyle.version>8.26</checkstyle.version>
    44          <checkstyle-plugin.version>3.1.0</checkstyle-plugin.version>
    45          <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
    46  
    47          <maven-javadoc-plugin.version>3.0.0</maven-javadoc-plugin.version>
    48  
    49          <maven.central.url>https://repo1.maven.org/maven2</maven.central.url>
    50          <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
    51  
    52          <shibboleth.scm.connection>scm:git:https://git.shibboleth.net/git/</shibboleth.scm.connection>
    53          <shibboleth.scm.developerConnection>scm:git:git@git.shibboleth.net:</shibboleth.scm.developerConnection>
    54          <shibboleth.scm.url>https://git.shibboleth.net/view/?p=</shibboleth.scm.url>
    55  
    56      </properties>
    57  
    58      <!-- The Maven version prerequisite applies to the maven-versions-plugin:display-plugin-updates goal only. -->
    59      <prerequisites>
    60          <maven>3.3.1</maven>
    61      </prerequisites>
    62  
    63      <!-- Dependencies set for all projects. Be certain anything added here really should apply to every single project. -->
    64      <dependencies>
    65      </dependencies>
    66  
    67      <!-- Dependencies with fixed versions and excludes that may be used by projects. -->
    68      <dependencyManagement>
    69      </dependencyManagement>
    70  
    71      <distributionManagement>
    72      </distributionManagement>
    73  
    74      <build>
    75      </build>
    76  
    77      <reporting>
    78      </reporting>
    79  
    80      <profiles>
    81      </profiles>
    82  
    83  
    84      <!-- Project Metadata -->
    85      <url>http://shibboleth.net/</url>
    86  
    87      <inceptionYear>1999</inceptionYear>
    88  
    89      <licenses>
    90          <license>
    91              <name>The Apache Software License, Version 2.0</name>
    92              <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    93              <distribution>repo</distribution>
    94          </license>
    95      </licenses>
    96  
    97      <mailingLists>
    98  
    99      </mailingLists>
   100  
   101      <issueManagement>
   102      </issueManagement>
   103  
   104      <scm>
   105          <connection>${shibboleth.scm.connection}java-parent-project-v3</connection>
   106          <developerConnection>${shibboleth.scm.developerConnection}java-parent-project-v3</developerConnection>
   107          <url>${shibboleth.scm.url}java-parent-project-v3.git</url>
   108      </scm>
   109  
   110      <developers>
   111      </developers>
   112  
   113      <contributors>
   114      </contributors>
   115  
   116      <organization>
   117      </organization>
   118  </project>