Skip to content

Commit

Permalink
removed duplicate dependencies from 4 POMs (WARNING)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jan 10, 2020
1 parent c322f0a commit 5fdec1f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 25 deletions.
10 changes: 0 additions & 10 deletions gui/admin-gui/pom.xml
Expand Up @@ -177,10 +177,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
Expand Down Expand Up @@ -920,12 +916,6 @@
<version>4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
</dependency>


</dependencies>

<profiles>
Expand Down
4 changes: 0 additions & 4 deletions infra/prism-maven-plugin/pom.xml
Expand Up @@ -49,10 +49,6 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions model/model-impl/pom.xml
Expand Up @@ -349,12 +349,6 @@
<version>4.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>midpoint-localization</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.repo</groupId>
<artifactId>repo-sql-impl-test</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions repo/repo-cache/pom.xml
Expand Up @@ -135,11 +135,6 @@
<artifactId>cache2k-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
Expand Down

0 comments on commit 5fdec1f

Please sign in to comment.