You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/12 01:07:23 UTC

[royale-compiler] 02/02: don't need this dependency

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

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

commit 6eaabb3f4d1e4bae24ae2bf1f0704f125b78b064
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Apr 11 18:06:56 2020 -0700

    don't need this dependency
---
 debugger/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debugger/pom.xml b/debugger/pom.xml
index aa44df6..39cf563 100644
--- a/debugger/pom.xml
+++ b/debugger/pom.xml
@@ -116,12 +116,6 @@ Do all the JBurg code generation.
       <version>0.0-20170809-b9c14c6b</version>
     </dependency>
 
-   <dependency>
-      <groupId>org.apache.royale.compiler</groupId>
-      <artifactId>compiler-build-tools</artifactId>
-      <version>${compiler-build-tools.version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>