Skip to content

Commit a6ff716

Browse files
committed
Add Prometheus client lib dependencies
1 parent 2f74123 commit a6ff716

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

.classpath

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@
8080
<classpathentry kind="lib" path="ext/pf4j-0.9.0.jar" sourcepath="ext/src/pf4j-0.9.0.jar" />
8181
<classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.jar" />
8282
<classpathentry kind="lib" path="ext/jsoup-1.7.3.jar" sourcepath="ext/src/jsoup-1.7.3.jar" />
83+
<classpathentry kind="lib" path="ext/simpleclient-0.0.21.jar" sourcepath="ext/src/simpleclient-0.0.21.jar" />
84+
<classpathentry kind="lib" path="ext/simpleclient_hotspot-0.0.21.jar" sourcepath="ext/src/simpleclient_hotspot-0.0.21.jar" />
85+
<classpathentry kind="lib" path="ext/simpleclient_log4j-0.0.21.jar" sourcepath="ext/src/simpleclient_log4j-0.0.21.jar" />
86+
<classpathentry kind="lib" path="ext/simpleclient_guava-0.0.21.jar" sourcepath="ext/src/simpleclient_guava-0.0.21.jar" />
87+
<classpathentry kind="lib" path="ext/simpleclient_servlet-0.0.21.jar" sourcepath="ext/src/simpleclient_servlet-0.0.21.jar" />
88+
<classpathentry kind="lib" path="ext/simpleclient_common-0.0.21.jar" sourcepath="ext/src/simpleclient_common-0.0.21.jar" />
8389
<classpathentry kind="lib" path="ext/junit-4.12.jar" sourcepath="ext/src/junit-4.12.jar" />
8490
<classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" />
8591
<classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" />

build.moxie

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ dependencies:
181181
- compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war
182182
- compile 'org.apache.tika:tika-core:1.5' :war
183183
- compile 'org.jsoup:jsoup:1.7.3' :war
184+
- compile 'io.prometheus:simpleclient:0.0.21' :war
185+
- compile 'io.prometheus:simpleclient_hotspot:0.0.21' :war
186+
- compile 'io.prometheus:simpleclient_log4j:0.0.21' :war
187+
- compile 'io.prometheus:simpleclient_guava:0.0.21' :war
188+
- compile 'io.prometheus:simpleclient_servlet:0.0.21' :war
184189
- test 'junit:junit:4.12'
185190
# Dependencies for Selenium web page testing
186191
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar

gitblit.iml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,72 @@
824824
</SOURCES>
825825
</library>
826826
</orderEntry>
827+
<orderEntry type="module-library">
828+
<library name="simpleclient-0.0.21.jar">
829+
<CLASSES>
830+
<root url="jar://$MODULE_DIR$/ext/simpleclient-0.0.21.jar!/" />
831+
</CLASSES>
832+
<JAVADOC />
833+
<SOURCES>
834+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient-0.0.21.jar!/" />
835+
</SOURCES>
836+
</library>
837+
</orderEntry>
838+
<orderEntry type="module-library">
839+
<library name="simpleclient_hotspot-0.0.21.jar">
840+
<CLASSES>
841+
<root url="jar://$MODULE_DIR$/ext/simpleclient_hotspot-0.0.21.jar!/" />
842+
</CLASSES>
843+
<JAVADOC />
844+
<SOURCES>
845+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient_hotspot-0.0.21.jar!/" />
846+
</SOURCES>
847+
</library>
848+
</orderEntry>
849+
<orderEntry type="module-library">
850+
<library name="simpleclient_log4j-0.0.21.jar">
851+
<CLASSES>
852+
<root url="jar://$MODULE_DIR$/ext/simpleclient_log4j-0.0.21.jar!/" />
853+
</CLASSES>
854+
<JAVADOC />
855+
<SOURCES>
856+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient_log4j-0.0.21.jar!/" />
857+
</SOURCES>
858+
</library>
859+
</orderEntry>
860+
<orderEntry type="module-library">
861+
<library name="simpleclient_guava-0.0.21.jar">
862+
<CLASSES>
863+
<root url="jar://$MODULE_DIR$/ext/simpleclient_guava-0.0.21.jar!/" />
864+
</CLASSES>
865+
<JAVADOC />
866+
<SOURCES>
867+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient_guava-0.0.21.jar!/" />
868+
</SOURCES>
869+
</library>
870+
</orderEntry>
871+
<orderEntry type="module-library">
872+
<library name="simpleclient_servlet-0.0.21.jar">
873+
<CLASSES>
874+
<root url="jar://$MODULE_DIR$/ext/simpleclient_servlet-0.0.21.jar!/" />
875+
</CLASSES>
876+
<JAVADOC />
877+
<SOURCES>
878+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient_servlet-0.0.21.jar!/" />
879+
</SOURCES>
880+
</library>
881+
</orderEntry>
882+
<orderEntry type="module-library">
883+
<library name="simpleclient_common-0.0.21.jar">
884+
<CLASSES>
885+
<root url="jar://$MODULE_DIR$/ext/simpleclient_common-0.0.21.jar!/" />
886+
</CLASSES>
887+
<JAVADOC />
888+
<SOURCES>
889+
<root url="jar://$MODULE_DIR$/ext/src/simpleclient_common-0.0.21.jar!/" />
890+
</SOURCES>
891+
</library>
892+
</orderEntry>
827893
<orderEntry type="module-library" scope="TEST">
828894
<library name="junit-4.12.jar">
829895
<CLASSES>

0 commit comments

Comments
 (0)