From 1abfed2f23b76c587988a09bd489b78e04cf6e31 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 6 Apr 2016 18:10:02 -0700 Subject: [PATCH] Add Javadoc dependencies --- spring-boot-docs/pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 12656da2e6..443354ed77 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -60,6 +60,16 @@ transactions-jdbc true + + com.couchbase.client + java-client + true + + + com.couchbase.client + couchbase-spring-cache + true + com.fasterxml.jackson.core jackson-databind @@ -323,6 +333,36 @@ jersey-container-servlet-core true + + org.jboss + jboss-transaction-spi + true + + + org.jboss.logging + jboss-logging + true + + + org.jboss.narayana.jta + jdbc + true + + + org.jboss.narayana.jta + jms + true + + + org.jboss.narayana.jta + jta + true + + + org.jboss.narayana.jts + narayana-jts-integration + true + org.hibernate hibernate-entitymanager