Skip to content

Commit

Permalink
[#noissue] Fix configuration of hbase-schema-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 3, 2021
1 parent 01b5916 commit 0a2ed90
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jsdoc/
dist/

# logs
logs/
logs/
manager-logs/
3 changes: 0 additions & 3 deletions hbase/hbase-schema-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources-${env}</directory>
</resource>
</resources>

<plugins>
Expand Down
2 changes: 2 additions & 0 deletions hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<jdk.home>${env.JAVA_8_HOME}</jdk.home>
<sniffer.artifactid>java18</sniffer.artifactid>
<log4j2.version>${log4j2-jdk8.version}</log4j2.version>

<spring.version>${spring5.version}</spring.version>
</properties>

<modules>
Expand Down

0 comments on commit 0a2ed90

Please sign in to comment.