Skip to content

Commit 8be55d4

Browse files
committed
remove apacheds-server-jndi-version - unused dependency
1 parent 7993a30 commit 8be55d4

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

klass-shared/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
<guava-version>32.0.1-jre</guava-version>
3434
<woodstox-version>4.4.1</woodstox-version>
3535
<commons-lang3-version>3.19.0</commons-lang3-version>
36-
<apacheds-server-jndi-version>2.0.0.AM27</apacheds-server-jndi-version>
3736
<asciidoctor-version>1.6.0</asciidoctor-version>
3837
<maven-jaxb2-plugin-version>2.5.0</maven-jaxb2-plugin-version>
3938
<tomcat7-maven-plugin-version>2.2</tomcat7-maven-plugin-version>
@@ -104,18 +103,6 @@
104103
<artifactId>postgresql</artifactId>
105104
<version>${postgresql.version}</version>
106105
</dependency>
107-
<dependency>
108-
<!--java based ldap server for testing-->
109-
<groupId>org.apache.directory.server</groupId>
110-
<artifactId>apacheds-server-jndi</artifactId>
111-
<version>${apacheds-server-jndi-version}</version>
112-
<exclusions>
113-
<exclusion>
114-
<groupId>antlr</groupId>
115-
<artifactId>antlr</artifactId>
116-
</exclusion>
117-
</exclusions>
118-
</dependency>
119106
<dependency>
120107
<groupId>com.fasterxml.jackson.dataformat</groupId>
121108
<artifactId>jackson-dataformat-csv</artifactId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<woodstox-version>4.4.1</woodstox-version>
4141
<commons-lang3-version>3.19.0</commons-lang3-version>
4242
<rest-assured-version>5.5.6</rest-assured-version>
43-
<apacheds-server-jndi-version>1.5.5</apacheds-server-jndi-version>
4443
<asciidoctor-version>2.2.4</asciidoctor-version>
4544
<maven-jaxb2-plugin-version>0.15.3</maven-jaxb2-plugin-version>
4645
<tomcat7-maven-plugin-version>2.2</tomcat7-maven-plugin-version>

0 commit comments

Comments
 (0)