Skip to content

Commit

Permalink
objectionary#3058: moved dependency into other place
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 27, 2024
1 parent dbb8927 commit aa68d37
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ SOFTWARE.
<!-- version from parent POM -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>5.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down Expand Up @@ -251,11 +257,6 @@ SOFTWARE.
<artifactId>groovy-xml</artifactId>
<version>3.0.21</version>
</dependency>
<dependency>
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>5.2</version>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down

0 comments on commit aa68d37

Please sign in to comment.