matthiaskoenig / cy3sbml

cy3sbml: SBML for Cytoscape 3
GNU Lesser General Public License v3.0
13 stars 2 forks source link

Update to uniprot JAPI 1.0.21 #272

Closed matthiaskoenig closed 5 years ago

matthiaskoenig commented 5 years ago

Hi all,

The new UniProt data, for release 2018.08, has been made public today.

Regarding the UniProtJAPI itself, we have made a new release 1.0.21 with some backend changes.

Please update in order to improve the performance ? but note that we have made no breaking API code changes and so after updating, your code will continue to function as usual.

The UniProt JAPI: http://www.ebi.ac.uk/uniprot/japi/ http://www.ebi.ac.uk/uniprot/japi/

Maven Repository:

https://www.ebi.ac.uk/~maven/m2repo/uk/ac/ebi/uniprot/japi/1.0.21

Happy UniProtJAPIing and please do contact us should you have any question at all,

The UniProt team

matthiaskoenig commented 5 years ago

Update to 1.0.22 required exclusion of following artifacts

            <exclusion>
                    <groupId>javax.xml.bind</groupId>
                    <artifactId>jaxb-api</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.junit.platform</groupId>
                    <artifactId>junit-platform-commons</artifactId>
                </exclusion>