Skip to content

Commit

Permalink
Merge pull request #285 from BMDSoftware/imp/removeNotUsedDependency
Browse files Browse the repository at this point in the history
Remove not used dependency (email report).
  • Loading branch information
bastiao authored Oct 14, 2017
2 parents 51a93cd + c6420e3 commit 727f4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
6 changes: 0 additions & 6 deletions dicoogle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,6 @@
<artifactId>org.restlet.ext.servlet</artifactId>
<version>${restlet.version}</version>
</dependency>
<dependency>
<groupId>com.emailreport</groupId>
<artifactId>emailReport</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down
12 changes: 2 additions & 10 deletions dicoogle/src/main/java/pt/ua/dicoogle/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import pt.ua.dicoogle.rGUI.client.windows.ConnectWindow;
import pt.ua.dicoogle.sdk.Utils.Platform;
import pt.ua.dicoogle.sdk.utils.TagsStruct;
import pt.ua.ieeta.emailreport.Configuration;


import javax.swing.*;
import java.awt.*;
Expand Down Expand Up @@ -203,15 +203,7 @@ public static void LaunchDicoogle()


logger.debug("Loading configuration file: {}", Platform.homePath());
Configuration.initInstance(Platform.homePath());
try {
Configuration.getInstance().readValues();
Configuration.getInstance().setProps(new Properties());
} catch (FileNotFoundException ex) {
//DebugManager.getInstance().log("Missing crash report configuration (sender)\n");
logger.info("No configuration file");
}


/* Load all Server Settings from XML */
ServerSettings settings = new XMLSupport().getXML();

Expand Down

0 comments on commit 727f4a2

Please sign in to comment.