Skip to content

Commit

Permalink
replaced detection heuristics
Browse files Browse the repository at this point in the history
Change-Id: I1bc10879f4acc2e8f0c6d2d9bd4dfde4617bd17b
Signed-off-by: Alexander Wert <[email protected]>
  • Loading branch information
Alexander Wert committed Jan 16, 2015
1 parent 5c72167 commit 505f0ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<relativePath>..</relativePath>
</parent>

<artifactId>org.spotter.demo.detection.olb</artifactId>
<artifactId>org.spotter.demo.detection.collection</artifactId>
<packaging>pom</packaging>
<name>DynamicSpotter Demo OLB Detection Plugin</name>
<name>DynamicSpotter Demo Collection Detection Plugins</name>

<dependencies>
<dependency>
<groupId>org.spotter.ext</groupId>
<artifactId>org.spotter.ext.detection.olb</artifactId>
<artifactId>org.spotter.ext.detection.collection</artifactId>
<version>${spotter.ext.version}</version>
</dependency>
</dependencies>
Expand Down
24 changes: 0 additions & 24 deletions org.spotter.demo.plugins/org.spotter.demo.detection.ramp/pom.xml

This file was deleted.

3 changes: 1 addition & 2 deletions org.spotter.demo.plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
</properties>

<modules>
<module>org.spotter.demo.detection.olb</module>
<module>org.spotter.demo.detection.ramp</module>
<module>org.spotter.demo.detection.collection</module>
<module>org.spotter.demo.measurement</module>
<module>org.spotter.demo.instrumentation</module>
<module>org.spotter.demo.workload</module>
Expand Down

0 comments on commit 505f0ac

Please sign in to comment.