File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ We have several sample Operators under the samples directory:
28
28
Implemented with and without Spring Boot support. The two samples share the common module.
29
29
* * webserver* : More realistic example creating an nginx webserver from a Custom Resource containing html code.
30
30
31
- Add dependency to your project:
31
+ Add [ dependency] ( [ maven central ] ( https://search.maven.org/search?q=a:operator-framework ) to your project:
32
32
33
33
``` xml
34
34
<dependency >
35
35
<groupId >com.github.containersolutions</groupId >
36
36
<artifactId >operator-framework</artifactId >
37
- <version >{see [maven central]( https://search.maven.org/search?q=a:operator-framework) for latest version}</version >
37
+ <version >{see https://search.maven.org/search?q=a:operator-framework for latest version}</version >
38
38
</dependency >
39
39
```
40
40
You can’t perform that action at this time.
0 commit comments