You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2021/11/15 21:27:46 UTC

[servicemix-bundles] branch master updated: [SM-4936]okhttp-3.14 bundle should import javax.annotaion package from jsr305

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

ffang 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 16be478  [SM-4936]okhttp-3.14 bundle should import javax.annotaion package from jsr305
16be478 is described below

commit 16be47843861191d4eb96332b51c37cb2791d03e
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Mon Nov 15 16:27:34 2021 -0500

    [SM-4936]okhttp-3.14 bundle should import javax.annotaion package from jsr305
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 67f489d..1c43429 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
 
     <modules>
         <module>grpc-1.41.0</module>
+        <module>okhttp-3.14.1</module>
     </modules>
 
 </project>