Update Depends
- All of these changes have been reviewed to be binary compatible and in general contract compatible with previous versions of the libraries.
Dieser Commit ist enthalten in:
Ursprung
6cca81703a
Commit
26f85d2572
48
Bukkit-Patches/0011-Update-Depends.patch
Normale Datei
48
Bukkit-Patches/0011-Update-Depends.patch
Normale Datei
@ -0,0 +1,48 @@
|
|||||||
|
From b4184510926c807d10c4f125fdcc670da12abcf8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: md_5 <md_5@live.com.au>
|
||||||
|
Date: Thu, 4 Jul 2013 20:05:19 +1000
|
||||||
|
Subject: [PATCH] Update Depends
|
||||||
|
|
||||||
|
- All of these changes have been reviewed to be binary compatible and in general contract compatible with previous versions of the libraries.
|
||||||
|
|
||||||
|
diff --git a/pom.xml b/pom.xml
|
||||||
|
index bc164c0..cb39d0a 100644
|
||||||
|
--- a/pom.xml
|
||||||
|
+++ b/pom.xml
|
||||||
|
@@ -77,21 +77,21 @@
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.yaml</groupId>
|
||||||
|
<artifactId>snakeyaml</artifactId>
|
||||||
|
- <version>1.9</version>
|
||||||
|
+ <version>1.12</version>
|
||||||
|
<type>jar</type>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.googlecode.json-simple</groupId>
|
||||||
|
<artifactId>json-simple</artifactId>
|
||||||
|
- <version>1.1</version>
|
||||||
|
+ <version>1.1.1</version>
|
||||||
|
<type>jar</type>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.avaje</groupId>
|
||||||
|
<artifactId>ebean</artifactId>
|
||||||
|
- <version>2.7.3</version>
|
||||||
|
+ <version>2.8.1</version>
|
||||||
|
<type>jar</type>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
@@ -105,7 +105,7 @@
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-lang</groupId>
|
||||||
|
<artifactId>commons-lang</artifactId>
|
||||||
|
- <version>2.3</version>
|
||||||
|
+ <version>2.6</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<!-- testing -->
|
||||||
|
--
|
||||||
|
1.8.1.2
|
||||||
|
|
@ -1,11 +1,11 @@
|
|||||||
From 29ade3ffce7ddfd6bef211f8f976b6703d42606e Mon Sep 17 00:00:00 2001
|
From d049c9dd36773629cf8d52ddd74c5f844f637460 Mon Sep 17 00:00:00 2001
|
||||||
From: md_5 <md_5@live.com.au>
|
From: md_5 <md_5@live.com.au>
|
||||||
Date: Tue, 2 Jul 2013 13:07:39 +1000
|
Date: Tue, 2 Jul 2013 13:07:39 +1000
|
||||||
Subject: [PATCH] POM Changes
|
Subject: [PATCH] POM Changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 7257f87..75ef3c9 100644
|
index 8b22a1c..d1cc48d 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -1,12 +1,20 @@
|
@@ -1,12 +1,20 @@
|
||||||
@ -70,7 +70,41 @@ index 7257f87..75ef3c9 100644
|
|||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
@@ -145,18 +134,23 @@
|
@@ -105,33 +94,6 @@
|
||||||
|
<artifactId>gson</artifactId>
|
||||||
|
<version>2.1</version>
|
||||||
|
</dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>org.avaje</groupId>
|
||||||
|
- <artifactId>ebean</artifactId>
|
||||||
|
- <version>2.7.3</version>
|
||||||
|
- <type>jar</type>
|
||||||
|
- <scope>provided</scope>
|
||||||
|
- </dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>org.yaml</groupId>
|
||||||
|
- <artifactId>snakeyaml</artifactId>
|
||||||
|
- <version>1.9</version>
|
||||||
|
- <type>jar</type>
|
||||||
|
- <scope>provided</scope>
|
||||||
|
- </dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>com.google.guava</groupId>
|
||||||
|
- <artifactId>guava</artifactId>
|
||||||
|
- <version>10.0</version>
|
||||||
|
- <type>jar</type>
|
||||||
|
- <scope>provided</scope>
|
||||||
|
- </dependency>
|
||||||
|
- <dependency>
|
||||||
|
- <groupId>commons-lang</groupId>
|
||||||
|
- <artifactId>commons-lang</artifactId>
|
||||||
|
- <version>2.3</version>
|
||||||
|
- <scope>provided</scope>
|
||||||
|
- </dependency>
|
||||||
|
<!-- testing -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
@@ -145,18 +107,23 @@
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
@ -96,7 +130,7 @@ index 7257f87..75ef3c9 100644
|
|||||||
<outputPostfix></outputPostfix>
|
<outputPostfix></outputPostfix>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
@@ -210,7 +204,7 @@
|
@@ -210,7 +177,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren