| | |
| | | <groupId>de.jalin.ldapadmin</groupId> |
| | | <artifactId>ldapadmin</artifactId> |
| | | <packaging>war</packaging> |
| | | <version>1.0-SNAPSHOT</version> |
| | | <version>1.0.1</version> |
| | | <name>LDAP Admin Webapp</name> |
| | | |
| | | <properties> |
| | |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>3.6</version> |
| | | <groupId>javax.servlet</groupId> |
| | | <artifactId>jstl</artifactId> |
| | | <version>1.2</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>commons-net</groupId> |
| | | <artifactId>commons-net</artifactId> |
| | | <version>3.8.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.webjars</groupId> |
| | | <artifactId>bootstrap</artifactId> |
| | | <version>3.4.1</version> |
| | |
| | | <dependency> |
| | | <groupId>org.apache.directory.server</groupId> |
| | | <artifactId>apacheds-service</artifactId> |
| | | <version>2.0.0.AM25</version> |
| | | <version>2.0.0.AM26</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.12</version> |
| | | <version>4.13.2</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | |
| | | <artifactId>maven-war-plugin</artifactId> |
| | | <version>3.2.3</version> |
| | | <configuration> |
| | | <archiveClasses>true</archiveClasses> |
| | | <archiveClasses>false</archiveClasses> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |