| | |
| | | <artifactId>screen-common</artifactId> |
| | | |
| | | <properties> |
| | | |
| | | <commons-net>3.6</commons-net> |
| | | <spring-boot-starter-data-redis.version>2.1.3.RELEASE</spring-boot-starter-data-redis.version> |
| | | <jedis.version>2.9.0</jedis.version> |
| | | </properties> |
| | |
| | | <groupId>com.alibaba</groupId> |
| | | <artifactId>fastjson</artifactId> |
| | | <version>${com.alibaba.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>3.6</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | |
| | | <artifactId>maven-shared-incremental</artifactId> |
| | | <version>${maven-shared-incremental.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>${commons-net}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | </plugin> |
| | | |