Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
NOJIRA removing old travis config, minor pom cleanup
Browse files Browse the repository at this point in the history
JUDDI-1022 deprecating DES based code
  • Loading branch information
spyhunter99 committed May 15, 2022
1 parent 54d1308 commit b1a72d2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion juddi-client-cli/pom.xml
Expand Up @@ -24,7 +24,6 @@
</parent>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-client-cli</artifactId>
<version>3.3.11-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jUDDI CLI Client</name>
Expand Down
Expand Up @@ -32,7 +32,9 @@
/**
* Triple DES, 168 bit key
* @author <a href="mailto:alexoree@apache.org">Alex O'Ree</a>
* @deprecated use better crypto
*/
@Deprecated
public class TripleDESCrytor implements Cryptor {

private static final String UNICODE_FORMAT = "UTF8";
Expand Down
Expand Up @@ -22,7 +22,9 @@
/**
*
* @author Alex O'Ree
* @deprecated
*/
@Deprecated
public class TripleDESCrytorTest {

public TripleDESCrytorTest() {
Expand Down
Expand Up @@ -35,7 +35,9 @@
* using 3DES
*
* @author <a href="mailto:alexoree@apache.org">Alex O'Ree</a>
* @deprecated to be removed
*/
@Deprecated
public class DES {

private static final String UNICODE_FORMAT = "UTF8";
Expand Down

0 comments on commit b1a72d2

Please sign in to comment.