Skip to content

Commit

Permalink
feat: remove CLI code, revert PR: #402
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Oct 2, 2024
1 parent bc46d49 commit d2e2f78
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 122 deletions.
30 changes: 1 addition & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,27 +160,6 @@
<check />
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.casbin.jcasbin.cli.Client</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand All @@ -194,7 +173,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -251,12 +230,5 @@
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
</dependency>

</dependencies>

</project>
42 changes: 0 additions & 42 deletions src/main/java/org/casbin/jcasbin/cli/Client.java

This file was deleted.

51 changes: 0 additions & 51 deletions src/test/java/org/casbin/jcasbin/main/ClientTest.java

This file was deleted.

0 comments on commit d2e2f78

Please sign in to comment.