Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SavvasMisaghMoayyed committed Dec 30, 2018
1 parent 4cf03f9 commit ce456b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions style/dependency-check-suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd">
<suppress>
<cve>CVE-2010-0425</cve>
</suppress>
<suppress>
<cve>CVE-2003-0789</cve>
</suppress>
<suppress>
<cve>CVE-1999-1412</cve>
</suppress>
<suppress>
<cve>CVE-1999-1237</cve>
</suppress>
<suppress>
<cve>CVE-1999-0236</cve>
</suppress>
<suppress>
<cve>CVE-1999-0182</cve>
</suppress>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import org.junit.experimental.categories.Category;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.cloud.autoconfigure.RefreshAutoConfiguration;
import org.springframework.core.io.ByteArrayResource;
Expand All @@ -40,6 +41,7 @@
@SpringBootTest(classes = {
RestPasswordManagementConfiguration.class,
PasswordManagementConfiguration.class,
RestTemplateAutoConfiguration.class,
CasCoreUtilConfiguration.class,
RefreshAutoConfiguration.class
})
Expand Down

0 comments on commit ce456b5

Please sign in to comment.