Browse Source

More dependencies.

Ben Alex 21 năm trước cách đây
mục cha
commit
ec86643982
2 tập tin đã thay đổi với 21 bổ sung0 xóa
  1. 3 0
      samples/contacts/project.properties
  2. 18 0
      samples/contacts/project.xml

+ 3 - 0
samples/contacts/project.properties

@@ -15,3 +15,6 @@ jalopy.xml=${basedir}/../../jalopy.xml
 tmp.dir=temporary
 etc.dir=etc
 client.dir=client
+
+
+maven.war.src=${maven.src.dir}/main/webapp/common

+ 18 - 0
samples/contacts/project.xml

@@ -12,5 +12,23 @@
         <war.bundle>true</war.bundle>
       </properties>
     </dependency>
+    <dependency>
+      <groupId>hessian</groupId>
+      <artifactId>hessian</artifactId>
+      <version>3.0.1</version>
+      <url>http://www.caucho.com</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>burlap</groupId>
+      <artifactId>burlap</artifactId>
+      <version>2.1.7</version>
+      <url>http://www.caucho.com</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
   </dependencies>
 </project>