Skip to content

Commit

Permalink
Adjusted dependencies in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
UXELDUXEL committed Sep 12, 2020
1 parent a854d58 commit b1775a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ tcp2ivshmem is released under the GNU General Public License Version 3. <br>A co
The file "mvnw" is part of the maven-wrapper project, released under the Apache License Version 2.<br>
See https://github.com/takari/maven-wrapper for more information regarding maven-wrapper.
## Building
If you do not want to build tcp2ivshmem yourself then you may also use the standalone exetuable jar file inside the examples folder.
If you do not want to build tcp2ivshmem yourself then you may also use the standalone executable jar file inside the examples folder.

Requirements:
* JDK 7 or newer (Oracle or OpenJDK both work fine.)

Install Ivshmem4j 1.0 to your local maven repository (see https://github.com/AlexanderSchuetz97/Ivshmem4j)<br>
Once Ivshmem4j is installed to your local maven reposity run:
Once Ivshmem4j is installed to your local maven repository run:
````
./mvnw clean package
````
Expand Down
Binary file modified examples/tcp2ivshmem-0.1.jar
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ If not, see <https://www.gnu.org/licenses/>.
<dependency>
<groupId>de.aschuetz</groupId>
<artifactId>ivshmem4j</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b1775a7

Please sign in to comment.