From ae2e2a0d9d8e421a3a8bc330bbc7c9a62a7ffff6 Mon Sep 17 00:00:00 2001 From: Graham Date: Wed, 25 Dec 2019 12:14:51 +0000 Subject: [PATCH] Add common dependency to deob-ast and game --- deob-ast/pom.xml | 5 +++++ game/pom.xml | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/deob-ast/pom.xml b/deob-ast/pom.xml index 5775c77f39..5c04f2c973 100644 --- a/deob-ast/pom.xml +++ b/deob-ast/pom.xml @@ -18,6 +18,11 @@ + + ${project.groupId} + openrs2-common + ${project.version} + ch.qos.logback logback-classic diff --git a/game/pom.xml b/game/pom.xml index feddad484b..e8be01d71c 100644 --- a/game/pom.xml +++ b/game/pom.xml @@ -15,4 +15,12 @@ Reimplementation of the RuneScape game server software. + + + + ${project.groupId} + openrs2-common + ${project.version} + +