You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2022/04/17 17:12:56 UTC

[juddi] branch master updated: Update pom.xml

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

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new dc49645d0 Update pom.xml
dc49645d0 is described below

commit dc49645d08686d361e4fc776538f0e9868089f59
Author: spyhunter99 <sp...@users.noreply.github.com>
AuthorDate: Sun Apr 17 13:12:50 2022 -0400

    Update pom.xml
    
    attempt to get the dsig utility compiling on newer jdk8 systems (ubuntu). looks like plugin.jar was removed from newer builds of java 8
---
 juddi-gui-dsig/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/juddi-gui-dsig/pom.xml b/juddi-gui-dsig/pom.xml
index 4dffdd634..220dddaf5 100644
--- a/juddi-gui-dsig/pom.xml
+++ b/juddi-gui-dsig/pom.xml
@@ -132,5 +132,21 @@ language governing permissions and * limitations under the License. * */ -->
         </dependency>
 	</dependencies>
     </profile>
+    <profile>
+      <id>icedtea-web2</id>
+      <activation>
+        <file><exists>/usr/share/icedtea-web/javaws.jar</exists></file>
+      </activation>
+	<dependencies>
+	 <dependency>
+            <groupId>com.sun.jdk</groupId>
+            <artifactId>plugin</artifactId>
+            <version>1.6.0</version>
+            <type>jar</type>
+            <scope>system</scope>
+            <systemPath>/usr/share/icedtea-web/javaws.jar</systemPath>
+        </dependency>
+	</dependencies>
+    </profile>
   </profiles>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org