Author: woonsan Date: Tue Oct 8 17:26:16 2013 New Revision: 1530363 URL: http://svn.apache.org/r1530363 Log: JS2-1288: excluding commons-beanutils-core from ddlutils because ddlutils transitively includes commons-beanutils-core 1.7 (we're using 1.8 atm). Also, adding explicit dependencies on commons-beanutils where used (jetspeed-portal and jetspeed-serializer)
Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml portals/jetspeed-2/portal/trunk/pom.xml Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml?rev=1530363&r1=1530362&r2=1530363&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml (original) +++ portals/jetspeed-2/portal/trunk/components/jetspeed-portal/pom.xml Tue Oct 8 17:26:16 2013 @@ -128,6 +128,10 @@ <artifactId>commons-io</artifactId> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-javamail_1.4_spec</artifactId> </dependency> Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml?rev=1530363&r1=1530362&r2=1530363&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml (original) +++ portals/jetspeed-2/portal/trunk/components/jetspeed-serializer/pom.xml Tue Oct 8 17:26:16 2013 @@ -77,6 +77,10 @@ </exclusions> </dependency> <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> + <dependency> <groupId>org.javolution</groupId> <artifactId>javolution</artifactId> </dependency> Modified: portals/jetspeed-2/portal/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1530363&r1=1530362&r2=1530363&view=diff ============================================================================== --- portals/jetspeed-2/portal/trunk/pom.xml (original) +++ portals/jetspeed-2/portal/trunk/pom.xml Tue Oct 8 17:26:16 2013 @@ -1310,6 +1310,10 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> + <exclusion> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils-core</artifactId> + </exclusion> </exclusions> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org