55 lines
1.7 KiB
XML
55 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>onemdw.bwce</groupId>
|
|
<artifactId>ttt55.parent</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<relativePath>../ttt55.parent</relativePath>
|
|
</parent>
|
|
<artifactId>ttt55.module</artifactId>
|
|
<packaging>bwmodule</packaging>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>onemdw.bwce</groupId>
|
|
<artifactId>bwce-fwk</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.tibco.bw</groupId>
|
|
<artifactId>lhg-ngmdw-bwce-sm-sftpconnector-gomft</artifactId>
|
|
<version>1.0.7</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>lhg.ngmdw.bwce</groupId>
|
|
<artifactId>sharedmodule-liveness-readiness</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.tibco.bw</groupId>
|
|
<artifactId>onemdw-bwce-sm-kafkaconnector</artifactId>
|
|
<version>1.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.tibco.utils</groupId>
|
|
<artifactId>com.tibco.bw.palette.shared</artifactId>
|
|
<version>6.2.1900.001</version>
|
|
<scope>provided</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<build>
|
|
<sourceDirectory>src</sourceDirectory>
|
|
<outputDirectory>target/classes</outputDirectory>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.tibco.plugins</groupId>
|
|
<artifactId>bw6-maven-plugin</artifactId>
|
|
<version>2.9.8</version>
|
|
<extensions>true</extensions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|