Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
blackstar-baba committed Dec 3, 2020
1 parent a6cca6f commit 77d6c18
Show file tree
Hide file tree
Showing 34 changed files with 35 additions and 91 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ logs/
/nbproject/private/
/nbbuild/
/dist/
/target/
/nbdist/
/.nb-gradle/
build/
Expand Down
33 changes: 27 additions & 6 deletions application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http:https://maven.apache.org/POM/4.0.0 http:https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>softwarelab</artifactId>
<groupId>com.blackstar</groupId>
<groupId>com.cib</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -26,11 +26,26 @@
<artifactId>mybatis-plus-generator</artifactId>
<version>${mybatis-plus.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.freemarker</groupId>-->
<!-- <artifactId>freemarker</artifactId>-->
<!-- <version>${freemarker.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.velocity</groupId>-->
<!-- <artifactId>velocity</artifactId>-->
<!-- <version>${velocity.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.velocity</groupId>-->
<!-- <artifactId>velocity-tools</artifactId>-->
<!-- <version>${velocity-tools.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>commons-io</groupId>-->
<!-- <artifactId>commons-io</artifactId>-->
<!-- <version>${commons-io.version}</version>-->
<!-- </dependency>-->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down Expand Up @@ -74,6 +89,12 @@
<version>${maven-invoker.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.cib</groupId>
<artifactId>ui</artifactId>
<version>0.0.1-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Binary file removed application/src/main/resources/static/app/admin.png
Binary file not shown.
Binary file removed application/src/main/resources/static/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion application/src/main/resources/static/index.html

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 77d6c18

Please sign in to comment.