Ok so I have this ```xml
<dependency>
<groupId>com.github.lunarclient</groupId>
<artifactId>bukkitapi</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>reflectasm</artifactId>
<version>1.11.9</version>
<scope>provided</scope>
</dependency>
how can I do to have reflectasm that adds to the final build, but not bukkitapi?