No worries I was just wondering without looking into other poms whether we actually not using anything already.
On Wed, Jul 31, 2019, 8:23 AM Greg Dove <[email protected]> wrote: > Hi Piotr, > > I'm not sure, but if there isn't I assume it will be easy to swap things > out to do that. I'm AFK now, but I can take a look at that tomorrow. > > > > On Wed, 31 Jul 2019, 17:55 Piotr Zarzycki, <[email protected]> > wrote: > > > Hi Greg, > > > > Is there any kind of global variable where version of Royale is specified > > instead hardcoded? > > > > Thanks, > > Piotr > > > > On Wed, Jul 31, 2019, 3:05 AM <[email protected]> wrote: > > > > > This is an automated email from the ASF dual-hosted git repository. > > > > > > gregdove pushed a commit to branch develop > > > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > > > > commit 9010ab1fe8ede921541f212d7da850b23fc3aa88 > > > Author: greg-dove <[email protected]> > > > AuthorDate: Wed Jul 31 12:44:55 2019 +1200 > > > > > > Specifying these dependencies in maven was necessary to get build > > > working locally. > > > --- > > > frameworks/projects/DragDrop/pom.xml | 28 ++++++++++++++++++++++++++++ > > > 1 file changed, 28 insertions(+) > > > > > > diff --git a/frameworks/projects/DragDrop/pom.xml > > > b/frameworks/projects/DragDrop/pom.xml > > > index d4ba4e4..9d14ed5 100644 > > > --- a/frameworks/projects/DragDrop/pom.xml > > > +++ b/frameworks/projects/DragDrop/pom.xml > > > @@ -86,6 +86,34 @@ > > > <type>swc</type> > > > <classifier>js</classifier> > > > </dependency> > > > + <dependency> > > > + <groupId>org.apache.royale.framework</groupId> > > > + <artifactId>Collections</artifactId> > > > + <version>0.9.6-SNAPSHOT</version> > > > + <type>swc</type> > > > + <classifier>swf</classifier> > > > + </dependency> > > > + <dependency> > > > + <groupId>org.apache.royale.framework</groupId> > > > + <artifactId>Collections</artifactId> > > > + <version>0.9.6-SNAPSHOT</version> > > > + <type>swc</type> > > > + <classifier>js</classifier> > > > + </dependency> > > > + <dependency> > > > + <groupId>org.apache.royale.framework</groupId> > > > + <artifactId>Graphics</artifactId> > > > + <version>0.9.6-SNAPSHOT</version> > > > + <type>swc</type> > > > + <classifier>swf</classifier> > > > + </dependency> > > > + <dependency> > > > + <groupId>org.apache.royale.framework</groupId> > > > + <artifactId>Graphics</artifactId> > > > + <version>0.9.6-SNAPSHOT</version> > > > + <type>swc</type> > > > + <classifier>js</classifier> > > > + </dependency> > > > </dependencies> > > > > > > </project> > > > > > > > > >
