| | |
| | | |
| | | <apache.common.lang3.version>3.4</apache.common.lang3.version> |
| | | <mybatis.version>3.4.1</mybatis.version> |
| | | <log4j.version>2.11.0</log4j.version> |
| | | <log4j.version>2.13.2</log4j.version> |
| | | <tomcat.servlet.version>6.0.37</tomcat.servlet.version> |
| | | <druid.version>1.1.10</druid.version> |
| | | <mybatis-spring.version>1.3.1</mybatis-spring.version> |
| | |
| | | <dependency> |
| | | <groupId>org.quartz-scheduler</groupId> |
| | | <artifactId>quartz</artifactId> |
| | | <version>2.3.0</version> |
| | | <version>2.3.2</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <skipTests>true</skipTests> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <artifactId>maven-source-plugin</artifactId> |
| | | <version>3.0.1</version> |
| | | <configuration> |
| | | <attach>true</attach> |
| | | </configuration> |
| | | <executions> |
| | | <execution> |
| | | <phase>compile</phase> |
| | | <goals> |
| | | <goal>jar</goal> |
| | | </goals> |
| | | </execution> |
| | | </executions> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | |
| | | <distributionManagement> |
| | | <repository> |
| | | <!--发行版本--> |
| | | <id>releases</id> |
| | | <url>http://maven.homecommunity.cn:8081/repository/maven-releases/</url> |
| | | </repository> |
| | | <snapshotRepository> |
| | | <!--快照版本--> |
| | | <id>snapshots</id> |
| | | <url>http://maven.homecommunity.cn:8081/repository/maven-snapshots/</url> |
| | | </snapshotRepository> |
| | | </distributionManagement> |
| | | </project> |