Skip to content

Commit

Permalink
update weld-se jar.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunrao <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Jun 29, 2022
1 parent fc66ca0 commit 859890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<target name="downloadDependencies">
<get src="https://repo1.maven.org/maven2/junit/junit/4.12/junit-4.12.jar" verbose="on" dest="lib"/>
<get src="https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.25/slf4j-simple-1.7.25.jar" verbose="on" dest="lib"/>
<get src="https://repo1.maven.org/maven2/org/jboss/weld/se/weld-se-core/5.0.0.SP2/weld-se-core-5.0.0.SP2.jar" verbose="on" dest="${porting.home}"/>
<get src="https://repo1.maven.org/maven2/org/jboss/weld/se/weld-se-core/5.0.0.SP2/weld-se-core-5.0.0.SP2.jar" verbose="on" dest="lib"/>
</target>
<target name="print-classpath">
<pathconvert property="classpathValue" refid="classpath" />
Expand Down

0 comments on commit 859890c

Please sign in to comment.