This is an automated email from the ASF dual-hosted git repository.

vavrtom pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a3d7163fc QPID-8586: [Broker-J] Added nashorn dependency to 
qpid-perftests-systests module
5a3d7163fc is described below

commit 5a3d7163fc60adf8dc7deafe863ad3b29b5b7ee3
Author: Tomas Vavricka <vavricka.to...@gmail.com>
AuthorDate: Fri Nov 11 16:49:26 2022 +0100

    QPID-8586: [Broker-J] Added nashorn dependency to qpid-perftests-systests 
module
---
 qpid-perftests-systests/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/qpid-perftests-systests/pom.xml b/qpid-perftests-systests/pom.xml
index cd17f42448..546da9f1df 100644
--- a/qpid-perftests-systests/pom.xml
+++ b/qpid-perftests-systests/pom.xml
@@ -121,5 +121,18 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>nashorn</id>
+      <activation>
+        <jdk>[15,)</jdk>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>org.openjdk.nashorn</groupId>
+          <artifactId>nashorn-core</artifactId>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to