r370 - in trunk/bow-ui: . src/license
Author: tchemit Date: 2014-02-18 11:44:14 +0100 (Tue, 18 Feb 2014) New Revision: 370 Url: http://chorem.org/projects/bow/repository/revisions/370 Log: make project release aware Modified: trunk/bow-ui/pom.xml trunk/bow-ui/src/license/THIRD-PARTY.properties Modified: trunk/bow-ui/pom.xml =================================================================== --- trunk/bow-ui/pom.xml 2013-09-27 10:23:29 UTC (rev 369) +++ trunk/bow-ui/pom.xml 2014-02-18 10:44:14 UTC (rev 370) @@ -89,6 +89,11 @@ </dependency> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </dependency> + + <dependency> <groupId>org.htmlparser</groupId> <artifactId>htmlparser</artifactId> </dependency> Modified: trunk/bow-ui/src/license/THIRD-PARTY.properties =================================================================== --- trunk/bow-ui/src/license/THIRD-PARTY.properties 2013-09-27 10:23:29 UTC (rev 369) +++ trunk/bow-ui/src/license/THIRD-PARTY.properties 2014-02-18 10:44:14 UTC (rev 370) @@ -24,16 +24,18 @@ # - The Apache Software License, Version 1.1 # - The Apache Software License, Version 2.0 # - The H2 License, Version 1.0 +# - The MIT License # - http://asm.ow2.org/license.html #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Tue Sep 24 20:10:26 CEST 2013 +#Tue Feb 18 11:37:07 CET 2014 asm--asm--3.1=http\://asm.ow2.org/license.html asm--asm-commons--3.1=http\://asm.ow2.org/license.html commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 concurrent--concurrent--1.0=TECHNOLOGY LICENSE FROM SUN MICROSYSTEMS, INC. +gnu.cajo--cajo--1.168=Lesser General Public License (LPGL) javax.servlet--jsp-api--2.0=Common Development and Distribution License (CDDL) v1.0 javax.servlet--servlet-api--2.5=Common Development and Distribution License (CDDL) v1.0 javax.transaction--jta--1.1=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) v1.0
participants (1)
-
tchemit@users.chorem.org