Skip to content
Snippets Groups Projects
Commit 550a8cf1 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Fix indentation of POM

parent 3b529471
No related merge requests found
...@@ -328,21 +328,20 @@ ...@@ -328,21 +328,20 @@
<version>0.9.1</version> <version>0.9.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<dependency> <groupId>org.apache.directory.server</groupId>
<groupId>org.apache.directory.server</groupId> <artifactId>apacheds-core</artifactId>
<artifactId>apacheds-core</artifactId> <version>1.5.5</version>
<version>1.5.5</version> <scope>runtime</scope>
<scope>runtime</scope> </dependency>
</dependency> <dependency>
<dependency> <groupId>org.apache.directory.server</groupId>
<groupId>org.apache.directory.server</groupId> <artifactId>apacheds-server-jndi</artifactId>
<artifactId>apacheds-server-jndi</artifactId> <version>1.5.5</version>
<version>1.5.5</version> <scope>runtime</scope>
<scope>runtime</scope> </dependency>
</dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment