Skip to content

Commit

Permalink
remove redundant volume, remove an import
Browse files Browse the repository at this point in the history
  • Loading branch information
siers authored and seakayone committed Feb 13, 2024
1 parent b9b2246 commit 924f7f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ services:
volumes:
- /tmp:/tmp
# Needed for local development when resetting the triplestore
- ./webapi/src/main/resources/knora-ontologies:/opt/knora-ontologies
- ./test_data:/opt/test_data
networks:
- knora-net
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import org.apache.http.client.methods.HttpGet
import org.apache.http.client.methods.HttpPost
import org.apache.http.client.utils.URIBuilder
import org.apache.http.config.SocketConfig
import org.apache.http.entity.AbstractHttpEntity
import org.apache.http.entity.ContentType
import org.apache.http.entity.FileEntity
import org.apache.http.entity.StringEntity
Expand Down

0 comments on commit 924f7f2

Please sign in to comment.