code cleanup
This commit is contained in:
parent
80ff396383
commit
ec5d57e1c3
2 changed files with 0 additions and 12 deletions
11
pom.xml
11
pom.xml
|
@ -360,17 +360,6 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.junit.jupiter</groupId> -->
|
||||
<!-- <artifactId>junit-jupiter-api</artifactId> -->
|
||||
<!-- <scope>test</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.junit.vintage</groupId> -->
|
||||
<!-- <artifactId>junit-vintage-engine</artifactId> -->
|
||||
<!-- <scope>test</scope> -->
|
||||
<!-- </dependency> -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
|
|
@ -63,7 +63,6 @@ public class ExamAdminServiceImpl implements ExamAdminService {
|
|||
|
||||
private static final Logger log = LoggerFactory.getLogger(ExamAdminServiceImpl.class);
|
||||
|
||||
private static final Object ATTR_ENABLE_PROCTORING = null;
|
||||
private final ExamDAO examDAO;
|
||||
private final IndicatorDAO indicatorDAO;
|
||||
private final AdditionalAttributesDAO additionalAttributesDAO;
|
||||
|
|
Loading…
Reference in a new issue