|
|
@@ -87,6 +87,7 @@
|
|
87
|
87
|
<plugin>
|
|
88
|
88
|
<groupId>org.mortbay.jetty</groupId>
|
|
89
|
89
|
<artifactId>maven-jetty-plugin</artifactId>
|
|
|
90
|
+ <version>6.1.19</version>
|
|
90
|
91
|
</plugin>
|
|
91
|
92
|
|
|
92
|
93
|
<plugin>
|
|
|
@@ -123,7 +124,14 @@
|
|
123
|
124
|
</descriptorRefs>
|
|
124
|
125
|
</configuration>
|
|
125
|
126
|
</plugin>
|
|
126
|
|
-
|
|
|
127
|
+
|
|
|
128
|
+ <plugin>
|
|
|
129
|
+ <artifactId>maven-resources-plugin</artifactId>
|
|
|
130
|
+ <configuration>
|
|
|
131
|
+ <encoding>UTF-8</encoding>
|
|
|
132
|
+ </configuration>
|
|
|
133
|
+ </plugin>
|
|
|
134
|
+
|
|
127
|
135
|
</plugins>
|
|
128
|
136
|
</build>
|
|
129
|
137
|
<dependencies>
|
|
|
@@ -161,6 +169,11 @@
|
|
161
|
169
|
<scope>test</scope>
|
|
162
|
170
|
</dependency>
|
|
163
|
171
|
<dependency>
|
|
|
172
|
+ <groupId>cglib</groupId>
|
|
|
173
|
+ <artifactId>cglib-nodep</artifactId>
|
|
|
174
|
+ <version>2.2</version>
|
|
|
175
|
+ </dependency>
|
|
|
176
|
+ <dependency>
|
|
164
|
177
|
<groupId>org.hibernate</groupId>
|
|
165
|
178
|
<artifactId>hibernate-core</artifactId>
|
|
166
|
179
|
<version>3.3.1.GA</version>
|