mirror of https://github.com/apache/cloudstack.git
maven: Fix stray characted in client/pom.xml introduced in 4572bc06
Signed-off-by: Rohit Yadav <bhaisaab@apache.org> (cherry picked from commit 4f33ea29e8d0953c42ae9a3185e3656961174f9a) Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
19a9ca4289
commit
0853aca36b
|
|
@ -392,14 +392,14 @@
|
|||
<artifactItem>
|
||||
<groupId>org.jasypt</groupId>
|
||||
<artifactId>jasypt</artifactId>
|
||||
<version>1.9.0</version>`
|
||||
<version>1.9.0</version>
|
||||
<overWrite>false</overWrite>
|
||||
<outputDirectory>${project.build.directory}/pythonlibs</outputDirectory>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.jasypt</groupId>
|
||||
<artifactId>jasypt</artifactId>
|
||||
<version>1.8</version>`
|
||||
<version>1.8</version>
|
||||
<overWrite>false</overWrite>
|
||||
<outputDirectory>${project.build.directory}/pythonlibs</outputDirectory>
|
||||
</artifactItem>
|
||||
|
|
|
|||
Loading…
Reference in New Issue