| | |
| | | <groupId>com.vci</groupId> |
| | | <artifactId>plt-web-permission</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>eu.bitwalker</groupId> |
| | | <artifactId>UserAgentUtils</artifactId> |
| | |
| | | <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> |