Skip to content

Commit 29496c2

Browse files
committed
remove runtime dependency on simpleclient_servlet. fixes prometheus#103
1 parent dcc21ef commit 29496c2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

simpleclient_hotspot/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@
3939
<artifactId>simpleclient</artifactId>
4040
<version>0.0.14-SNAPSHOT</version>
4141
</dependency>
42+
43+
<!-- Test Dependencies Follow -->
4244
<dependency>
4345
<groupId>io.prometheus</groupId>
4446
<artifactId>simpleclient_servlet</artifactId>
4547
<version>0.0.14-SNAPSHOT</version>
48+
<scope>test</scope>
4649
</dependency>
47-
48-
<!-- Test Dependencies Follow -->
4950
<dependency>
5051
<groupId>junit</groupId>
5152
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)