You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Dan Klco (JIRA)" <ji...@apache.org> on 2013/05/08 17:47:16 UTC

[jira] [Created] (SLING-2861) Include Apache Commons Lang in Dependency Management

Dan Klco created SLING-2861:
-------------------------------

             Summary: Include Apache Commons Lang in Dependency Management
                 Key: SLING-2861
                 URL: https://issues.apache.org/jira/browse/SLING-2861
             Project: Sling
          Issue Type: Improvement
          Components: General
            Reporter: Dan Klco
            Priority: Minor


Right now, Apache Commons Lang is referenced in 8 locations and two different versions (2.4 and 2.5), given this it would seem much cleaner to move Apache Commons Lang into the dependency management of the root pom and remove the versions from the references.
trunk
	bundles
		auth
			form
				pom.xml
					152: <artifactId>commons-lang</artifactId>  
	extensions
		adapter
			pom.xml
				152: <artifactId>commons-lang</artifactId>  
	servlets
		get
			pom.xml
				133: <artifactId>commons-lang</artifactId>  
	resolver
		pom.xml
			104: <artifactId>commons-lang</artifactId>  
	contrib
		extensions
			rewriter
				pom.xml
					96: <artifactId>commons-lang</artifactId>  
	scripting
		script-console
			pom.xml
				97: <artifactId>commons-lang</artifactId> 
	velocity
		pom.xml
			135: <artifactId>commons-lang</artifactId>  
	samples
		urlfilter
			pom.xml
				95: <artifactId>commons-lang</artifactId> 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira