bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

WSCoreService.java testing #201

Closed hbasaric closed 2 years ago

egonw commented 2 years ago

@hbasaric, the compiling fails because of a missing development dependency. Plz add to the pom.xml this:

        <dependency>
            <groupId>org.bridgedb</groupId>
            <artifactId>org.bridgedb.bio</artifactId>
            <version>${project.parent.version}</version>
            <type>test-jar</type>
            <scope>test</scope>
        </dependency>
egonw commented 2 years ago

Carp... made a mistake, but will fix that now :)