Skip to content

Commit

Permalink
Remove cloud-client jar from extraclasspath, avoid duplicate classes …
Browse files Browse the repository at this point in the history
…found
  • Loading branch information
Marcus Sorensen committed Oct 4, 2023
1 parent 7c3676e commit 95896d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@
<webAppSourceDirectory>${project.build.directory}/classes/META-INF/webapp/</webAppSourceDirectory>
<webApp>
<contextPath>/client</contextPath>
<extraClasspath>${project.build.directory}/conf/;${project.build.directory}/common;${project.build.directory}/utilities/scripts/db/;${project.build.directory}/utilities/scripts/db/db/;${project.build.directory}/plugins/*;${project.build.directory}/cloud-client-ui-${project.version}.jar</extraClasspath>
<extraClasspath>${project.build.directory}/conf/;${project.build.directory}/common;${project.build.directory}/utilities/scripts/db/;${project.build.directory}/utilities/scripts/db/db/;${project.build.directory}/plugins/*</extraClasspath>
<webInfIncludeJarPattern>.*/cloud.*jar$|.*/classes/.*</webInfIncludeJarPattern>
</webApp>
<systemProperties>
Expand Down

0 comments on commit 95896d9

Please sign in to comment.