123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <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>cn.com.taiji</groupId>
- <artifactId>cn.com.taiji.zyml</artifactId>
- <version>1.0.0</version>
- <packaging>pom</packaging>
- <name>cn.com.taiji.zyml</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <hazelcast.version>3.2.2</hazelcast.version>
- <jquery.version>1.11.1</jquery.version>
- <jquery-ui.version>1.10.4</jquery-ui.version>
- <bootstrap.version>2.3.2</bootstrap.version>
- <kendo.version>2014.1.416</kendo.version>
- <openlayers.version>2.13.1</openlayers.version>
- <zjw.version>1.0.0</zjw.version>
- </properties>
- <parent>
- <groupId>io.spring.platform</groupId>
- <artifactId>platform-bom</artifactId>
- <version>Brussels-SR6</version>
- </parent>
- <modules>
- <module>cn.com.taiji.myapp</module>
- <module>cn.com.taiji.security</module>
- <module>cn.com.taiji.sys</module>
- <module>cn.com.taiji.system</module>
- <module>blue_theme</module>
- </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.hazelcast</groupId>
- <artifactId>hazelcast-all</artifactId>
- <version>${hazelcast.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>jquery</artifactId>
- <version>${jquery.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>jquery-ui</artifactId>
- <version>${jquery-ui.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>bootstrap</artifactId>
- <version>${bootstrap.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>kendo</artifactId>
- <version>${kendo.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>openlayers</artifactId>
- <version>${openlayers.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.com.taiji</groupId>
- <artifactId>cn.com.taiji.sys</artifactId>
- <version>1.0.0</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>blue_theme</artifactId>
- <version>${zjw.version}</version>
- </dependency>
- <dependency>
- <groupId>cn.com.taiji</groupId>
- <artifactId>cn.com.taiji.security</artifactId>
- <version>${zjw.version}</version>
- </dependency>
- <dependency>
- <groupId>org.webjars</groupId>
- <artifactId>jquery-form</artifactId>
- <version>3.28.0-2013.02.06-3</version>
- </dependency>
- <dependency>
- <groupId>com.oracle</groupId>
- <artifactId>ojdbc6</artifactId>
- <version>11.2.0.3</version>
- </dependency>
- <dependency>
- <groupId>cn.com.taiji</groupId>
- <artifactId>cn.com.taiji.system</artifactId>
- <version>1.0.0</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|