Commit d9ee208f23a6dbb154f5a399c79046174adef9ff
1 parent
73a52ae510
Exists in
master
提交parent
Showing 1 changed file with 0 additions and 299 deletions
center.parent/pom.xml
View file @
d9ee208
| 1 | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 2 | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| 3 | - <modelVersion>4.0.0</modelVersion> | |
| 4 | - <groupId>com.lyms</groupId> | |
| 5 | - <artifactId>parent</artifactId> | |
| 6 | - <version>0.0.1-SNAPSHOT</version> | |
| 7 | - <packaging>pom</packaging> | |
| 8 | - <properties> | |
| 9 | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| 10 | - <java.version>1.7</java.version> | |
| 11 | - <mysql.jdbc.version>5.1.34</mysql.jdbc.version> | |
| 12 | - <spring.version>4.2.5.RELEASE</spring.version> | |
| 13 | - <aspectjweaver.version>1.8.9</aspectjweaver.version> | |
| 14 | - <mybatis-plus.version>2.0.1</mybatis-plus.version> | |
| 15 | - <fastjson.version>1.2.8</fastjson.version> | |
| 16 | - <slf4j.version>1.7.21</slf4j.version> | |
| 17 | - <logback.version>1.0.13</logback.version> | |
| 18 | - <shiro.version>1.3.2</shiro.version> | |
| 19 | - <pinyin4j.version>2.5.1</pinyin4j.version> | |
| 20 | - <mail.version>1.4.7</mail.version> | |
| 21 | - <velocity.version>1.7</velocity.version> | |
| 22 | - <velocity-tools.version>2.0</velocity-tools.version> | |
| 23 | - <quartz.version>2.2.3</quartz.version> | |
| 24 | - <bcprov-jdk14.version>1.50</bcprov-jdk14.version> | |
| 25 | - <qiniu-java-sdk.version>7.2.5</qiniu-java-sdk.version> | |
| 26 | - </properties> | |
| 27 | - | |
| 28 | - <dependencies> | |
| 29 | - <dependency> | |
| 30 | - <groupId>junit</groupId> | |
| 31 | - <artifactId>junit</artifactId> | |
| 32 | - <version>4.11</version> | |
| 33 | - <scope>test</scope> | |
| 34 | - </dependency> | |
| 35 | - <dependency> | |
| 36 | - <groupId>mysql</groupId> | |
| 37 | - <artifactId>mysql-connector-java</artifactId> | |
| 38 | - <version>${mysql.jdbc.version}</version> | |
| 39 | - </dependency> | |
| 40 | - <!-- spring begin --> | |
| 41 | - <dependency> | |
| 42 | - <groupId>org.springframework</groupId> | |
| 43 | - <artifactId>spring-context</artifactId> | |
| 44 | - <version>${spring.version}</version> | |
| 45 | - </dependency> | |
| 46 | - <dependency> | |
| 47 | - <groupId>org.springframework</groupId> | |
| 48 | - <artifactId>spring-webmvc</artifactId> | |
| 49 | - <version>${spring.version}</version> | |
| 50 | - </dependency> | |
| 51 | - <dependency> | |
| 52 | - <groupId>org.springframework</groupId> | |
| 53 | - <artifactId>spring-tx</artifactId> | |
| 54 | - <version>${spring.version}</version> | |
| 55 | - </dependency> | |
| 56 | - <dependency> | |
| 57 | - <groupId>org.springframework</groupId> | |
| 58 | - <artifactId>spring-jdbc</artifactId> | |
| 59 | - <version>${spring.version}</version> | |
| 60 | - </dependency> | |
| 61 | - <dependency> | |
| 62 | - <groupId>org.springframework</groupId> | |
| 63 | - <artifactId>spring-context-support</artifactId> | |
| 64 | - <version>${spring.version}</version> | |
| 65 | - </dependency> | |
| 66 | - <dependency> | |
| 67 | - <groupId>org.springframework</groupId> | |
| 68 | - <artifactId>spring-test</artifactId> | |
| 69 | - <version>${spring.version}</version> | |
| 70 | - <scope>test</scope> | |
| 71 | - </dependency> | |
| 72 | - <dependency> | |
| 73 | - <groupId>org.aspectj</groupId> | |
| 74 | - <artifactId>aspectjrt</artifactId> | |
| 75 | - <version>${aspectjweaver.version}</version> | |
| 76 | - </dependency> | |
| 77 | - <dependency> | |
| 78 | - <groupId>org.aspectj</groupId> | |
| 79 | - <artifactId>aspectjweaver</artifactId> | |
| 80 | - <version>${aspectjweaver.version}</version> | |
| 81 | - </dependency> | |
| 82 | - <!-- spring end --> | |
| 83 | - <!-- Commons --> | |
| 84 | - <dependency> | |
| 85 | - <groupId>org.apache.commons</groupId> | |
| 86 | - <artifactId>commons-lang3</artifactId> | |
| 87 | - <version>3.4</version> | |
| 88 | - </dependency> | |
| 89 | - <dependency> | |
| 90 | - <groupId>commons-logging</groupId> | |
| 91 | - <artifactId>commons-logging</artifactId> | |
| 92 | - <version>1.2</version> | |
| 93 | - </dependency> | |
| 94 | - <dependency> | |
| 95 | - <groupId>commons-io</groupId> | |
| 96 | - <artifactId>commons-io</artifactId> | |
| 97 | - <version>2.4</version> | |
| 98 | - </dependency> | |
| 99 | - <dependency> | |
| 100 | - <groupId>commons-fileupload</groupId> | |
| 101 | - <artifactId>commons-fileupload</artifactId> | |
| 102 | - <version>1.3.1</version> | |
| 103 | - </dependency> | |
| 104 | - <dependency> | |
| 105 | - <groupId>commons-collections</groupId> | |
| 106 | - <artifactId>commons-collections</artifactId> | |
| 107 | - <version>3.2.1</version> | |
| 108 | - </dependency> | |
| 109 | - <!-- Servlet --> | |
| 110 | - <dependency> | |
| 111 | - <groupId>javax.servlet</groupId> | |
| 112 | - <artifactId>javax.servlet-api</artifactId> | |
| 113 | - <version>3.0.1</version> | |
| 114 | - <scope>provided</scope> | |
| 115 | - </dependency> | |
| 116 | - <dependency> | |
| 117 | - <groupId>javax.servlet.jsp</groupId> | |
| 118 | - <artifactId>jsp-api</artifactId> | |
| 119 | - <version>2.2</version> | |
| 120 | - </dependency> | |
| 121 | - <dependency> | |
| 122 | - <groupId>javax.servlet</groupId> | |
| 123 | - <artifactId>jstl</artifactId> | |
| 124 | - <version>1.2</version> | |
| 125 | - </dependency> | |
| 126 | - <dependency> | |
| 127 | - <groupId>com.baomidou</groupId> | |
| 128 | - <artifactId>mybatis-plus</artifactId> | |
| 129 | - <version>${mybatis-plus.version}</version> | |
| 130 | - </dependency> | |
| 131 | - <!-- alibaba --> | |
| 132 | - <dependency> | |
| 133 | - <groupId>com.alibaba</groupId> | |
| 134 | - <artifactId>druid</artifactId> | |
| 135 | - <version>1.0.9</version> | |
| 136 | - </dependency> | |
| 137 | - <dependency> | |
| 138 | - <groupId>com.alibaba</groupId> | |
| 139 | - <artifactId>fastjson</artifactId> | |
| 140 | - <version>${fastjson.version}</version> | |
| 141 | - </dependency> | |
| 142 | - <!-- log --> | |
| 143 | - <dependency> | |
| 144 | - <groupId>org.slf4j</groupId> | |
| 145 | - <artifactId>slf4j-api</artifactId> | |
| 146 | - <version>${slf4j.version}</version> | |
| 147 | - </dependency> | |
| 148 | - <dependency> | |
| 149 | - <groupId>ch.qos.logback</groupId> | |
| 150 | - <artifactId>logback-core</artifactId> | |
| 151 | - <version>${logback.version}</version> | |
| 152 | - </dependency> | |
| 153 | - <dependency> | |
| 154 | - <groupId>ch.qos.logback</groupId> | |
| 155 | - <artifactId>logback-classic</artifactId> | |
| 156 | - <version>${logback.version}</version> | |
| 157 | - </dependency> | |
| 158 | - <!-- redis --> | |
| 159 | - <dependency> | |
| 160 | - <groupId>org.springframework.data</groupId> | |
| 161 | - <artifactId>spring-data-redis</artifactId> | |
| 162 | - <version>1.7.2.RELEASE</version> | |
| 163 | - </dependency> | |
| 164 | - <dependency> | |
| 165 | - <groupId>redis.clients</groupId> | |
| 166 | - <artifactId>jedis</artifactId> | |
| 167 | - <version>2.9.0</version> | |
| 168 | - </dependency> | |
| 169 | - <dependency> | |
| 170 | - <groupId>org.springframework.session</groupId> | |
| 171 | - <artifactId>spring-session</artifactId> | |
| 172 | - <version>1.2.2.RELEASE</version> | |
| 173 | - </dependency> | |
| 174 | - | |
| 175 | - <!-- APACHE SHIRO --> | |
| 176 | - <dependency> | |
| 177 | - <groupId>org.apache.shiro</groupId> | |
| 178 | - <artifactId>shiro-core</artifactId> | |
| 179 | - <version>${shiro.version}</version> | |
| 180 | - </dependency> | |
| 181 | - <dependency> | |
| 182 | - <groupId>org.apache.shiro</groupId> | |
| 183 | - <artifactId>shiro-web</artifactId> | |
| 184 | - <version>${shiro.version}</version> | |
| 185 | - </dependency> | |
| 186 | - <dependency> | |
| 187 | - <groupId>org.apache.shiro</groupId> | |
| 188 | - <artifactId>shiro-ehcache</artifactId> | |
| 189 | - <version>${shiro.version}</version> | |
| 190 | - </dependency> | |
| 191 | - <dependency> | |
| 192 | - <groupId>org.apache.shiro</groupId> | |
| 193 | - <artifactId>shiro-spring</artifactId> | |
| 194 | - <version>${shiro.version}</version> | |
| 195 | - </dependency> | |
| 196 | - <!-- other --> | |
| 197 | - <dependency> | |
| 198 | - <groupId>com.belerweb</groupId> | |
| 199 | - <artifactId>pinyin4j</artifactId> | |
| 200 | - <version>${pinyin4j.version}</version> | |
| 201 | - </dependency> | |
| 202 | - <!-- velocity begin --> | |
| 203 | - <dependency> | |
| 204 | - <groupId>org.apache.velocity</groupId> | |
| 205 | - <artifactId>velocity-tools</artifactId> | |
| 206 | - <version>${velocity-tools.version}</version> | |
| 207 | - </dependency> | |
| 208 | - <dependency> | |
| 209 | - <groupId>org.apache.velocity</groupId> | |
| 210 | - <artifactId>velocity</artifactId> | |
| 211 | - <version>${velocity.version}</version> | |
| 212 | - </dependency> | |
| 213 | - <!-- velocity end --> | |
| 214 | - <dependency> | |
| 215 | - <groupId>javax.mail</groupId> | |
| 216 | - <artifactId>mail</artifactId> | |
| 217 | - <version>${mail.version}</version> | |
| 218 | - </dependency> | |
| 219 | - <dependency> | |
| 220 | - <groupId>org.quartz-scheduler</groupId> | |
| 221 | - <artifactId>quartz</artifactId> | |
| 222 | - <version>${quartz.version}</version> | |
| 223 | - <exclusions> | |
| 224 | - <exclusion> | |
| 225 | - <artifactId>slf4j-api</artifactId> | |
| 226 | - <groupId>org.slf4j</groupId> | |
| 227 | - </exclusion> | |
| 228 | - </exclusions> | |
| 229 | - </dependency> | |
| 230 | - <dependency> | |
| 231 | - <groupId>org.quartz-scheduler</groupId> | |
| 232 | - <artifactId>quartz-jobs</artifactId> | |
| 233 | - <version>${quartz.version}</version> | |
| 234 | - </dependency> | |
| 235 | - <!-- Encryption --> | |
| 236 | - <dependency> | |
| 237 | - <groupId>org.bouncycastle</groupId> | |
| 238 | - <artifactId>bcprov-jdk14</artifactId> | |
| 239 | - <version>${bcprov-jdk14.version}</version> | |
| 240 | - </dependency> | |
| 241 | - <!-- 二维码 --> | |
| 242 | - <dependency> | |
| 243 | - <groupId>com.google.zxing</groupId> | |
| 244 | - <artifactId>core</artifactId> | |
| 245 | - <version>3.2.1</version> | |
| 246 | - </dependency> | |
| 247 | - <!-- 图片处理\sftp\ftp --> | |
| 248 | - <dependency> | |
| 249 | - <groupId>net.coobird</groupId> | |
| 250 | - <artifactId>thumbnailator</artifactId> | |
| 251 | - <version>0.4.8</version> | |
| 252 | - </dependency> | |
| 253 | - <dependency> | |
| 254 | - <groupId>com.jcraft</groupId> | |
| 255 | - <artifactId>jsch</artifactId> | |
| 256 | - <version>0.1.53</version> | |
| 257 | - </dependency> | |
| 258 | - <dependency> | |
| 259 | - <groupId>commons-net</groupId> | |
| 260 | - <artifactId>commons-net</artifactId> | |
| 261 | - <version>3.4</version> | |
| 262 | - </dependency> | |
| 263 | - <!-- zxing qrcode --> | |
| 264 | - <dependency> | |
| 265 | - <groupId>com.google.zxing</groupId> | |
| 266 | - <artifactId>core</artifactId> | |
| 267 | - <version>3.3.0</version> | |
| 268 | - </dependency> | |
| 269 | - <dependency> | |
| 270 | - <groupId>com.qiniu</groupId> | |
| 271 | - <artifactId>qiniu-java-sdk</artifactId> | |
| 272 | - <version>${qiniu-java-sdk.version}</version> | |
| 273 | - </dependency> | |
| 274 | - </dependencies> | |
| 275 | - <build> | |
| 276 | - <finalName>${project.artifactId}</finalName> | |
| 277 | - <plugins> | |
| 278 | - <!-- 单元测试,true跳过,false执行 --> | |
| 279 | - <plugin> | |
| 280 | - <groupId>org.apache.maven.plugins</groupId> | |
| 281 | - <artifactId>maven-surefire-plugin</artifactId> | |
| 282 | - <version>2.12.4</version> | |
| 283 | - <configuration> | |
| 284 | - <skip>true</skip> | |
| 285 | - </configuration> | |
| 286 | - </plugin> | |
| 287 | - <plugin> | |
| 288 | - <groupId>org.apache.maven.plugins</groupId> | |
| 289 | - <artifactId>maven-compiler-plugin</artifactId> | |
| 290 | - <version>2.3.2</version> | |
| 291 | - <configuration> | |
| 292 | - <source>${java.version}</source> | |
| 293 | - <target>${java.version}</target> | |
| 294 | - <encoding>${project.build.sourceEncoding}</encoding> | |
| 295 | - </configuration> | |
| 296 | - </plugin> | |
| 297 | - </plugins> | |
| 298 | - </build> | |
| 299 | -</project> |