You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/08/03 07:37:54 UTC

[GitHub] [netbeans] sdedic commented on a diff in pull request #4461: Support for vulnerability audit in Oracle cloud

sdedic commented on code in PR #4461:
URL: https://github.com/apache/netbeans/pull/4461#discussion_r936335469


##########
java/java.lsp.server/nbcode/integration/nbproject/project.xml:
##########
@@ -76,13 +93,39 @@
                         <specification-version>1.7.3</specification-version>
                     </run-dependency>
                 </dependency>
+                <dependency>
+                    <code-name-base>org.netbeans.modules.cloud.oracle</code-name-base>
+                    <build-prerequisite/>
+                    <compile-dependency/>
+                    <run-dependency>
+                        <implementation-version/>
+                    </run-dependency>
+                </dependency>
                 <dependency>
                     <code-name-base>org.netbeans.modules.java.lsp.server</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>
                         <release-version>2</release-version>
-                        <specification-version>2.0</specification-version>
+                        <implementation-version/>

Review Comment:
   Understood: https://issues.apache.org/jira/browse/NETBEANS-6518. I would like to introduce some (de)serialization basics, so that all modules do not need to use Jackson or GSON for trivial data structures.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists