ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/maven/tomcat-catalina.pom

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/res/maven/tomcat-catalina.pom
Status
application-package
Type
file
Name
tomcat-catalina.pom
Extension
.pom
Programming language

      
    
Mime type
text/xml
File type
XML 1.0 document, ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
3696 (3.6 KB)
MD5
d63fe371bb93b78a6326e54ca17a5b19
SHA1
87f32e97e8bcbb94d9c956c940efaf4bbf29822b
SHA256
eaae3672c378ce188e2caa55e63afb2e705dffaf2c9862ab3f9660cc0d6f42ce
SHA512

      
    
SHA1_git
60ab614dfef86b0fe0ff1459a1698080d34fbd50
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
tomcat-catalina.pom | 3.6 KB |

<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <description>Tomcat Servlet Engine Core Classes and Standard implementations</description> <url>https://tomcat.apache.org/</url> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-servlet-api</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jsp-api</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-juli</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-annotations-api</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-api</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jni</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-coyote</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-util-scan</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jaspic-api</artifactId> <version>@MAVEN.DEPLOY.VERSION@</version> <scope>compile</scope> </dependency> </dependencies> </project>
Extra data

      
    
Package data
- md5:
  name: tomcat-catalina
  purl: pkg:maven/org.apache.tomcat/tomcat-catalina@%40MAVEN.DEPLOY.VERSION%40
  sha1:
  size:
  type: maven
  holder:
  sha256:
  sha512:
  parties: []
  subpath:
  vcs_url:
  version: '@MAVEN.DEPLOY.VERSION@'
  keywords: []
  copyright:
  namespace: org.apache.tomcat
  extra_data: {}
  is_private: no
  is_virtual: no
  qualifiers: {}
  description: Tomcat Servlet Engine Core Classes and Standard implementations
  notice_text:
  api_data_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-catalina/@MAVEN.DEPLOY.VERSION@/tomcat-catalina-@MAVEN.DEPLOY.VERSION@.pom
  dependencies:
    - purl: pkg:maven/org.apache.tomcat/tomcat-servlet-api@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-jsp-api@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-juli@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-annotations-api@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-api@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-jni@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-coyote@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-util@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-util-scan@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
    - purl: pkg:maven/org.apache.tomcat/tomcat-jaspic-api@%40MAVEN.DEPLOY.VERSION%40
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: '@MAVEN.DEPLOY.VERSION@'
  download_url:
  homepage_url: https://tomcat.apache.org/
  release_date:
  code_view_url:
  datasource_id: maven_pom
  file_references: []
  source_packages:
    - pkg:maven/org.apache.tomcat/tomcat-catalina@%40MAVEN.DEPLOY.VERSION%40?classifier=sources
  bug_tracking_url:
  primary_language: Java
  license_detections:
    - matches:
        - score: '100.0'
          matcher: 1-hash
          end_line: 2
          rule_url: https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/rules/apache-2.0_1379.RULE
          from_file:
          start_line: 1
          matched_text: |
            name: Apache License, Version 2.0
            url: http://www.apache.org/licenses/LICENSE-2.0.txt
          match_coverage: '100.0'
          matched_length: 16
          rule_relevance: 100
          rule_identifier: apache-2.0_1379.RULE
          license_expression: apache-2.0
          license_expression_spdx: Apache-2.0
      identifier: apache_2_0-1096ecf3-d346-9d22-51d7-abc4e11a8ad0
      license_expression: apache-2.0
      license_expression_spdx: Apache-2.0
  repository_download_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-catalina/@MAVEN.DEPLOY.VERSION@/tomcat-catalina-@MAVEN.DEPLOY.VERSION@.jar
  repository_homepage_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-catalina/@MAVEN.DEPLOY.VERSION@/
  other_license_detections: []
  other_license_expression:
  declared_license_expression: apache-2.0
  extracted_license_statement: |
    - license:
        name: Apache License, Version 2.0
        url: http://www.apache.org/licenses/LICENSE-2.0.txt
  other_license_expression_spdx:
  declared_license_expression_spdx: Apache-2.0