Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,26 @@
![FA³ST Logo Dark](./docs/images/fa3st-negative.svg/#gh-dark-mode-only "FA³ST Service Logo")

This is the parent POM of the Eclipse FA³ST Ecosystem.
If you are developing an extension to FA³ST or an implementation of one of the interfaces it is recommended to use this project as your parent POM

```xml
<parent>
<groupId>org.eclipse.digitaltwin.fa3st</groupId>
<artifactId>fa3st-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
```

This project provides the following functionality
- defines all dependencies of FA³ST using `properties` and `dependencyManagement`
- include all relevant dependency and plugin repositories
- configures plugins
- defines profiles `release` and `owasp`

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions are **greatly appreciated**.
You can find our contribution guidelines [here](.github/CONTRIBUTING.md)
You can find our contribution guidelines [here](CONTRIBUTING.md)

## License

Expand Down
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
<commons.fileupload.version>1.5</commons.fileupload.version>
<commons.io.version>2.18.0</commons.io.version>
<commons.lang3.version>3.17.0</commons.lang3.version>
<container.image.name>fraunhoferiosb/faaast-service</container.image.name>
<container.image.tag>latest</container.image.tag>
<de.flapdoodle.embed.version>4.20.0</de.flapdoodle.embed.version>
<eclipse.jdt.version>4.32</eclipse.jdt.version>
<equalsverifier.version>3.19.1</equalsverifier.version>
Expand Down Expand Up @@ -511,11 +509,6 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.digitaltwin.fa3st</groupId>
<artifactId>fa3st-parent</artifactId>
<version>${fa3st.codestyle.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
Expand Down