removed ssl

This commit is contained in:
srasmusson
2016-04-29 21:00:39 +02:00
parent 596112a79a
commit 6e6b4182df
2 changed files with 0 additions and 60 deletions

12
pom.xml
View File

@@ -92,16 +92,4 @@
<version>1.2</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<configuration>
<path>/${project.name}</path>
<serverXml>src/main/resources/server.xml</serverXml>
</configuration>
</plugin>
</plugins>
</build>
</project>