[vlma-devel] commit: Remove unused dependencies. (possible since last commit) ( Adrien Grand )

git version control git at videolan.org
Thu Jul 10 02:13:19 CEST 2008


vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Wed Jul  9 22:29:58 2008 +0200| [a479389a8625293ef83ccc8ead501fc654d5f869]

Remove unused dependencies. (possible since last commit)

It makes the final war smaller of around 300K.

> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=a479389a8625293ef83ccc8ead501fc654d5f869
---

 vlma-webapp/pom.xml |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/vlma-webapp/pom.xml b/vlma-webapp/pom.xml
index 21c210c..78ff368 100644
--- a/vlma-webapp/pom.xml
+++ b/vlma-webapp/pom.xml
@@ -63,11 +63,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>commons-configuration</groupId>
-            <artifactId>commons-configuration</artifactId>
-            <version>1.5</version>
-        </dependency>
-        <dependency>
             <groupId>javax.mail</groupId>
             <artifactId>mail</artifactId>
             <version>1.4</version>
@@ -79,11 +74,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>jrobin</groupId>
-            <artifactId>jrobin</artifactId>
-            <version>1.4.0</version>
-        </dependency>
-        <dependency>
             <groupId>org.directwebremoting</groupId>
             <artifactId>dwr</artifactId>
             <version>2.0.2</version>
@@ -140,17 +130,6 @@
             <groupId>org.videolan.vlma</groupId>
             <artifactId>vlma-configuration</artifactId>
             <version>${project.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-configuration</groupId>
-                    <artifactId>commons-configuration</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>snmp</groupId>
-            <artifactId>snmp</artifactId>
-            <version>1.3</version>
         </dependency>
         <dependency>
             <groupId>taglibs</groupId>



More information about the vlma-devel mailing list