|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | | - <modelVersion>4.0.0</modelVersion> |
3 | | - |
4 | | - <groupId>org.tweetyproject.arg</groupId> |
5 | | - <artifactId>aba</artifactId> |
6 | | - |
7 | | - <name>TweetyProject (ABA Library)</name> |
8 | | - |
9 | | - <parent> |
10 | | - <groupId>org.tweetyproject</groupId> |
11 | | - <artifactId>parent-pom</artifactId> |
12 | | - <version>1.27-SNAPSHOT</version> |
13 | | - <relativePath>..</relativePath> |
14 | | - </parent> |
15 | | - <dependencies> |
16 | | - <dependency> |
17 | | - <groupId>junit</groupId> |
18 | | - <artifactId>junit</artifactId> |
19 | | - <version>4.13.1</version> |
20 | | - <scope>test</scope> |
21 | | - </dependency> |
22 | | - <dependency> |
23 | | - <groupId>org.tweetyproject</groupId> |
24 | | - <artifactId>commons</artifactId> |
25 | | - <version>1.27-SNAPSHOT</version> |
26 | | - </dependency> |
27 | | - <dependency> |
28 | | - <groupId>org.tweetyproject</groupId> |
29 | | - <artifactId>graphs</artifactId> |
30 | | - <version>1.27-SNAPSHOT</version> |
31 | | - </dependency> |
32 | | - <dependency> |
33 | | - <groupId>org.tweetyproject.arg</groupId> |
34 | | - <artifactId>dung</artifactId> |
35 | | - <version>1.27-SNAPSHOT</version> |
36 | | - </dependency> |
37 | | - <dependency> |
38 | | - <groupId>org.tweetyproject.arg</groupId> |
39 | | - <artifactId>aspic</artifactId> |
40 | | - <version>1.27-SNAPSHOT</version> |
41 | | - </dependency> |
42 | | - </dependencies> |
43 | | -</project> |
| 1 | +<project |
| 2 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
| 5 | +> |
| 6 | + <modelVersion>4.0.0</modelVersion> |
| 7 | + |
| 8 | + <groupId>org.tweetyproject.arg</groupId> |
| 9 | + <artifactId>aba</artifactId> |
| 10 | + |
| 11 | + <name>TweetyProject (ABA Library)</name> |
| 12 | + |
| 13 | + <parent> |
| 14 | + <groupId>org.tweetyproject</groupId> |
| 15 | + <artifactId>parent-pom</artifactId> |
| 16 | + <version>1.28-SNAPSHOT</version> |
| 17 | + <relativePath>..</relativePath> |
| 18 | + </parent> |
| 19 | + <dependencies> |
| 20 | + <dependency> |
| 21 | + <groupId>junit</groupId> |
| 22 | + <artifactId>junit</artifactId> |
| 23 | + <version>4.13.1</version> |
| 24 | + <scope>test</scope> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>org.tweetyproject</groupId> |
| 28 | + <artifactId>commons</artifactId> |
| 29 | + <version>1.28-SNAPSHOT</version> |
| 30 | + </dependency> |
| 31 | + <dependency> |
| 32 | + <groupId>org.tweetyproject</groupId> |
| 33 | + <artifactId>graphs</artifactId> |
| 34 | + <version>1.28-SNAPSHOT</version> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>org.tweetyproject.arg</groupId> |
| 38 | + <artifactId>dung</artifactId> |
| 39 | + <version>1.28-SNAPSHOT</version> |
| 40 | + </dependency> |
| 41 | + <dependency> |
| 42 | + <groupId>org.tweetyproject.arg</groupId> |
| 43 | + <artifactId>aspic</artifactId> |
| 44 | + <version>1.28-SNAPSHOT</version> |
| 45 | + </dependency> |
| 46 | + </dependencies> |
| 47 | +</project> |
0 commit comments