Skip to content

Commit

Permalink
make external alarm-sending module optional
Browse files Browse the repository at this point in the history
  • Loading branch information
robo-w committed Jul 18, 2019
1 parent c3ee0c7 commit 3c05aa3
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions main/view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<profile>
<id>geobroker</id>
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<dependencies>
<dependency>
Expand All @@ -45,6 +45,21 @@
</dependencies>
</profile>

<profile>
<id>external-alarm-sending</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>alarm-text</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</profile>

<profile>
<id>vcm-pois</id>
<activation>
Expand Down Expand Up @@ -152,13 +167,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>at.wrk.coceso-plugins</groupId>
<artifactId>alarm-text</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>

<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 3c05aa3

Please sign in to comment.