File bsh-classpath-2.0b5.pom of Package bsh2
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- [MPG] POM Created by Mergere Pom Generator (beta). -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.beanshell</groupId>
<artifactId>beanshell</artifactId>
<version>2.0b5</version>
</parent>
<artifactId>bsh-classpath</artifactId>
<name>BeanShell classpath</name>
<description>BeanShell classpath</description>
<dependencies>
<dependency>
<groupId>org.beanshell</groupId>
<artifactId>bsh-core</artifactId>
<version>2.0b5</version>
</dependency>
</dependencies>
</project>