代码拉取完成,页面将自动刷新
同步操作将从 jmax/jmax 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<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>jmax2saas</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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。