spring-cloud-stream-binder-oracle-txeventq
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oracle.database.spring.cloud-stream-binder</groupId> <artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId> <version>0.9.0</version> </dependency>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.oracle.database.spring.cloud-stream-binder</groupId> <artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId> <version>0.9.0</version> <packaging>jar</packaging> <parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>4.1.3</version> <relativePath/> </parent> <name>spring-cloud-stream-binder-oracle-txeventq</name> <description>Spring Cloud Stream Binder for Oracle TxEventQ based on JMS</description> <organization> <name>Oracle America, Inc.</name> <url>https://www.oracle.com</url> </organization> <developers> <developer> <name>Oracle</name> <email>obaas_ww at oracle.com</email> <organization>Oracle America, Inc.</organization> <organizationUrl>https://www.oracle.com</organizationUrl> </developer> </developers> <licenses> <license> <name>Apache License, Version 2.0</name> <comments> https://www.apache.org/licenses/LICENSE-2.0 </comments> </license> </licenses> <scm> <url>https://github.com/oracle/spring-cloud-oracle</url> <connection>scm:git:https://github.com/oracle/spring-cloud-oracle.git</connection> <developerConnection>scm:git:git@github.com:oracle/spring-cloud-oracle.git</developerConnection> </scm> <properties> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <oracle-database.version>23.5.0.24.07</oracle-database.version> <oracle.database.security.version>21.9.0.0</oracle.database.security.version> <org.springframework.cloud.version>4.1.3</org.springframework.cloud.version> <testcontainers.version>1.20.1</testcontainers.version> <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <!-- Distribution management --> <repository.id>artifactory</repository.id> <repository.name>spring-cloud-oci-releases</repository.name> <repository.url>changeme</repository.url> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> <version>6.1.5</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> <version>${spring-boot.version}</version> </dependency> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc11</artifactId> <version>${oracle-database.version}</version> </dependency> <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ucp</artifactId> <version>${oracle-database.version}</version> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream</artifactId> <version>${org.springframework.cloud.version}</version> </dependency> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jms</artifactId> <version>6.2.3</version> </dependency> <dependency> <groupId>jakarta.jms</groupId> <artifactId>jakarta.jms-api</artifactId> <version>3.1.0</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.16.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.14.0</version> </dependency> <dependency> <groupId>com.oracle.database.messaging</groupId> <artifactId>aqapi-jakarta</artifactId> <version>23.3.1.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.17.0</version> </dependency> <dependency> <groupId>com.oracle.database.security</groupId> <artifactId>oraclepki</artifactId> <version>${oracle.database.security.version}</version> </dependency> <dependency> <groupId>com.oracle.database.security</groupId> <artifactId>osdt_core</artifactId> <version>${oracle.database.security.version}</version> </dependency> <dependency> <groupId>com.oracle.database.security</groupId> <artifactId>osdt_cert</artifactId> <version>${oracle.database.security.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.7</version> </dependency> <dependency> <groupId>jakarta.transaction</groupId> <artifactId>jakarta.transaction-api</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>${spring-boot.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <version>${spring-boot.version}</version> <scope>test</scope> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-test-support</artifactId> <version>${org.springframework.cloud.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-test-binder</artifactId> <version>${org.springframework.cloud.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> <version>${testcontainers.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>${testcontainers.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>oracle-free</artifactId> <version>${testcontainers.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <configuration> <includes> <include>**/*IT.java</include> </includes> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>${maven-javadoc-plugin.version}</version> <configuration> <source>${maven.compiler.target}</source> <skip>false</skip> <author>true</author> <header>${project.name}</header> <reportOutputDirectory>${project.build.directory}/site/${project.version}/apidocs</reportOutputDirectory> <excludePackageNames>com.oracle.cloud.spring.sample.*</excludePackageNames> </configuration> <executions> <execution> <phase>deploy</phase> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>${maven-source-plugin.version}</version> <executions> <execution> <phase>deploy</phase> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>${build-helper-maven-plugin.version}</version> <executions> <execution> <id>attach-artifacts</id> <phase>deploy</phase> <goals> <goal>attach-artifact</goal> </goals> <configuration> <artifacts> <artifact> <!--suppress UnresolvedMavenProperty --> <file>${session.executionRootDirectory}/LICENSE.txt</file> <type>txt</type> <classifier>LICENSE</classifier> </artifact> <artifact> <!--suppress UnresolvedMavenProperty --> <file>${session.executionRootDirectory}/THIRD_PARTY_LICENSES.txt</file> <type>txt</type> <classifier>THIRD_PARTY_LICENSES</classifier> </artifact> </artifacts> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <executions> <execution> <id>deploy</id> <phase>deploy</phase> <goals> <goal>deploy</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <distributionManagement> <repository> <id>${repository.id}</id> <name>${repository.name}</name> <url>${repository.url}</url> </repository> <snapshotRepository> <id>${repository.id}</id> <name>${repository.name}</name> <url>${repository.url}</url> </snapshotRepository> </distributionManagement> </project>