You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NOTE, if you move the javametrics-agent to another directory you need to make sure you take the asm folder with it. The asm folder is required for the agent to run as it contains files that the agent needs
100
100
@@ -129,12 +129,12 @@ You also need to add the following dependencies to your pom.xml:
129
129
<dependency>
130
130
<groupId>com.ibm.runtimetools</groupId>
131
131
<artifactId>javametrics-spring</artifactId>
132
-
<version>1.7.0</version>
132
+
<version>1.8.0</version>
133
133
</dependency>
134
134
<dependency>
135
135
<groupId>com.ibm.runtimetools</groupId>
136
136
<artifactId>javametrics-agent</artifactId>
137
-
<version>1.7.0</version>
137
+
<version>1.8.0</version>
138
138
</dependency>
139
139
<dependency>
140
140
<groupId>org.glassfish</groupId>
@@ -170,4 +170,4 @@ This project is released under an Apache 2.0 open source license.
170
170
This project uses a semver-parsable X.0.Z version number for releases, where X is incremented for breaking changes to the public API described in this document and Z is incremented for bug fixes **and** for non-breaking changes to the public API that provide new function.
0 commit comments