Skip to content

Commit

Permalink
authentication-api POM: one model-api declaration is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Feb 16, 2022
1 parent 560e600 commit f87b432
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions model/authentication-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
~ Copyright (C) 2010-2021 Evolveum and contributors
~ Copyright (C) 2010-2022 Evolveum and contributors
~
~ This work is dual-licensed under the Apache License 2.0
~ and European Union Public License. See LICENSE file for details.
Expand Down Expand Up @@ -46,16 +46,6 @@
<artifactId>model-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.evolveum.midpoint.model</groupId>
<artifactId>model-api</artifactId>
<version>${project.version}</version>
</dependency>

<!--SPRING-->
<dependency>
Expand Down

0 comments on commit f87b432

Please sign in to comment.