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/servicecomb-pack.git
The following commit(s) were added to refs/heads/master by this push:
new 5f6cd1d SCB-1094 Fixed the java doc build error in tcc-inventroy
module
5f6cd1d is described below
commit 5f6cd1dace002d6934d5933a57ca969dd125b37c
Author: Willem Jiang <[email protected]>
AuthorDate: Fri Dec 28 11:00:09 2018 +0800
SCB-1094 Fixed the java doc build error in tcc-inventroy module
---
demo/tcc-spring-demo/inventory/pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/demo/tcc-spring-demo/inventory/pom.xml
b/demo/tcc-spring-demo/inventory/pom.xml
index f4b8a85..224946a 100644
--- a/demo/tcc-spring-demo/inventory/pom.xml
+++ b/demo/tcc-spring-demo/inventory/pom.xml
@@ -114,6 +114,17 @@
</plugins>
</build>
</profile>
+ <profile>
+ <!-- Add the dependency of interceptor api for javadoc generation -->
+ <id>release</id>
+ <dependencies>
+ <dependency>
+ <groupId>javax.interceptor</groupId>
+ <artifactId>javax.interceptor-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+ </dependencies>
+ </profile>
</profiles>
</project>