| | |
| | | <groupId>com.vci</groupId> |
| | | <artifactId>plt-web-permission</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>eu.bitwalker</groupId> |
| | | <artifactId>UserAgentUtils</artifactId> |
| | |
| | | <groupId>com.thoughtworks.xstream</groupId> |
| | | <artifactId>xstream</artifactId> |
| | | <version>1.4.10</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.12</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | |
| | | <manifest> |
| | | <addClasspath>true</addClasspath> |
| | | <classpathPrefix>lib/</classpathPrefix> |
| | | <mainClass>com.vci.PlatformWebApplication</mainClass> |
| | | </manifest> |
| | | </archive> |
| | | <excludes> |
| | | <exclude>properties/conf.properties</exclude> |
| | | <exclude>properties/eventConf.properties</exclude> |
| | | <exclude>properties/ice.properties</exclude> |
| | | <exclude>properties/iceClient.properties</exclude> |
| | | <exclude>application-dev.yml</exclude> |
| | | <exclude>application-prod.yml</exclude> |
| | | <exclude>lib/*</exclude> |
| | | </excludes> |
| | | </configuration> |