You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2020/11/04 04:42:10 UTC

[servicemix-bundles] branch master updated: Add missing metrics package import to spring-context-5.3.0.

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d63a09  Add missing metrics package import to spring-context-5.3.0.
     new 1b75466  Merge pull request #149 from aclemons/spring-context-5.3
6d63a09 is described below

commit 6d63a094bc738086dfbba2b833cc339029d21bb4
Author: Andrew Clemons <an...@gmail.com>
AuthorDate: Wed Nov 4 13:12:38 2020 +1300

    Add missing metrics package import to spring-context-5.3.0.
    
    This package is referenced by AbstractApplicationContext among others.
---
 spring-context-5.3.0/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spring-context-5.3.0/pom.xml b/spring-context-5.3.0/pom.xml
index 089cc08..6069c57 100644
--- a/spring-context-5.3.0/pom.xml
+++ b/spring-context-5.3.0/pom.xml
@@ -135,6 +135,7 @@
             org.springframework.core.env;version="[${pkgVersion},5.4)",
             org.springframework.core.io;version="[${pkgVersion},5.4)",
             org.springframework.core.io.support;version="[${pkgVersion},5.4)",
+            org.springframework.core.metrics;version="[${pkgVersion},5.4)",
             org.springframework.core.serializer.support;version="[${pkgVersion},5.4)";resolution:=optional,
             org.springframework.core.task;version="[${pkgVersion},5.4)",
             org.springframework.core.task.support;version="[${pkgVersion},5.4)",