forked from demo/example
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
5.6 KiB
161 lines
5.6 KiB
6 years ago
|
<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.fr.plugin</groupId>
|
||
|
<artifactId>starter</artifactId>
|
||
|
<version>1.0</version>
|
||
|
<packaging>pom</packaging>
|
||
|
<properties>
|
||
|
<common-version>10.0-RELEASE-SNAPSHOT</common-version>
|
||
|
</properties>
|
||
|
<dependencies>
|
||
|
<!-- core包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.third</groupId>
|
||
|
<artifactId>fine-third</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.fr.activator</groupId>
|
||
|
<artifactId>fine-activator</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.fr.core</groupId>
|
||
|
<artifactId>fine-core</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.fr.webui</groupId>
|
||
|
<artifactId>fine-webui</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<!-- 数据源包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.datasource</groupId>
|
||
|
<artifactId>fine-datasource</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<!-- 决策平台包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.decision</groupId>
|
||
|
<artifactId>fine-decision</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<!-- 定时调度包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.schedule</groupId>
|
||
|
<artifactId>fine-schedule</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- 智能日志包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.intelligence</groupId>
|
||
|
<artifactId>fine-swift</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>com.fr.intelligence</groupId>
|
||
|
<artifactId>fine-accumulator</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<!-- 报表引擎包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.report</groupId>
|
||
|
<artifactId>fine-report-engine</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<!-- 设计器包 -->
|
||
|
<dependency>
|
||
|
<groupId>com.fr.report</groupId>
|
||
|
<artifactId>fine-report-designer</artifactId>
|
||
|
<version>${common-version}</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- 远程设计用包 -->
|
||
|
<dependency>
|
||
|
<groupId>io.socket</groupId>
|
||
|
<artifactId>socket.io-client</artifactId>
|
||
|
<version>0.7.0</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- AOP用包 -->
|
||
|
<dependency>
|
||
|
<groupId>org.aspectj</groupId>
|
||
|
<artifactId>aspectjrt</artifactId>
|
||
|
<version>1.6.9</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- 设计器调试用包 -->
|
||
|
<dependency>
|
||
|
<groupId>org.swingexplorer</groupId>
|
||
|
<artifactId>swexpl</artifactId>
|
||
|
<version>1.0</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.swingexplorer</groupId>
|
||
|
<artifactId>swag</artifactId>
|
||
|
<version>1.0</version>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-dependency-plugin</artifactId>
|
||
|
<executions>
|
||
|
<execution>
|
||
|
<id>copy</id>
|
||
|
<phase>package</phase>
|
||
|
<goals>
|
||
|
<goal>copy-dependencies</goal>
|
||
|
</goals>
|
||
|
<configuration>
|
||
|
<outputDirectory>
|
||
|
${project.basedir}/webroot/WEB-INF/lib
|
||
|
</outputDirectory>
|
||
|
</configuration>
|
||
|
</execution>
|
||
|
</executions>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
</build>
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>fanruan</id>
|
||
|
<name>fanruan</name>
|
||
|
<url>http://mvn.finedevelop.com/repository/maven-public/</url>
|
||
|
<snapshots>
|
||
|
<enabled>true</enabled>
|
||
|
<updatePolicy>always</updatePolicy>
|
||
|
<checksumPolicy>warn</checksumPolicy>
|
||
|
</snapshots>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
<pluginRepositories>
|
||
|
<pluginRepository>
|
||
|
<id>fanruan</id>
|
||
|
<name>fanruan</name>
|
||
|
<url>http://mvn.finedevelop.com/repository/maven-public/</url>
|
||
|
<snapshots>
|
||
|
<enabled>true</enabled>
|
||
|
<updatePolicy>always</updatePolicy>
|
||
|
<checksumPolicy>warn</checksumPolicy>
|
||
|
</snapshots>
|
||
|
</pluginRepository>
|
||
|
</pluginRepositories>
|
||
|
</project>
|