|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <groupId>com.archinamon</groupId> |
| 6 | + <artifactId>android-gradle-aspectj</artifactId> |
| 7 | + <version>3.0.3</version> |
| 8 | + <dependencies> |
| 9 | + <dependency> |
| 10 | + <groupId>org.jetbrains.kotlin</groupId> |
| 11 | + <artifactId>kotlin-stdlib-jre8</artifactId> |
| 12 | + <version>1.1.1</version> |
| 13 | + <scope>compile</scope> |
| 14 | + </dependency> |
| 15 | + <dependency> |
| 16 | + <groupId>org.aspectj</groupId> |
| 17 | + <artifactId>aspectjrt</artifactId> |
| 18 | + <version>1.8.10</version> |
| 19 | + <scope>compile</scope> |
| 20 | + </dependency> |
| 21 | + <dependency> |
| 22 | + <groupId>org.aspectj</groupId> |
| 23 | + <artifactId>aspectjtools</artifactId> |
| 24 | + <version>1.8.10</version> |
| 25 | + <scope>compile</scope> |
| 26 | + </dependency> |
| 27 | + <dependency> |
| 28 | + <groupId>junit</groupId> |
| 29 | + <artifactId>junit</artifactId> |
| 30 | + <version>4.10</version> |
| 31 | + <scope>test</scope> |
| 32 | + </dependency> |
| 33 | + <dependency> |
| 34 | + <groupId>org.jetbrains.kotlin</groupId> |
| 35 | + <artifactId>kotlin-stdlib</artifactId> |
| 36 | + <version>1.1.1</version> |
| 37 | + <scope>test</scope> |
| 38 | + </dependency> |
| 39 | + <dependency> |
| 40 | + <groupId>org.jetbrains.kotlin</groupId> |
| 41 | + <artifactId>kotlin-test-junit</artifactId> |
| 42 | + <version>1.1.1</version> |
| 43 | + <scope>test</scope> |
| 44 | + </dependency> |
| 45 | + </dependencies> |
| 46 | +</project> |
0 commit comments