File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
event-stream-handler/event-stream-handler-gateway
event-stream-source/event-stream-source-gateway
report-component/report-component-gateway
report-datasource/report-datasource-gateway Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 2626 <version >${ignition-sdk-version} </version >
2727 <type >pom</type >
2828 <scope >provided</scope >
29+ <exclusions >
30+ <exclusion >
31+ <groupId >com.inductiveautomation.eventstream</groupId >
32+ <artifactId >web-ui</artifactId >
33+ </exclusion >
34+ </exclusions >
2935 </dependency >
3036 <dependency >
3137 <groupId >com.inductiveautomation.ignition.examples</groupId >
3238 <artifactId >event-stream-handler-common</artifactId >
3339 <version >${project.version} </version >
3440 </dependency >
3541 </dependencies >
36- </project >
42+ </project >
Original file line number Diff line number Diff line change 2626 <version >${ignition-sdk-version} </version >
2727 <scope >provided</scope >
2828 <type >pom</type >
29+ <exclusions >
30+ <exclusion >
31+ <groupId >com.inductiveautomation.eventstream</groupId >
32+ <artifactId >web-ui</artifactId >
33+ </exclusion >
34+ </exclusions >
2935 </dependency >
3036 <dependency >
3137 <groupId >com.inductiveautomation.ignition.examples</groupId >
4753 </plugin >
4854 </plugins >
4955 </build >
50- </project >
56+ </project >
Original file line number Diff line number Diff line change 1919 <version >${ignition-sdk-version} </version >
2020 <scope >provided</scope >
2121 <type >pom</type >
22+ <exclusions >
23+ <exclusion >
24+ <groupId >com.inductiveautomation.reporting</groupId >
25+ <artifactId >web-ui</artifactId >
26+ </exclusion >
27+ </exclusions >
2228 </dependency >
2329 <dependency >
2430 <groupId >com.inductiveautomation.ignition.examples</groupId >
4046 </plugin >
4147 </plugins >
4248 </build >
43- </project >
49+ </project >
Original file line number Diff line number Diff line change 1919 <version >${ignition-sdk-version} </version >
2020 <scope >provided</scope >
2121 <type >pom</type >
22+ <exclusions >
23+ <exclusion >
24+ <groupId >com.inductiveautomation.reporting</groupId >
25+ <artifactId >web-ui</artifactId >
26+ </exclusion >
27+ </exclusions >
2228 </dependency >
2329 <dependency >
2430 <groupId >com.inductiveautomation.ignition.examples</groupId >
You can’t perform that action at this time.
0 commit comments