https://cloud.spring.io/spring-cloud-config/multi/multi__quick_start.html#_client_side_usage

   <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
       <version>{spring-boot-docs-version}</version>
       <relativePath /> <!-- lookup parent from repository -->
   </parent>

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-dependencies</artifactId>
            <version>{spring-cloud-version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Comment From: marcingrzejszczak

Have you set the attributes in the inclusion properly?

Comment From: spencergibb

No idea ;-)

Comment From: marcingrzejszczak

Have you checked this out? https://stackoverflow.com/questions/31199555/asciidoctor-attribute-replacement-in-codeblock

Comment From: marcingrzejszczak

Do we have an example of that for the Hoxton docs?