Skip to content

Commit

Permalink
Add unicorn2 beta backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkl0228 committed Oct 6, 2021
1 parent fe94be4 commit c93fdf9
Show file tree
Hide file tree
Showing 16 changed files with 513 additions and 37 deletions.
27 changes: 27 additions & 0 deletions backend/unicorn2/pom.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unidbg-parent</artifactId>
<version>0.9.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>unidbg-unicorn2</artifactId>
<version>0.9.6-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unidbg-api</artifactId>
<version>0.9.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.zhkl0228</groupId>
<artifactId>unicorn2</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>

0 comments on commit c93fdf9

Please sign in to comment.