|
@@ -17,6 +17,22 @@
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
|
+ <resources>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
|
+ <filtering>true</filtering>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>**/BuildInformation.properties</include>
|
|
|
|
+ </includes>
|
|
|
|
+ </resource>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
|
+ <filtering>false</filtering>
|
|
|
|
+ <excludes>
|
|
|
|
+ <exclude>**/BuildInformation.properties</exclude>
|
|
|
|
+ </excludes>
|
|
|
|
+ </resource>
|
|
|
|
+ </resources>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -153,8 +169,13 @@
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.sun.jersey</groupId>
|
|
<groupId>com.sun.jersey</groupId>
|
|
- <artifactId>jersey-servlet</artifactId>
|
|
|
|
- <version>1.19</version>
|
|
|
|
|
|
+ <artifactId>jersey-bundle</artifactId>
|
|
|
|
+ <version>1.18</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>asm</groupId>
|
|
|
|
+ <artifactId>asm</artifactId>
|
|
|
|
+ <version>3.3.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.jasig.cas.client</groupId>
|
|
<groupId>org.jasig.cas.client</groupId>
|