| | |
| | | <version>2.1.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.11</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>net.coobird</groupId> |
| | | <artifactId>thumbnailator</artifactId> |
| | | <version>0.4.3</version> |
| | |
| | | <artifactId>jackson-annotations</artifactId> |
| | | <version>2.2.3</version> |
| | | </dependency> |
| | | <!--<dependency>--> |
| | | <!--<groupId>org.jetbrains.kotlin</groupId>--> |
| | | <!--<artifactId>kotlin-stdlib</artifactId>--> |
| | | <!--<version>${kotlin.version}</version>--> |
| | | <!--</dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.jetbrains.kotlin</groupId> |
| | | <artifactId>kotlin-stdlib</artifactId> |
| | | <artifactId>kotlin-reflect</artifactId> |
| | | <version>${kotlin.version}</version> |
| | | |
| | | </dependency> |
| | | |
| | | <!--<dependency>--> |
| | | <!--<groupId>org.jetbrains.kotlin</groupId>--> |
| | | <!--<artifactId>kotlin-reflect</artifactId>--> |
| | | <!--</dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.jetbrains.kotlin</groupId> |
| | | <artifactId>kotlin-stdlib-jdk8</artifactId> |
| | | <version>${kotlin.version}</version> |
| | | |
| | | <!--<dependency>--> |
| | | <!--<groupId>org.jetbrains.kotlin</groupId>--> |
| | | <!--<artifactId>kotlin-stdlib-jdk8</artifactId>--> |
| | | <!--</dependency>--> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | |
| | | <goals> <goal>testCompile</goal> </goals> |
| | | </execution> |
| | | </executions> |
| | | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>org.jetbrains.kotlin</groupId> |
| | | <artifactId>kotlin-maven-allopen</artifactId> |
| | | <version>${kotlin.version}</version> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </plugin> |
| | | |
| | | <!--<plugin>--> |
| | |
| | | <!--</excludes>--> |
| | | <!--</resource>--> |
| | | <!--</resources>--> |
| | | |
| | | </build> |
| | | </project> |