Skip to content

Commit

Permalink
removed new duplicate dependencies, let's try to avoid these
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jan 27, 2020
1 parent 2fe5768 commit d0cdf9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions model/model-impl/pom.xml
Expand Up @@ -418,7 +418,8 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
<!-- TODO: compile scope for ModelRestService - I think it should go to more infrastructural modul (Virgo) -->
<!--<scope>test</scope>-->
</dependency>
<dependency>
<groupId>com.googlecode.java-diff-utils</groupId>
Expand All @@ -436,11 +437,6 @@
<artifactId>spring-aop</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
4 changes: 0 additions & 4 deletions repo/task-quartz-impl/pom.xml
Expand Up @@ -93,10 +93,6 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
Expand Down

0 comments on commit d0cdf9f

Please sign in to comment.