File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >io.prometheus</groupId >
4141 <artifactId >client</artifactId >
42- <version >${project.version} </version >
42+ <version >0.0.10-SNAPSHOT </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >io.prometheus</groupId >
4646 <artifactId >simpleclient</artifactId >
47- <version >${project.version} </version >
47+ <version >0.0.10-SNAPSHOT </version >
4848 </dependency >
4949 <dependency >
5050 <groupId >com.codahale.metrics</groupId >
Original file line number Diff line number Diff line change 6161
6262 <maven .compiler.source>1.6</maven .compiler.source>
6363 <maven .compiler.target>1.6</maven .compiler.target>
64-
65- <junit .version>4.11</junit .version>
66- <mockito .version>1.9.5</mockito .version>
6764 </properties >
6865
6966 <distributionManagement >
Original file line number Diff line number Diff line change 4242 <dependency >
4343 <groupId >junit</groupId >
4444 <artifactId >junit</artifactId >
45- <version >${junit.version} </version >
45+ <version >4.11 </version >
4646 <scope >test</scope >
4747 </dependency >
4848 </dependencies >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >io.prometheus</groupId >
3939 <artifactId >simpleclient</artifactId >
40- <version >${project.version} </version >
40+ <version >0.0.10-SNAPSHOT </version >
4141 </dependency >
4242 <!-- Test Dependencies Follow -->
4343 <dependency >
4444 <groupId >junit</groupId >
4545 <artifactId >junit</artifactId >
46- <version >${junit.version} </version >
46+ <version >4.11 </version >
4747 <scope >test</scope >
4848 </dependency >
4949 </dependencies >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >io.prometheus</groupId >
3939 <artifactId >simpleclient</artifactId >
40- <version >${project.version} </version >
40+ <version >0.0.10-SNAPSHOT </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >io.prometheus</groupId >
4444 <artifactId >simpleclient_servlet</artifactId >
45- <version >${project.version} </version >
45+ <version >0.0.10-SNAPSHOT </version >
4646 </dependency >
4747
4848 <!-- Test Dependencies Follow -->
4949 <dependency >
5050 <groupId >junit</groupId >
5151 <artifactId >junit</artifactId >
52- <version >${junit.version} </version >
52+ <version >4.11 </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.mockito</groupId >
5757 <artifactId >mockito-core</artifactId >
58- <version >${mockito.version} </version >
58+ <version >1.9.5 </version >
5959 <scope >test</scope >
6060 </dependency >
6161
Original file line number Diff line number Diff line change 3333 </developer >
3434 </developers >
3535
36- <properties >
37- <log4j .version>1.2.17</log4j .version>
38- </properties >
39-
4036 <dependencies >
4137 <dependency >
4238 <groupId >io.prometheus</groupId >
4339 <artifactId >simpleclient</artifactId >
44- <version >${project.version} </version >
40+ <version >0.0.10-SNAPSHOT </version >
4541 </dependency >
4642 <dependency >
4743 <groupId >log4j</groupId >
4844 <artifactId >log4j</artifactId >
49- <version >${log4j.version} </version >
45+ <version >1.2.17 </version >
5046 </dependency >
5147
5248
5349 <dependency >
5450 <groupId >junit</groupId >
5551 <artifactId >junit</artifactId >
56- <version >${junit.version} </version >
52+ <version >4.11 </version >
5753 <scope >test</scope >
5854 </dependency >
5955
6056 <dependency >
6157 <groupId >org.mockito</groupId >
6258 <artifactId >mockito-core</artifactId >
63- <version >${mockito.version} </version >
59+ <version >1.9.5 </version >
6460 <scope >test</scope >
6561 </dependency >
6662 </dependencies >
Original file line number Diff line number Diff line change 3232 <email >will.fleury@boxever.com</email >
3333 </developer >
3434 </developers >
35-
36- <properties >
37- <logback .version>1.1.2</logback .version>
38- </properties >
3935
4036 <dependencies >
4137 <dependency >
4238 <groupId >io.prometheus</groupId >
4339 <artifactId >simpleclient</artifactId >
44- <version >${project.version} </version >
40+ <version >0.0.10-SNAPSHOT </version >
4541 </dependency >
4642 <dependency >
4743 <groupId >ch.qos.logback</groupId >
4844 <artifactId >logback-classic</artifactId >
49- <version >${logback.version} </version >
45+ <version >1.1.2 </version >
5046 </dependency >
5147
5248
5349 <dependency >
5450 <groupId >junit</groupId >
5551 <artifactId >junit</artifactId >
56- <version >${junit.version} </version >
52+ <version >4.11 </version >
5753 <scope >test</scope >
5854 </dependency >
5955
6056 <dependency >
6157 <groupId >org.mockito</groupId >
6258 <artifactId >mockito-core</artifactId >
63- <version >${mockito.version} </version >
59+ <version >1.9.5 </version >
6460 <scope >test</scope >
6561 </dependency >
6662 </dependencies >
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >io.prometheus</groupId >
4040 <artifactId >simpleclient</artifactId >
41- <version >${project.version} </version >
41+ <version >0.0.10-SNAPSHOT </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >io.prometheus</groupId >
4545 <artifactId >simpleclient_common</artifactId >
46- <version >${project.version} </version >
46+ <version >0.0.10-SNAPSHOT </version >
4747 </dependency >
4848 <!-- Test Dependencies Follow -->
4949 <dependency >
5050 <groupId >junit</groupId >
5151 <artifactId >junit</artifactId >
52- <version >${junit.version} </version >
52+ <version >4.11 </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
Original file line number Diff line number Diff line change 4141 <dependency >
4242 <groupId >io.prometheus</groupId >
4343 <artifactId >simpleclient</artifactId >
44- <version >${project.version} </version >
44+ <version >0.0.10-SNAPSHOT </version >
4545 </dependency >
4646 <dependency >
4747 <groupId >io.prometheus</groupId >
4848 <artifactId >simpleclient_common</artifactId >
49- <version >${project.version} </version >
49+ <version >0.0.10-SNAPSHOT </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >javax.servlet</groupId >
5858 <dependency >
5959 <groupId >junit</groupId >
6060 <artifactId >junit</artifactId >
61- <version >${junit.version} </version >
61+ <version >4.11 </version >
6262 <scope >test</scope >
6363 </dependency >
6464 <dependency >
You can’t perform that action at this time.
0 commit comments