Wasted a few hours without testing
This commit is contained in:
parent
53748cae84
commit
4a140b3459
8 changed files with 79 additions and 35 deletions
|
|
@ -15,6 +15,11 @@
|
|||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
@ -32,7 +37,8 @@
|
|||
<Import-Package>
|
||||
${tos4.packages},
|
||||
${vrgem4.packages},
|
||||
${mmdoc.packages}
|
||||
${mmdoc.packages},
|
||||
${mariadb.packages}
|
||||
</Import-Package>
|
||||
<Bundle-Vendor>distributedrebirth.love</Bundle-Vendor>
|
||||
</instructions>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue