This is an automated email from the ASF dual-hosted git repository. alexoree pushed a commit to branch feature/JUDDI-978 in repository https://gitbox.apache.org/repos/asf/juddi.git
commit 578ecfdbb697f99164dcd2ff09b85320439ccaa7 Merge: 1ae04582f 36c51732f Author: Alex O'Ree <[email protected]> AuthorDate: Sun Apr 17 14:49:23 2022 -0400 Merge branch 'master' into feature/JUDDI-978 .github/workflows/codeql-analysis.yml | 48 +- juddi-dist/pom.xml | 22 +- juddi-dist/src/main/assembly/assembly.xml | 5 - juddi-gui-dsig/.gitignore | 6 - juddi-gui-dsig/applet.policy | 3 - juddi-gui-dsig/pom.xml | 136 ----- juddi-gui-dsig/readme.txt | 26 - .../org/apache/juddi/gui/dsig/XmlSigApplet2.form | 382 ------------ .../org/apache/juddi/gui/dsig/XmlSigApplet2.java | 638 --------------------- .../apache/juddi/gui/dsig/XmlSignatureApplet.form | 54 -- .../apache/juddi/gui/dsig/XmlSignatureApplet.java | 411 ------------- .../src/main/keystore/signing-jar.keystore | Bin 2218 -> 0 bytes .../src/main/resources/META-INF/MANIFEST.MF | 3 - juddi-gui/pom.xml | 40 +- juddi-gui/src/main/webapp/bindingEditor.jsp | 1 - juddi-gui/src/main/webapp/reginfo.jsp | 1 - juddi-gui/src/main/webapp/serviceEditor.jsp | 1 - juddi-gui/src/main/webapp/signer.jsp | 164 ------ juddi-gui/src/main/webapp/tmodelEditor.jsp | 1 - pom.xml | 1 - uddi-client-dist/pom.xml | 22 +- uddi-client-dist/src/main/assembly/assembly.xml | 5 - .../v3/tck/JUDDI_200_GUI_IntegrationTest.java | 4 - 23 files changed, 43 insertions(+), 1931 deletions(-) diff --cc juddi-dist/pom.xml index 325793515,ad299c745..7ea0805cd --- a/juddi-dist/pom.xml +++ b/juddi-dist/pom.xml @@@ -152,14 -142,17 +142,8 @@@ <version>${project.parent.version}</version> <classifier>javadoc</classifier> </dependency> - <dependency> - <groupId>org.apache.juddi</groupId> - <artifactId>juddi-gui-dsig</artifactId> - <version>${project.parent.version}</version> - <type>jar</type> - <classifier>javadoc</classifier> - </dependency> + - <!-- documentation --> - <dependency> - <groupId>org.apache.juddi.juddi-docs</groupId> - <artifactId>juddi-docs-dist</artifactId> - <version>${project.parent.version}</version> - <classifier>docs</classifier> - <type>zip</type> - </dependency> - <!-- tomcat --> <dependency> <groupId>org.apache.juddi</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
