1 Star 0 Fork 27

薯葛翊铭/tinyscript

forked from TinyFramework/tinyscript 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.05 KB
一键复制 编辑 原始数据 按行查看 历史
<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>
<parent>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>3.4.6-SNAPSHOT</version>
</parent>
<artifactId>tinyscript</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<properties>
<tiny_version>3.4.6-SNAPSHOT</tiny_version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<profiles>
<profile>
<id>nexus-release</id>
<distributionManagement>
<snapshotRepository>
<id>tiny-nexus-snapshots</id>
<name>tiny Nexus Snapshots</name>
<url>http://nexus.tinygroup.org/repository/tinyext-snapshots/</url>
</snapshotRepository>
<repository>
<id>tiny-nexus-releases</id>
<name>tiny Release Repository</name>
<url>http://nexus.tinygroup.org/repository/tinyext-releases/</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<scm>
<connection>scm:git:https://git.oschina.net/tinyframework/TinyEtl.git</connection>
<developerConnection>scm:git:https://git.oschina.net/tinyframework/TinyEtl.git</developerConnection>
<url>https://git.oschina.net/tinyframework/TinyEtl.git</url>
</scm>
<modules>
<module>org.tinygroup.tinyscriptbase</module>
<module>org.tinygroup.tinyscript.collection</module>
<module>org.tinygroup.tinyscript.dataset</module>
<module>org.tinygroup.tinyscript.tree</module>
<module>org.tinygroup.tinyscript.database</module>
<module>org.tinygroup.tinyscript.excel</module>
<module>org.tinygroup.tinyscript.text</module>
<module>org.tinygroup.tinyscript.datasetwithtree</module>
<module>org.tinygroup.tinyscript.template</module>
<module>org.tinygroup.tinyscript</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.6.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.6.1.0</version>
</dependency>
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
<version>4.2.2</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.146</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.29</version>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>2.2.8.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/git654321/tinyscript.git
git@gitee.com:git654321/tinyscript.git
git654321
tinyscript
tinyscript
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385