Skip to content

Commit

Permalink
Updating maven central urls and versions to match what is available n…
Browse files Browse the repository at this point in the history
…ow (#2039)

Fixes #1899
Fixes #1941
  • Loading branch information
johann8384 committed Dec 12, 2024
1 parent 0308948 commit 000007a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion third_party/apache/commons-math3-3.4.1.jar.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14a218d0ee57907dd2c7ef944b6c0afd
14a218d0ee57907dd2c7ef944b6c0afd
1 change: 1 addition & 0 deletions third_party/jackson/jackson-annotations-2.9.10.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
26c2b6f7bc704ccadc64c83995e0ff7f
1 change: 1 addition & 0 deletions third_party/jackson/jackson-core-2.9.10.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d62d9b1d1d83dd553e678bc8fce8f809
1 change: 1 addition & 0 deletions third_party/jackson/jackson-databind-2.9.10.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ff43d79c624b0f7d465542fee6648474
1 change: 1 addition & 0 deletions third_party/kryo/asm-4.0.jar.md5.1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
322d8f88c5111af612df838c0191cd7e
14 changes: 8 additions & 6 deletions third_party/kryo/include.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

KRYO_VERSION := 2.21.1
KRYO_VERSION := 3.0.0
KRYO := third_party/kryo/kryo-$(KRYO_VERSION).jar
KRYO_BASE_URL := https://repo1.maven.org/maven2/com/esotericsoftware/kryo/kryo/$(KRYO_VERSION)
KRYO_BASE_URL := https://repo1.maven.org/maven2/com/esotericsoftware/kryo/$(KRYO_VERSION)

$(KRYO): $(KRYO).md5
set dummy "$(KRYO_BASE_URL)" "$(KRYO)"; shift; $(FETCH_DEPENDENCY)

REFLECTASM_VERSION := 1.07
REFLECTASM_VERSION := 1.10.0
REFLECTASM := third_party/kryo/reflectasm-$(REFLECTASM_VERSION)-shaded.jar
REFLECTASM_BASE_URL := https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/reflectasm/$(REFLECTASM_VERSION)
REFLECTASM_BASE_URL :=https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/$(REFLECTASM_VERSION)

$(REFLECTASM): $(REFLECTASM).md5
set dummy "$(REFLECTASM_BASE_URL)" "$(REFLECTASM)"; shift; $(FETCH_DEPENDENCY)
Expand All @@ -34,11 +34,13 @@ ASM_BASE_URL := https://repo1.maven.org/maven2/org/ow2/asm/asm/$(ASM_VERSION)
$(ASM): $(ASM).md5
set dummy "$(ASM_BASE_URL)" "$(ASM)"; shift; $(FETCH_DEPENDENCY)

MINLOG_VERSION := 1.2
MINLOG_VERSION := 1.3
MINLOG := third_party/kryo/minlog-$(MINLOG_VERSION).jar
MINLOG_BASE_URL := https://repo1.maven.org/maven2/com/esotericsoftware/minlog/minlog/$(MINLOG_VERSION)
MINLOG_BASE_URL := https://repo1.maven.org/maven2/com/esotericsoftware/minlog/$(MINLOG_VERSION)

$(MINLOG): $(MINLOG).md5
set dummy "$(MINLOG_BASE_URL)" "$(MINLOG)"; shift; $(FETCH_DEPENDENCY)

THIRD_PARTY += $(KRYO) $(REFLECTASM) $(ASM) $(MINLOG)

https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/1.10.0/reflectasm-1.10.0-shaded.jar
1 change: 1 addition & 0 deletions third_party/kryo/kryo-3.0.0.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
720adc0fa9b1ebfa789c6ceda3ffa990
1 change: 1 addition & 0 deletions third_party/kryo/kryo-4.0.0.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e817940f2e49280c3e5ad063f38e7884
1 change: 1 addition & 0 deletions third_party/kryo/minlog-1.3.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b4e9b84eaea9750fe58ac3e196c7ed9b
1 change: 1 addition & 0 deletions third_party/kryo/reflectasm-1.10.0-shaded.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
779472dd799c5e9b1469e14b13c73061

0 comments on commit 000007a

Please sign in to comment.