Skip to content

Commit e6b7642

Browse files
authored
remove dsw dependency
Remove IPM dependency on dsw (DeepSeeWeb) module - the Cube Event Monitor can be run without it, and dsw and mdx2json (which dsw depends on) are using the deprecated <CSPApplication> resource tag, which leads to warnings when installing the Cube Event Monitor. See intersystems-community/DeepSeeWeb#443 and intersystems-community/Cache-MDX2JSON#128
1 parent a413f58 commit e6b7642

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

module.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@
33
<Document name="cube-event-monitor.ZPM">
44
<Module>
55
<Name>cube-event-monitor</Name>
6-
<Version>1.0.2</Version>
6+
<Version>1.0.3</Version>
77
<Description>Tool for monitoring BI cube events and build errors</Description>
8-
<Dependencies>
9-
<ModuleReference>
10-
<Name>dsw</Name>
11-
<Version>3.*</Version>
12-
</ModuleReference>
13-
</Dependencies>
148
<Packaging>module</Packaging>
159
<SourcesRoot>src</SourcesRoot>
1610
<Resource Name="CubeEventMonitor.PKG"/>

0 commit comments

Comments
 (0)