123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- ~ Copyright (c) 2014, 2023, Chengdu Minto Technology Co.,LTD. All rights reserved.
- ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- -->
- <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">
- <parent>
- <artifactId>tip-root</artifactId>
- <groupId>com.minto</groupId>
- <version>standard_V8.0_SP1_feature_M7</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>minto-tip-bff</artifactId>
- <properties>
- </properties>
- <dependencies>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-kernel</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-common</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-integration</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-huaweicloud</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-task</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-collaboration</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-bulletin</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-crm</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-project</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-datareport</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-datacenter</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-work</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-edoc</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-ied</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-performance</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-goal</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-systemhelp</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-ext-seeyon</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-auth</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-common</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-index</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-matrix</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-portal</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-report</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-schedule</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-serial</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tip-workflow</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-tap-workbrain</artifactId>
- </dependency>
- <dependency>
- <groupId>com.minto</groupId>
- <artifactId>minto-td-apps</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </project>
|