- Refactorred "external" scope to "provided" and "runtime" in order to resolve 
some transitive dependency problems


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/0771c1dd
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/0771c1dd
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/0771c1dd

Branch: refs/heads/master
Commit: 0771c1dd005fd8bc09661972ab8b4578d422130e
Parents: 7fa9977
Author: Christofer Dutz <[email protected]>
Authored: Thu Jun 30 14:27:56 2016 +0200
Committer: Christofer Dutz <[email protected]>
Committed: Thu Jun 30 14:27:56 2016 +0200

----------------------------------------------------------------------
 GCL/pom.xml         | 2 +-
 cordova/pom.xml     | 2 +-
 createjs/pom.xml    | 2 +-
 google_maps/pom.xml | 2 +-
 jasmine/pom.xml     | 2 +-
 jquery/pom.xml      | 2 +-
 node/pom.xml        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/GCL/pom.xml
----------------------------------------------------------------------
diff --git a/GCL/pom.xml b/GCL/pom.xml
index 10be101..99f0a75 100644
--- a/GCL/pom.xml
+++ b/GCL/pom.xml
@@ -63,7 +63,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/cordova/pom.xml
----------------------------------------------------------------------
diff --git a/cordova/pom.xml b/cordova/pom.xml
index 96cf081..259a6cb 100644
--- a/cordova/pom.xml
+++ b/cordova/pom.xml
@@ -80,7 +80,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/createjs/pom.xml
----------------------------------------------------------------------
diff --git a/createjs/pom.xml b/createjs/pom.xml
index 73cbbdc..ceb2c0c 100644
--- a/createjs/pom.xml
+++ b/createjs/pom.xml
@@ -332,7 +332,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/google_maps/pom.xml
----------------------------------------------------------------------
diff --git a/google_maps/pom.xml b/google_maps/pom.xml
index 4ebb579..cddf712 100644
--- a/google_maps/pom.xml
+++ b/google_maps/pom.xml
@@ -130,7 +130,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/jasmine/pom.xml
----------------------------------------------------------------------
diff --git a/jasmine/pom.xml b/jasmine/pom.xml
index a1a40a0..ec3213b 100644
--- a/jasmine/pom.xml
+++ b/jasmine/pom.xml
@@ -114,7 +114,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/jquery/pom.xml
----------------------------------------------------------------------
diff --git a/jquery/pom.xml b/jquery/pom.xml
index ced64e5..d185296 100644
--- a/jquery/pom.xml
+++ b/jquery/pom.xml
@@ -193,7 +193,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/0771c1dd/node/pom.xml
----------------------------------------------------------------------
diff --git a/node/pom.xml b/node/pom.xml
index 817b92a..437f1cf 100644
--- a/node/pom.xml
+++ b/node/pom.xml
@@ -228,7 +228,7 @@
       <version>0.7.0-SNAPSHOT</version>
       <type>swc</type>
       <classifier>extern</classifier>
-      <scope>external</scope>
+      <scope>runtime</scope>
     </dependency>
   </dependencies>
 

Reply via email to