1 Star 0 Fork 43

hqc / jmax

forked from jmax / jmax 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 9.47 KB
一键复制 编辑 原始数据 按行查看 历史
max.zheng 提交于 2017-06-23 01:15 . dsgl界面
<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>
<groupId>com.xdtech</groupId>
<artifactId>jmax</artifactId>
<version>1.1</version>
<packaging>war</packaging>
<properties>
<activiti.version>5.17.0</activiti.version>
</properties>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>javax.servlet</groupId> -->
<!-- <artifactId>javax.servlet-api</artifactId> -->
<!-- <version>3.0.1</version> -->
<!-- <scope>compile</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.eclipse.jetty.aggregate</groupId> -->
<!-- <artifactId>jetty-all</artifactId> -->
<!-- <version>8.1.17.v20150415</version> -->
<!-- <type>jar</type> -->
<!-- <scope>compile</scope> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.eclipse.jetty</groupId> -->
<!-- <artifactId>jetty-jsp</artifactId> -->
<!-- <version>8.1.17.v20150415</version> -->
<!-- <scope>compile</scope> -->
<!-- </dependency> -->
<dependency>
<groupId>com.xdtech</groupId>
<artifactId>xdtech-core</artifactId>
<version>1.0.1</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2oa</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.5.2</version>
</dependency>
<dependency>
<groupId>com.jmax</groupId>
<artifactId>jmax-echarts</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<!-- activiti工作流引擎 -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-engine</artifactId> -->
<!-- <version>5.17.0</version> -->
<!-- </dependency> -->
<!-- Activiti -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-engine</artifactId> -->
<!-- <version>${activiti.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-spring</artifactId> -->
<!-- <version>${activiti.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-explorer</artifactId> -->
<!-- <version>${activiti.version}</version> -->
<!-- <exclusions> -->
<!-- <exclusion> -->
<!-- <artifactId>vaadin</artifactId> -->
<!-- <groupId>com.vaadin</groupId> -->
<!-- </exclusion> -->
<!-- <exclusion> -->
<!-- <artifactId>dcharts-widget</artifactId> -->
<!-- <groupId>org.vaadin.addons</groupId> -->
<!-- </exclusion> -->
<!-- <exclusion> -->
<!-- <artifactId>activiti-simple-workflow</artifactId> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- </exclusion> -->
<!-- </exclusions> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-modeler</artifactId> -->
<!-- <version>${activiti.version}</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.activiti</groupId> -->
<!-- <artifactId>activiti-diagram-rest</artifactId> -->
<!-- <version>${activiti.version}</version> -->
<!-- </dependency> -->
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
<version>2.0.9</version>
</dependency>
<!-- ireport图表相关 -->
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>5.6.1</version>
<exclusions>
<exclusion>
<artifactId>itext</artifactId>
<groupId>com.lowagie</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId>
<version>5.6.1</version>
</dependency>
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>4.2.1</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.codehaus.plexus</groupId> -->
<!-- <artifactId>plexus-utils</artifactId> -->
<!-- <version>1.5.6</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>org.mybatis</groupId> -->
<!-- <artifactId>mybatis</artifactId> -->
<!-- <version>3.2.5</version> -->
<!-- </dependency> -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>1.4.2.RELEASE</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.5.2</version>
</dependency>
<!-- 集成模块 -->
<dependency>
<groupId>com.xdtech</groupId>
<artifactId>jmax2sys</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.xdtech</groupId>
<artifactId>jmax2cms</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2base</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2forum</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2ad</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<dependency>
<groupId>com.xdtech</groupId>
<artifactId>jmax2coder</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2att</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2wx</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2report</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2trans</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2hotel</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
<!-- <dependency> -->
<!-- <groupId>com.xdtech</groupId> -->
<!-- <artifactId>jmax2smartHome</artifactId> -->
<!-- <version>1.0.0-SNAPSHOT</version> -->
<!-- </dependency> -->
</dependencies>
<build>
<sourceDirectory>src/main</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<!-- <plugin> -->
<!-- <artifactId>maven-war-plugin</artifactId> -->
<!-- <version>2.3</version> -->
<!-- <configuration> -->
<!-- <warSourceDirectory>src/main/webapp</warSourceDirectory> -->
<!-- <failOnMissingWebXml>false</failOnMissingWebXml> -->
<!-- </configuration> -->
<!-- </plugin> -->
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId> -->
<!-- maven-project-info-reports-plugin -->
<!-- </artifactId> -->
<!-- </plugin> -->
</plugins>
</build>
<repositories>
<repository>
<id>ali-repos</id>
<name>ali Releases</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</repository>
<!-- <repository> -->
<!-- <id>oschina-repos</id> -->
<!-- <name>Oschina Releases</name> -->
<!-- <url>http://maven.oschina.net/content/groups/public</url> -->
<!-- </repository> -->
</repositories>
<pluginRepositories>
<pluginRepository>
<id>ali-repos</id>
<name>ali Releases</name>
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
</pluginRepository>
<!-- <pluginRepository> -->
<!-- <id>oschina-repos</id> -->
<!-- <name>Oschina Releases</name> -->
<!-- <url>http://maven.oschina.net/content/groups/public</url> -->
<!-- </pluginRepository> -->
</pluginRepositories>
</project>
Java
1
https://gitee.com/BuLiangrena/jmax.git
git@gitee.com:BuLiangrena/jmax.git
BuLiangrena
jmax
jmax
master

搜索帮助