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.
- Host: GitHub
- URL: https://github.com/eonian-technologies/aspectj-bom
- Owner: eonian-technologies
- License: apache-2.0
- Created: 2017-10-04T18:30:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T18:37:28.000Z (about 8 years ago)
- Last Synced: 2023-06-30T05:34:26.477Z (almost 3 years ago)
- Topics: aspectj, bill-of-materials, bom, maven
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
...