get objensis from maven

This commit is contained in:
Bixilon 2021-03-09 22:36:28 +01:00
parent 0b348bb92c
commit 3cf0604b9b
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 3 additions and 9 deletions

View File

@ -5,11 +5,8 @@ https://gitlab.bixilon.de/bixilon/pixlyzer-data
## Contributing
If you make a patch, just create an MR to the newest branch, if accepted, I'll automatically cherry pick it into all versions.
I'd be happy. Just make a PR and ensure, it is working for most versions (And please test with: `latest`, `1.16.5`, `1.16.2`, `1.15.2`, `1.14.4`). Also tell me, if I should regenerate the assets for older versions.
## I can't find the code
Look at branches. Every version has its own branch. Why? idk, just was a quick idea and worked.
## Generated data

View File

@ -88,13 +88,10 @@
<scope>system</scope>
<systemPath>${project.basedir}/wrapper/data/data/${minecraft.version}/${minecraft.version}_server.jar</systemPath>
</dependency>
<dependency>
<groupId>objenesis</groupId>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/wrapper/data/objenesis-tck-3.1.jar</systemPath>
<version>3.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>