summaryrefslogtreecommitdiffstats
path: root/Essentials/pom.xml
blob: ee516d72a514130ba3dd068d4c3fa2bce3b91a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<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">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>net.ess3</groupId>
		<artifactId>EssentialsParent</artifactId>
		<version>2.x-SNAPSHOT</version>
	</parent>

	<artifactId>Essentials</artifactId>

	<url>http://ess3.net/</url>

	<organization>
		<name>Essentials Team</name>
		<url>http://ess3.net/</url>
	</organization>

	<licenses>
		<license>
			<name>GPLv3</name>
			<url>http://www.gnu.org/copyleft/gpl.html</url>
		</license>
	</licenses>

	<scm>
		<connection>scm:git:https://github.com/essentials/Essentials.git</connection>
		<developerConnection>scm:git:https://github.com/essentials/Essentials.git</developerConnection>
		<url>https://github.com/essentials/Essentials</url>
	</scm>

	<issueManagement>
		<system>JIRA</system>
		<url>http://essentials3.atlassian.net</url>
	</issueManagement>

	<ciManagement>
		<system>TeamCity</system>
		<url>http://ci.ess3.net/</url>
	</ciManagement>

	<dependencies>
		<dependency>
			<groupId>BOSEconomy</groupId>
			<artifactId>BOSEconomy</artifactId>
			<version>v0.7.8.1</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/BOSEconomy.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>de.bananaco</groupId>
			<artifactId>bPermissions</artifactId>
			<version>v2.12-DEV</version>
		</dependency>
		<dependency>
			<groupId>iConomy</groupId>
			<artifactId>iConomy5</artifactId>
			<version>5</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/iCo5.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>iConomy</groupId>
			<artifactId>iConomy6</artifactId>
			<version>6</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/iCo6.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>net.ess3</groupId>
			<artifactId>GroupManager</artifactId>
			<version>${project.version}</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../EssentialsGroupManager/dist/EssentialsGroupManager.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>MultiCurrency</groupId>
			<artifactId>MultiCurrency</artifactId>
			<version>2.2</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/MultiCurrency.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>com.platymuus</groupId>
			<artifactId>bukkit-permissions</artifactId>
			<version>2.0</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/PermissionsBukkit.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>ru.tehkode</groupId>
			<artifactId>PermissionsEx</artifactId>
			<version>1.20.4</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/PermissionsEx.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>Privileges</groupId>
			<artifactId>Privileges</artifactId>
			<version>1.8.1</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/Privileges.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>SimplyPerms</groupId>
			<artifactId>SimplyPerms</artifactId>
			<version>1.7.6</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/SimplyPerms.jar</systemPath>
		</dependency>
		<dependency>
			<groupId>net.milkbowl</groupId>
			<artifactId>vault</artifactId>
			<version>1.2.27</version>
		</dependency>
		<dependency>
			<groupId>zPermissions</groupId>
			<artifactId>zPermissions</artifactId>
			<version>1.1</version>
			<scope>system</scope>
			<systemPath>${project.basedir}/../lib/zPermissions.jar</systemPath>
		</dependency>
	</dependencies>
</project>