Skip to content

Commit d5c4a65

Browse files
author
Jay Supriya Miriyala
committed
Updated stach dependencies
1 parent d517094 commit d5c4a65

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

java/pom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,26 @@
154154
<artifactId>protobuf-java-util</artifactId>
155155
<version>${protobuf-version}</version>
156156
</dependency>
157+
<!-- <dependency>-->
158+
<!-- <groupId>com.factset.protobuf</groupId>-->
159+
<!-- <artifactId>stach</artifactId>-->
160+
<!-- <version>1.1.0</version>-->
161+
<!-- </dependency>-->
157162
<dependency>
163+
<scope>system</scope>
164+
<systemPath>C:/Users/jmiriyala02/Downloads/stach-2.0.0.jar</systemPath>
158165
<groupId>com.factset.protobuf</groupId>
159166
<artifactId>stach</artifactId>
160-
<version>1.1.0</version>
167+
<version>2.0.0</version>
161168
</dependency>
169+
<!-- <dependency>-->
170+
<!-- <groupId>com.factset.protobuf</groupId>-->
171+
<!-- <artifactId>stach.v2</artifactId>-->
172+
<!-- <version>1.0.0</version>-->
173+
<!-- </dependency>-->
162174
<dependency>
175+
<scope>system</scope>
176+
<systemPath>C:/Users/jmiriyala02/Downloads/stach.v2-1.0.0.jar</systemPath>
163177
<groupId>com.factset.protobuf</groupId>
164178
<artifactId>stach.v2</artifactId>
165179
<version>1.0.0</version>

0 commit comments

Comments
 (0)