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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit a827ca5e307a11448e586f0808c1b2cc0077d23d
Author: Yang Bo <yangb...@huawei.com>
AuthorDate: Fri Mar 2 02:15:04 2018 +0800

    SCB-346 Add missing javax.interceptor-api dependency
---
 alpha/alpha-server/pom.xml | 4 ++++
 pom.xml                    | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml
index 0f49262..8a54feb 100644
--- a/alpha/alpha-server/pom.xml
+++ b/alpha/alpha-server/pom.xml
@@ -126,6 +126,10 @@
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
     </dependency>
+    <dependency>
+      <groupId>javax.interceptor</groupId>
+      <artifactId>javax.interceptor-api</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 229e545..4337849 100755
--- a/pom.xml
+++ b/pom.xml
@@ -325,6 +325,11 @@
         <version>2.2</version>
       </dependency>
       <dependency>
+        <groupId>javax.interceptor</groupId>
+        <artifactId>javax.interceptor-api</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>org.eclipse.persistence.jpa</artifactId>
       <version>${eclipse.link.version}</version>

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to