Skip to content

Commit 63900f3

Browse files
authored
Merge branch 'master' into master
2 parents 739f00a + b598f47 commit 63900f3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: README.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
:common-includes: https://raw.githubusercontent.com/OpenLiberty/guides-common/master
2020
:source-highlighter: prettify
2121
:figure-caption!:
22+
:link-to-published-guide: This repository contains the guide documentation source. To view the guide in published form, view it on the https://openliberty.io/guides/{projectid}.html[Open Liberty website].
2223
= Injecting dependencies into microservices
2324

2425
[.hidden]
26+
2527
NOTE: This repository contains the guide documentation source. To view the guide in published form, view it on the https://openliberty.io/guides/{projectid}.html[Open Liberty website].
2628

2729
Learn how to use Contexts and Dependency Injection to manage and inject dependencies into microservices.

Diff for: finish/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@
3636

3737
<dependencies>
3838
<!-- For tests -->
39-
<dependency>
40-
<groupId>junit</groupId>
41-
<artifactId>junit</artifactId>
42-
<version>4.12</version>
43-
<scope>test</scope>
44-
</dependency>
4539
<dependency>
4640
<groupId>org.apache.cxf</groupId>
4741
<artifactId>cxf-rt-rs-client</artifactId>

0 commit comments

Comments
 (0)