File tree Expand file tree Collapse file tree 3 files changed +1116
-3
lines changed
dev/io.openliberty.io.smallrye.metrics
src/io/smallrye/metrics/legacyapi Expand file tree Collapse file tree 3 files changed +1116
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" />
3+ <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" >
5+ <attributes >
6+ <attribute name =" module" value =" true" />
7+ </attributes >
8+ </classpathentry >
49 <classpathentry kind =" con" path =" aQute.bnd.classpath.container" />
510 <classpathentry kind =" output" path =" bin" />
611</classpath >
Original file line number Diff line number Diff line change 11#*******************************************************************************
2- # Copyright (c) 2022, 2023 IBM Corporation and others.
2+ # Copyright (c) 2022, 2024 IBM Corporation and others.
33# All rights reserved. This program and the accompanying materials
44# are made available under the terms of the Eclipse Public License 2.0
55# which accompanies this distribution, and is available at
@@ -33,6 +33,9 @@ WS-TraceGroup: METRICS
3333publish.wlp.jar.suffix: lib
3434
3535-buildpath: \
36- io.smallrye:smallrye-metrics;version=5.1.0
36+ io.smallrye:smallrye-metrics;version=5.1.0,\
37+ io.openliberty.org.eclipse.microprofile.metrics.5.0;version=latest,\
38+ io.openliberty.io.micrometer;version=latest,\
39+ io.openliberty.org.eclipse.microprofile.config.3.0;version=latest
3740
3841instrument.disabled: true
You can’t perform that action at this time.
0 commit comments