File tree Expand file tree Collapse file tree 7 files changed +19
-21
lines changed
app/trends/archive-reader Expand file tree Collapse file tree 7 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >com.google.protobuf</groupId >
3434 <artifactId >protobuf-java</artifactId >
35- <version >3.21.9 </version >
35+ <version >4.33.0 </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.epics</groupId >
4242 <dependency >
4343 <groupId >org.epics</groupId >
4444 <artifactId >pbrawclient</artifactId >
45- <version >0.0.10 </version >
45+ <version >0.2.2 </version >
4646 </dependency >
4747 <dependency >
4848 <groupId >org.phoebus</groupId >
Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
22 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <modelVersion >4.0.0</modelVersion >
4- <groupId >org.epics</groupId >
5- <artifactId >pbrawclient</artifactId >
6- <name >${project.groupId} :${project.artifactId} </name >
7- <version >0.0.10 </version >
8- <dependencies >
9- <dependency >
10- <groupId >com.google.protobuf</groupId >
11- <artifactId >protobuf-java</artifactId >
12- <version >3.21.9 </version >
13- </dependency >
14- </dependencies >
3+ <modelVersion >4.0.0</modelVersion >
4+ <groupId >org.epics</groupId >
5+ <artifactId >pbrawclient</artifactId >
6+ <name >${project.groupId} :${project.artifactId} </name >
7+ <version >0.2.2 </version >
8+ <dependencies >
9+ <dependency >
10+ <groupId >com.google.protobuf</groupId >
11+ <artifactId >protobuf-java</artifactId >
12+ <version >4.33.0 </version >
13+ </dependency >
14+ </dependencies >
1515</project >
Original file line number Diff line number Diff line change 6969 <configuration >
7070 <groupId >org.epics</groupId >
7171 <artifactId >pbrawclient</artifactId >
72- <version >0.0.10 </version >
72+ <version >0.2.2 </version >
7373 <packaging >jar</packaging >
74- <file >${basedir} /lib/pbraw/pbrawclient-0.0.10.jar</file >
75- <generatePom >false</generatePom >
76- <pomFile >${basedir} /lib/pbraw/pom.xml</pomFile >
74+ <file >${basedir} /lib/pbraw/pbrawclient-0.2.2.jar</file >
7775 </configuration >
7876 <goals >
7977 <goal >install-file</goal >
Original file line number Diff line number Diff line change 134134 <classpathentry exported =" true" kind =" lib" path =" target/lib/picocontainer-1.2.jar" />
135135 <classpathentry exported =" true" kind =" lib" path =" target/lib/poi-5.0.0.jar" />
136136 <classpathentry exported =" true" kind =" lib" path =" target/lib/postgresql-42.6.2.jar" />
137- <classpathentry exported =" true" kind =" lib" path =" target/lib/protobuf-java-3.21.9 .jar" />
137+ <classpathentry exported =" true" kind =" lib" path =" target/lib/protobuf-java-4.33.0 .jar" />
138138 <classpathentry exported =" true" kind =" lib" path =" target/lib/proxytoys-0.1.jar" />
139139 <classpathentry exported =" true" kind =" lib" path =" target/lib/py4j-0.10.2.1.jar" />
140140 <classpathentry exported =" true" kind =" lib" path =" target/lib/quartz-2.3.2.jar" />
Original file line number Diff line number Diff line change 397397 <dependency >
398398 <groupId >com.google.protobuf</groupId >
399399 <artifactId >protobuf-java</artifactId >
400- <version >3.21.9 </version >
400+ <version >4.33.0 </version >
401401 </dependency >
402402 <dependency >
403403 <groupId >org.epics</groupId >
404404 <artifactId >pbrawclient</artifactId >
405- <version >0.0.10 </version >
405+ <version >0.2.2 </version >
406406 </dependency >
407407 <dependency >
408408 <groupId >org.eclipse.jgit</groupId >
You can’t perform that action at this time.
0 commit comments