Skip to content

Commit 67909be

Browse files
authored
Update README.md
1 parent 317e4cf commit 67909be

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ REQUIREMENTS
1313
============
1414

1515
[OpenJDK 8](http://openjdk.java.net/projects/jdk8/) or Java 8
16+
1617
[Maven](https://maven.apache.org/download.cgi) if you want to build using `mvn` [Supported from v2.1.1].
1718

19+
[lombok](https://mvnrepository.com/artifact/org.projectlombok/lombok) needs to be provided by the runtime (`mvn dependency scope` is set as `provided`)
20+
1821
Releases
1922
========
2023
Releases contain source code only. Due to changing JDK licensing, jar files are not released.
@@ -29,7 +32,8 @@ User may download the source code and compile it with desired JDK version.
2932
* Download Source Code for the required release
3033
* Compile the code and build the jar using `mvn package`
3134
* Use the jar file from (source to netconf-java)/netconf-java/target
32-
35+
* Use `mvn versions:display-dependency-updates` to identify possible target versions for dependencies
36+
3337
v2.1.1
3438
------
3539

0 commit comments

Comments
 (0)