An open API service indexing awesome lists of open source software.

https://github.com/eonian-technologies/aspectj-bom

Bill of materials for the AspectJ project.
https://github.com/eonian-technologies/aspectj-bom

aspectj bill-of-materials bom maven

Last synced: 5 months ago
JSON representation

Bill of materials for the AspectJ project.

Awesome Lists containing this project

README

          

## AspectJ BOM
Bill of materials for the AspectJ project.

## Usage
In your parent POM or project POM, add the BOM to the `dependencyManagement` section:
```


...

com.eoniantech.build
aspectj-bom
1.9.1
pom
import

...

```

Then, in the `dependencies` section of your project POM, depend on specific AspectJ components without the version:

```

....

org.aspectj
aspectjrt


org.aspectj
aspectjweaver


org.aspectj
aspectjtools

...