Skip to content

Commit

Permalink
docs: introduce section about version 3.x and extend section about ve…
Browse files Browse the repository at this point in the history
…rsion 2.x with requirements (#13) (semver: skip)
  • Loading branch information
Florian Huonder committed Jul 13, 2023
1 parent ef1fc07 commit f9513e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ HERAS-AF XACML Core is an open source XACML 2.0 implementation.
## Developer's Resources ##
If you have any quetions regarding how to use the herasaf-xacml-core or about the project use [Stackoverflow](http://stackoverflow.com/) with the tags **#herasaf** or **#xacml**.

### herasaf-xacml-core version 2.x

The current release is available from maven central.
```xml
<dependency>
Expand All @@ -33,6 +35,25 @@ The current release is available from maven central.
</dependency>
```

Requirements
* Java 8
* J2EE 8 with javax.xml.bind namespace for JAXB

### herasaf-xacml-core version 3.x

The current release is available from maven central.
```xml
<dependency>
<groupId>org.herasaf.xacml.core</groupId>
<artifactId>herasaf-xacml-core</artifactId>
<version>3.x.x</version>
</dependency>
```

Requirements
* Java 11
* J2EE 10+ with jakarta.xml.bind namespace for JAXB

## Who is using? ##
||
| ------------- |
Expand Down

0 comments on commit f9513e4

Please sign in to comment.