diff options
| author | doufenghu <[email protected]> | 2021-11-11 08:31:02 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2021-11-11 08:31:02 +0800 |
| commit | bcdc4d537d431bd2b46a24559f73b6abbe5bd223 (patch) | |
| tree | 34a0f3efcdf16b76ce1d949f2b472aca9f3b0bc6 /pom.xml | |
| parent | 68c3d7b66ec388fa335560f778348f4178334cb0 (diff) | |
galaxy-tool.1.0.6.rc1 for jsontostring testv1.0.6.rc1
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ <artifactId>galaxy</artifactId> <packaging>jar</packaging> <name>galaxy</name> - <version>1.0.6</version> + <version>1.0.6_rc1</version> <description>galaxy tools for common</description> <url>http://www.zdjizhi.com/galaxy-tool</url> @@ -77,8 +77,6 @@ <properties> <java.version>1.8</java.version> <slf4j.version>1.7.7</slf4j.version> - <hbase.version>1.4.9</hbase.version> - <hadoop.version>2.7.1</hadoop.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.encoding>UTF-8</maven.compiler.encoding> </properties> @@ -140,6 +138,7 @@ <include>**/*.properties</include> <include>**/*.xml</include> <include>**/*.dat</include> + <include>**/*.json</include> </includes> <filtering>true</filtering> </resource> @@ -222,6 +221,7 @@ <version>1.2.2</version> </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |
