Skip to content

Commit

Permalink
Add provided javaassist also to panda-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
P3ridot committed Mar 31, 2024
1 parent 66db0d5 commit 1a904b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion panda-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
~ limitations under the License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -30,6 +31,11 @@
<groupId>org.panda-lang</groupId>
<artifactId>panda-utilities</artifactId>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<scope>provided</scope>
</dependency>

<!-- Benchmarks -->
<dependency>
Expand Down

0 comments on commit 1a904b9

Please sign in to comment.