Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Oct 5, 2023
1 parent 70a724d commit 276900f
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions modules/configuration/portal-configuration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
<artifactId>portal-configuration-api</artifactId>
<name>Portal Configuration API</name>
<description>Extensions to the micro-profile configuration</description>
<dependencies>
<dependency>
<groupId>de.cuioss</groupId>
<artifactId>cui-core-ui-model</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<!-- Test-->
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependencies>
<dependency>
<groupId>de.cuioss</groupId>
<artifactId>cui-core-ui-model</artifactId>
</dependency>
<dependency>
<groupId>jakarta.inject</groupId>
<artifactId>jakarta.inject-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<!-- Test-->
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 276900f

Please sign in to comment.