Skip to content

Commit

Permalink
Typos in groupId for aasregistry-client-native POM (eclipse-basyx#354)
Browse files Browse the repository at this point in the history
* Typos in groupId for aasregistry-client-native POM

* fixes remarks

---------

Co-authored-by: Aaron Zielstorff <[email protected]>
  • Loading branch information
StenGruener and aaronzi authored Aug 27, 2024
1 parent af153d9 commit af2318b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basyx.aasregistry/basyx.aasregistry-client-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ This is the generated java openAPI client (based on native java with jackson par
To use the client in your maven projects define the following dependency:
```xml
<dependency>
<groupId>org.eclipse.digitaltwin.basyx.aasregistry</groupId>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.aasregistry-client-native</artifactId>
</dependency>
```

If you also want to use the search API we highly recommend that you also include the search path builder class:
```xml
<dependency>
<groupId>dorg.eclipse.digitaltwin.basyx.aasregistry</groupId>
<groupId>org.eclipse.digitaltwin.basyx</groupId>
<artifactId>basyx.aasregistry-paths</artifactId>
</dependency>
```
Expand Down

0 comments on commit af2318b

Please sign in to comment.