<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>com.oracle.database.messaging </groupId>
  <artifactId>aqapi</artifactId>
  <version>19.3.0.0</version>
  
   <!-- Start of fields requiring product specific values -->
  <name>aqapi</name>
  <description>Oracle's implementation of JMS specification in compliance with JMS 1.1</description>
  <url> https://docs.oracle.com/en/database/oracle/oracle-database/19/jajms/index.html </url>
  <!-- End of fields requiring product specific values -->
  
  <licenses>
    <license>
      <name>Oracle Free Use Terms and Conditions (FUTC)</name>
      <comments>
        https://www.oracle.com/downloads/licenses/oracle-free-license.html
      </comments>
    </license>
  </licenses>
  
  <!-- End elements that need to be inserted -->
  
    <developers>
    <developer>
      <organization>Oracle America, Inc.</organization>
      <organizationUrl>http://www.oracle.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url></url>
  </scm> 
  
  <dependencies>

   <dependency>
      <groupId>oracle.com.database.jdbc</groupId>
      <artifactId>ojdbc8</artifactId>
      <version>19.3.0.0</version>
      <optional>true</optional>
  </dependency>
 <dependency>
      <groupId>javax.transaction</groupId>
      <artifactId>jta</artifactId>
      <version>1.1</version>
      <optional>true</optional>
  </dependency>
 <dependency>
      <groupId>javax.jms</groupId>
      <artifactId>javax.jms-api</artifactId>
      <version>2.0</version>   
  </dependency>
  
</dependencies>
  
  
</project>