9 Star 0 Fork 6

TinyFramework / TinyWorkFlowWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
<groupId>org.tinygroup</groupId>
<artifactId>workflowtesteaxmple</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>workflowtesteaxmple</name>
<properties>
<tiny_version>3.4.7</tiny_version>
<ojdbc.version>11.2.0.4</ojdbc.version>
<tiny_workflow_version>1.2.4-SNAPSHOT</tiny_workflow_version>
<junit_version>4.12</junit_version>
</properties>
<modules>
<module>workflowclient</module>
<module>workflowconsole</module>
<module>workflowsc</module>
<module>workflowserver</module>
<module>workflowtest</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.tinybom</artifactId>
<version>${tiny_version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.tinyextbom</artifactId>
<version>${tiny_version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit_version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/tinyframework/TinyWorkFlowWeb.git
git@gitee.com:tinyframework/TinyWorkFlowWeb.git
tinyframework
TinyWorkFlowWeb
TinyWorkFlowWeb
master

搜索帮助