You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2021/02/18 23:15:19 UTC

[royale-compiler] 04/08: playerglobal-source-gen: wrong maven dependency

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git

commit 3209bb1f46b8a62dab993b7cc26704d1635dc782
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Thu Feb 18 11:29:53 2021 -0800

    playerglobal-source-gen: wrong maven dependency
---
 playerglobal-source-gen/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/playerglobal-source-gen/pom.xml b/playerglobal-source-gen/pom.xml
index 2f7825d..4926a6f 100644
--- a/playerglobal-source-gen/pom.xml
+++ b/playerglobal-source-gen/pom.xml
@@ -78,7 +78,7 @@
       <version>2.4</version>
     </dependency>
     <dependency>
-      <groupId>org.dom4j</groupId>
+      <groupId>dom4j</groupId>
       <artifactId>dom4j</artifactId>
       <version>1.6.1</version>
     </dependency>