Skip to content

Commit

Permalink
Merge pull request #68 from Edirom/feature/meico-converter
Browse files Browse the repository at this point in the history
add meico converter
  • Loading branch information
anneferger authored Feb 7, 2023
2 parents fe6b309 + adf99c2 commit 080338a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@
<version>0.6.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>de.edirom.meigarage</groupId>
<artifactId>meico-converter</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/WEB-INF/config/fileExt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
<mime-ext mime="application/postscript" ext=".ps" />
<mime-ext mime="image/svg+xml" ext=".svg" />
<mime-ext mime="audio/x-midi" ext=".mid" />
<mime-ext mime="audio/mp3" ext=".mp3" />
</file-extensions-map>

0 comments on commit 080338a

Please sign in to comment.