File tree Expand file tree Collapse file tree
aev.list.manager/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ Require-Bundle: org.eclipse.core.runtime,
1010 com.arcadsoftware.aev.core.ui,
1111 org.eclipse.core.filesystem,
1212 org.eclipse.ui.ide,
13- org.eclipse.ui.forms
13+ org.eclipse.ui.forms,
14+ org.apache.commons.commons-io;bundle-version="2.20.0",
15+ org.apache.commons.lang3;bundle-version="3.18.0"
1416Bundle-Vendor : ARCAD Software
1517Export-Package : com.arcadsoftware.aev.core.ui.common,
1618 com.arcadsoftware.aev.core.ui.rcp.dialogs,
@@ -19,8 +21,6 @@ Bundle-ActivationPolicy: lazy
1921Bundle-ClassPath : .
2022Bundle-RequiredExecutionEnvironment : JavaSE-1.8
2123Import-Package : net.sf.jmimemagic,
22- org.apache.commons.io,
23- org.apache.commons.lang3;version="3.9.0",
2424 org.osgi.service.component.annotations;resolution:=optional
2525Service-Component : OSGI-INF/com.arcadsoftware.aev.core.ui.rcp.dialogs.RCPDialogConstantFiller.xml,
2626 OSGI-INF/com.arcadsoftware.aev.core.ui.rcp.tools.FileManagerProvider.xml
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Require-Bundle: com.arcadsoftware.aev.core,
5353 org.eclipse.ui.forms;resolution:=optional,
5454 org.eclipse.rap.jface;resolution:=optional,
5555 org.eclipse.rap.ui;resolution:=optional,
56- org.eclipse.rap.ui.forms;resolution:=optional
56+ org.eclipse.rap.ui.forms;resolution:=optional,
57+ org.apache.commons.lang3;bundle-version="3.18.0"
5758Bundle-RequiredExecutionEnvironment : JavaSE-1.8
5859Bundle-ActivationPolicy : lazy
59- Import-Package : org.apache.commons.lang3
Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ Export-Package: com.arcadsoftware.aev.core,
1717 com.arcadsoftware.aev.core.osgi,
1818 com.arcadsoftware.aev.core.tools
1919Require-Bundle : org.eclipse.core.runtime,
20- org.eclipse.core.resources
20+ org.eclipse.core.resources,
21+ org.apache.commons.lang3;bundle-version="3.18.0"
2122Bundle-RequiredExecutionEnvironment : JavaSE-1.8
2223Import-Package : com.google.re2j,
23- org.apache.commons.lang3;version="[3.6.0,4.0.0)",
24- org.apache.commons.lang3.math;version="[3.6.0,4.0.0)",
25- org.apache.commons.lang3.time;version="[3.6.0,4.0.0)",
2624 org.osgi.service.component,
2725 org.osgi.service.component.annotations;resolution:=optional,
2826 org.w3c.dom
Original file line number Diff line number Diff line change @@ -18,12 +18,9 @@ Export-Package: com.arcadsoftware.mmk.lists,
1818 com.arcadsoftware.mmk.lists.managers,
1919 com.arcadsoftware.mmk.lists.metadata,
2020 com.arcadsoftware.mmk.lists.test
21- Import-Package : com.arcadsoftware.ae.core.exceptions,
22- com.arcadsoftware.ae.core.logger,
23- com.arcadsoftware.ae.core.translation,
24- com.arcadsoftware.ae.core.utils,
25- com.arcadsoftware.aev.core.messages,
26- org.apache.commons.io;version="2.8.0"
21+ Require-Bundle : com.arcadsoftware.aev.core;bundle-version="12.0.6",
22+ com.arcadsoftware.aev.core.services;bundle-version="12.0.6",
23+ org.apache.commons.commons-io;bundle-version="2.20.0"
2724Bundle-ClassPath : .,
2825 libs/org.apache.servicemix.bundles.xpp3-1.1.4c_7.jar,
2926 libs/hsqldb-2.7.1-jdk8.jar
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.re2j</groupId >
3131 <artifactId >re2j</artifactId >
32- <version >1.7 </version >
32+ <version >1.8 </version >
3333 <type >jar</type >
3434 </dependency >
3535 <dependency >
3636 <groupId >commons-io</groupId >
3737 <artifactId >commons-io</artifactId >
38- <version >2.18 .0</version >
38+ <version >2.20 .0</version >
3939 <type >jar</type >
4040 </dependency >
4141 <dependency >
4747 <dependency >
4848 <groupId >org.apache.commons</groupId >
4949 <artifactId >commons-lang3</artifactId >
50- <version >3.13 .0</version >
50+ <version >3.18 .0</version >
5151 <type >jar</type >
5252 </dependency >
5353 <dependency >
5454 <groupId >org.hsqldb</groupId >
5555 <artifactId >hsqldb</artifactId >
56- <version >2.7.2 </version >
56+ <version >2.7.4 </version >
5757 <type >jar</type >
5858 </dependency >
5959 </dependencies >
You can’t perform that action at this time.
0 commit comments