|
77 | 77 | </repository> |
78 | 78 | </repositories> |
79 | 79 |
|
80 | | - <dependencies> |
81 | | - <dependency> |
82 | | - <groupId>us.dynmap</groupId> |
83 | | - <artifactId>dynmap-api</artifactId> |
84 | | - <version>3.0-SNAPSHOT</version> |
85 | | - </dependency> |
86 | | - <dependency> |
87 | | - <groupId>org.bukkit</groupId> |
88 | | - <artifactId>bukkit</artifactId> |
89 | | - <version>1.14.4-R0.1-SNAPSHOT</version> |
90 | | - <scope>provided</scope> |
91 | | - </dependency> |
92 | | - <dependency> |
93 | | - <groupId>com.sk89q.worldguard</groupId> |
94 | | - <artifactId>worldguard-bukkit</artifactId> |
95 | | - <version>7.0.1-SNAPSHOT</version> |
96 | | - </dependency> |
97 | | - <dependency> |
98 | | - <groupId>com.sk89q.worldedit</groupId> |
99 | | - <artifactId>worldedit-bukkit</artifactId> |
100 | | - <version>7.1.0-SNAPSHOT</version> |
101 | | - </dependency> |
102 | | - <dependency> |
103 | | - <groupId>com.sk89q</groupId> |
104 | | - <artifactId>squirrelid</artifactId> |
105 | | - <version>0.2.0-SNAPSHOT</version> |
106 | | - </dependency> |
107 | | - </dependencies> |
108 | | - <version>1.3-SNAPSHOT</version> |
| 80 | + <dependencies> |
| 81 | + <dependency> |
| 82 | + <groupId>us.dynmap</groupId> |
| 83 | + <artifactId>dynmap-api</artifactId> |
| 84 | + <version>3.0-SNAPSHOT</version> |
| 85 | + </dependency> |
| 86 | + <dependency> |
| 87 | + <groupId>org.bukkit</groupId> |
| 88 | + <artifactId>bukkit</artifactId> |
| 89 | + <version>1.14.4-R0.1-SNAPSHOT</version> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>com.sk89q.worldguard</groupId> |
| 93 | + <artifactId>worldguard-bukkit</artifactId> |
| 94 | + <version>7.0.1-SNAPSHOT</version> |
| 95 | + </dependency> |
| 96 | + <dependency> |
| 97 | + <groupId>com.sk89q.worldedit</groupId> |
| 98 | + <artifactId>worldedit-bukkit</artifactId> |
| 99 | + <version>7.1.0-SNAPSHOT</version> |
| 100 | + </dependency> |
| 101 | + <dependency> |
| 102 | + <groupId>com.sk89q</groupId> |
| 103 | + <artifactId>squirrelid</artifactId> |
| 104 | + <version>0.2.0-SNAPSHOT</version> |
| 105 | + </dependency> |
| 106 | + </dependencies> |
| 107 | + <version>1.3-SNAPSHOT</version> |
109 | 108 | </project> |
0 commit comments