Skip to content

Blocks of Maven dependencies, for quickly adding dependencies to projects

License

Notifications You must be signed in to change notification settings

grahamoregan/MavenDependencyBlocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven Dependency Blocks

I use the blocks to group up common sets of dependencies for projects. A block can be used by including a dependency to your project like this

<dependency>
	<groupId>dex.blocks</groupId>
	<artifactId>test</artifactId>
	<type>pom</type>
	<scope>test</scope>
</dependency>

The blocks can be used to filter out problematic dependencies once rather than dealing with the same problems again and again. THe most useful blocks are the test block, to add JUnit, Mockito and EasyMock and lang for adding Guava, Joda-Time, Slf4j, commons-lang and commons-collections.

About

Blocks of Maven dependencies, for quickly adding dependencies to projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published