Commit graph

60 commits

Author SHA1 Message Date
Huda J. Khan
b8fd17ba1e Revert "integrating related term info in skos utils"
This reverts commit 8f66b10323.
2018-02-07 18:39:58 -05:00
Huda J. Khan
8f66b10323 integrating related term info in skos utils 2018-02-07 15:35:05 -05:00
Graham Triggs
e0b723354d Update project version numbers 2017-10-20 15:02:14 +01:00
Graham Triggs
38f79971d6 Move OSGi jar exclusions to the Jena parent dependency for better Maven compatibility 2017-10-04 21:20:22 +01:00
Graham Triggs
58ad89b839 Minor httpclient version 2017-09-29 08:59:22 +01:00
Graham Triggs
fd2c46f24c Move dependencies to VIVO 2017-09-29 08:43:09 +01:00
Graham Triggs
93884142b4 Minor dependency updates 2017-09-28 22:14:07 +01:00
Graham Triggs
cf702ea08c Remove semargl dependencies that were only used to get one OWL definition, which is available in owlapi 2017-09-28 16:18:08 +01:00
Graham Triggs
8e067aa6f0 Disabling "runtime" dependencies, which appear to be unused - subject to full acceptance testing
cglib and asm were used by EasyMock. Referenced in Jackson databind, but doesn't appear used there.
aterm was being used by Pellet, but that was removed a while ago
2017-09-20 14:35:21 +01:00
Graham Triggs
4543e65d08 Replace c3p0 with dbcp2, so there is only one pooling library in use 2017-09-20 14:08:36 +01:00
Graham Triggs
007c65a0ae Correct mail dependency 2017-09-19 19:39:08 +01:00
Graham Triggs
4ba2f6ed3a MySQL latest driver 2017-09-18 16:56:43 +01:00
Graham Triggs
8b26e66d3b Update mail api 2017-09-18 16:39:05 +01:00
Graham Triggs
85bcf4b67c Updated dependencies 2017-09-18 16:19:49 +01:00
Graham Triggs
5320a4f665 Updated dependencies 2017-09-18 15:58:09 +01:00
Graham Triggs
ec1feee076 Updated dependencies 2017-09-18 15:08:42 +01:00
Graham Triggs
3615ed1658 Exclude OSGi dependencies 2017-09-18 14:55:29 +01:00
Graham Triggs
e224736323 Dependency updates 2017-09-18 09:49:20 +01:00
Graham Triggs
321540ba5d Dependency updates 2017-09-18 09:16:32 +01:00
Graham Triggs
bf450aca21 [VIVO-1320] Convert some org.json usages to Jackson 2017-09-15 21:04:46 +01:00
Graham Triggs
06a9360b43 [VIVO-1320] Replace json.org code with Jackson binding 2017-09-15 12:48:02 +01:00
Graham Triggs
5e6185353d [VIVO-1317] Remove Glassfish JSON library 2017-09-15 09:33:14 +01:00
Graham Triggs
62c2a0614a Upgrade to latest Jena 3.4.0 2017-08-30 19:51:21 +01:00
Graham Triggs
0bfd909348 Update versions for beta 2 release 2017-07-27 17:40:04 +01:00
Graham Triggs
4d381ee058 Update to latest MySQL 5.1 connector 2017-07-13 14:02:11 +01:00
Graham Triggs
7a76405ef3 Reset develop to SNAPSHOT release 2017-06-12 21:54:33 +01:00
Graham Triggs
2fe4d3b3a0 Beta version 2017-06-09 15:57:28 +01:00
Graham Triggs
c39680b04a Upgrade Jena from 3.1.1 to 3.3.0 2017-05-23 15:44:11 +01:00
Jim Blake
3829f48b0b VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60)
* VIVO-1246 improve the ConfigurationBeanLoader:

Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality

* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* VIVO-1246 Move unit tests to the new location.

* VIVO-1246 The documentation was in the wrong place.

* Ignore all /bin/ directories under eclipse

* First set of unit tests, along with enhancements to the stubs.

* Clean up the unit tests with more expressive power.

* VIVO-1319 Full tests on the controller output formats.

* Create a Jackson-based quote(), to replace the net.sf.json-based quote()

* Eliminate the use of net.sf.json.util.JSONUtils

* Use Jackson JSON library instead of net.sf.json

JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode.
No direct replacement for HSONSerializer, so create JacksonUtils

Some of the message signatures are different, so adjust accordingly.
2017-05-22 19:42:10 +01:00
Graham Triggs
ac8f02d006 Update commons collections 2017-03-29 22:16:05 +01:00
Graham Triggs
ed2b570d37 [VIVO-1313] Swap javax JSON interface to Glassfish parser 2017-02-01 14:46:19 +00:00
Graham Triggs
96b06fc9a5 Add fluent dependency 2017-01-31 21:38:53 +00:00
Graham Triggs
91d061f7f2 Add explicit dependency on commons-collections, as it is used directly in Vitro code 2016-12-24 13:48:11 +00:00
Graham Triggs
4c952d01c6 Doesn’t look like we need cxd or cos anymore, so commented out. 2016-12-24 12:49:03 +00:00
Graham Triggs
890d908a6a Allow owlapi to use transitive dependencies 2016-12-24 12:12:43 +00:00
Graham Triggs
88d4cec9cf Move jaxrpc to VIVO 2016-12-24 12:06:48 +00:00
grahamtriggs
68a462b05a [VIVO-1312] Implement Linked Data Fragment Server (#53)
* [VIVO-1312] Linked Data Fragments initial implementation

* [VIVO-1312] Use known ontologies in the prefixes config

* [VIVO-1312] Simplify SPARQL as when restricted to specific values, they don’t need ordering

* [VIVO-1312] Freemarker fixes

* [VIVO-1312] Remove blank nodes

* [VIVO-1312] Add access control header and standard prefixes for TPF

* [VIVO-1312] Render literals in form so that they will work on resubmit

* [VIVO-1312] Minor template update

* [VIVO-1312] Minor template update
2016-12-23 21:55:08 +00:00
Graham Triggs
e9cb3de52e Exclude rio dependencies so that Sesame isn’t included 2016-12-21 18:51:34 +00:00
Graham Triggs
d45f70bcc8 Update JFact, OWLAPI and jsonld-java 2016-12-21 12:41:55 +00:00
Graham Triggs
4304d2367f Explode the OWLAPI OSGi distribution to separate JARs so that we don’t bring in the embedded dependencies 2016-12-21 12:16:44 +00:00
Graham Triggs
4e3d373562 Update httpclient to 4.5.2 to resolve a nonsuchmethoderrror 2016-12-21 09:57:51 +00:00
Graham Triggs
45bad8174d Replace old, undistributed CSV parser library with Commons CSV 2016-12-19 22:24:12 +00:00
Graham Triggs
47a18844c4 Remove unused JAI dependencies 2016-12-19 19:09:00 +00:00
Graham Triggs
17b323649d Remove unused Fedora connection 2016-12-19 19:08:13 +00:00
Graham Triggs
05c4c6ce84 Update jSoup and Antisamy 2016-12-17 23:17:43 +00:00
Graham Triggs
39e0dc438c Update commons-lang to 3.4 (same as used by Jena 3.1.1) 2016-12-17 20:10:37 +00:00
Graham Triggs
0665f3ee21 Update file upload / io 2016-12-17 19:07:15 +00:00
Graham Triggs
fb8da504e2 Update C3P0 and image library dependencies 2016-12-17 18:23:26 +00:00
Graham Triggs
1a292d8011 [VIVO-1309] [VIVO-1307] Update DWR to version 3.0.2 and remove dom4j 2016-12-16 18:47:17 +00:00
Graham Triggs
1c0dcd040c Update Jena to 3.1.1, JFact to 4.0.4 and httpcomponents to 4.4 2016-12-14 19:23:54 +00:00