Skip to content

Commit d9f0950

Browse files
yadvrPrasanna Santhanam
authored andcommitted
Deps: Added dependency for vmware-base, jaxrpc
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com> Signed-off-by: Prasanna Santhanam <tsp@apache.org>
1 parent 94ab7b2 commit d9f0950

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

deps/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@
122122
<artifactId>axis</artifactId>
123123
<version>${cs.axis.version}</version>
124124
</dependency>
125-
</dependencies>
125+
<dependency>
126+
<groupId>org.apache.axis</groupId>
127+
<artifactId>axis-jaxrpc</artifactId>
128+
<version>${cs.axis.version}</version>
129+
</dependency>
130+
</dependencies>
126131
<build>
127132
<defaultGoal>install</defaultGoal>
128133
<plugins>

0 commit comments

Comments
 (0)