You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@ REQUIREMENTS
13
13
============
14
14
15
15
[OpenJDK 8](http://openjdk.java.net/projects/jdk8/) or Java 8
16
+
16
17
[Maven](https://maven.apache.org/download.cgi) if you want to build using `mvn`[Supported from v2.1.1].
17
18
19
+
[lombok](https://mvnrepository.com/artifact/org.projectlombok/lombok) needs to be provided by the runtime (`mvn dependency scope` is set as `provided`)
20
+
18
21
Releases
19
22
========
20
23
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.
29
32
* Download Source Code for the required release
30
33
* Compile the code and build the jar using `mvn package`
31
34
* 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
0 commit comments