Skip to content

Commit

Permalink
remove the dependecy to importers, update README accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Anil Sinaci committed Dec 10, 2013
1 parent 2c7521f commit 08d7538
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 188 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -43,6 +43,13 @@ Default installation comes with a default test user.
Username:demo
Password:demo

## Shut down
===========

Open source implementation should be shut down by hitting "CTRL+C" key on the running command
prompt for the jetty server. Otherwise (if the associated JVM shuts down instantly), TDB store
of the Semantic MDR may expose some problems on the next run.

## Demo
===========

Expand All @@ -64,3 +71,5 @@ Default installation comes with a default test user.
- Select a data element by dragging onto form field
- submit a valid CDA document by click on "upload patient summary"
- click on "Populate"


12 changes: 0 additions & 12 deletions web/pom.xml
Expand Up @@ -21,18 +21,6 @@
<artifactId>semantic-mdr.core</artifactId>
</dependency>

<dependency>
<groupId>tr.com.srdc.semantic-mdr.importers</groupId>
<artifactId>ddl-importer</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>tr.com.srdc.semantic-mdr.importers</groupId>
<artifactId>ontology-importer</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>tr.com.srdc.semantic-mdr</groupId>
<artifactId>semantic-mdr.dex</artifactId>
Expand Down

This file was deleted.

0 comments on commit 08d7538

Please sign in to comment.