ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/modules/jdbc-pool/pom.xml

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/modules/jdbc-pool/pom.xml
Status
application-package
Type
file
Name
pom.xml
Extension
.xml
Programming language

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

      
    
Rootfs path

      
    
Size
5220 (5.1 KB)
MD5
38c164228664b651ac4b082977e3a5c8
SHA1
d62e48467e6d431e115bc45f174e46ac8def3cda
SHA256
e00a1c38742596362514a33afd8535249ba042c3117eeaf8048b38074572a66c
SHA512

      
    
SHA1_git
2fff723d7d379bde0f58b54bdded609e14c1ae7f
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
pom.xml | 5.1 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> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>34</version> </parent> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jdbc</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>jdbc-pool</name> <url>https://people.apache.org/~fhanik/jdbc-pool/</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <mailingLists> <mailingList> <name>Development List</name> <subscribe>dev-subscribe@tomcat.apache.org</subscribe> <unsubscribe>dev-unsubscribe@tomcat.apache.org</unsubscribe> <post>dev@tomcat.apache.org</post> </mailingList> <mailingList> <name>Users List</name> <subscribe>users-subscribe@tomcat.apache.org</subscribe> <unsubscribe>users-unsubscribe@tomcat.apache.org</unsubscribe> <post>users@tomcat.apache.org</post> </mailingList> </mailingLists> <scm> <connection>scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool</developerConnection> <url>https://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool</url> </scm> <dependencies> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-juli</artifactId> <version>11.0.5</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-dbcp</artifactId> <version>11.0.5</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>2.2.220</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <optimize>true</optimize> <debug>true</debug> <showDeprecation>true</showDeprecation> <showWarnings>true</showWarnings> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.10</version> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>true</downloadJavadocs> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
Extra data

      
    
Package data
- md5:
  name: tomcat-jdbc
  purl: pkg:maven/org.apache.tomcat/tomcat-jdbc@1.1.0-SNAPSHOT
  sha1:
  size:
  type: maven
  holder:
  sha256:
  sha512:
  parties: []
  subpath:
  vcs_url: svn+https://svn.apache.org/repos/asf/tomcat/trunk/modules/jdbc-pool
  version: 1.1.0-SNAPSHOT
  keywords: []
  copyright:
  namespace: org.apache.tomcat
  extra_data: {}
  is_private: no
  is_virtual: no
  qualifiers: {}
  description: jdbc-pool
  notice_text:
  api_data_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-jdbc/1.1.0-SNAPSHOT/tomcat-jdbc-1.1.0-SNAPSHOT.pom
  dependencies:
    - purl: pkg:maven/org.apache.tomcat/tomcat-juli@11.0.5
      scope: compile
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: 11.0.5
    - purl: pkg:maven/junit/junit@4.13.2
      scope: test
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: 4.13.2
    - purl: pkg:maven/org.apache.tomcat/tomcat-dbcp@11.0.5
      scope: test
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: 11.0.5
    - purl: pkg:maven/com.h2database/h2@2.2.220
      scope: test
      is_direct: yes
      is_pinned: yes
      extra_data: {}
      is_runtime: no
      is_optional: yes
      resolved_package: {}
      extracted_requirement: 2.2.220
  download_url:
  homepage_url: https://people.apache.org/~fhanik/jdbc-pool/
  release_date:
  code_view_url: https://svn.apache.org/viewvc/tomcat/trunk/modules/jdbc-pool
  datasource_id: maven_pom
  file_references: []
  source_packages:
    - pkg:maven/org.apache.tomcat/tomcat-jdbc@1.1.0-SNAPSHOT?classifier=sources
  bug_tracking_url:
  primary_language: Java
  license_detections: []
  repository_download_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-jdbc/1.1.0-SNAPSHOT/tomcat-jdbc-1.1.0-SNAPSHOT.jar
  repository_homepage_url: https://repo1.maven.org/maven2/org/apache/tomcat/tomcat-jdbc/1.1.0-SNAPSHOT/
  other_license_detections: []
  other_license_expression:
  declared_license_expression:
  extracted_license_statement:
  other_license_expression_spdx:
  declared_license_expression_spdx: