mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-22 07:02:29 +00:00
Revert "Revert "Messing around with commits""
This reverts commit f1df6a749e
.
This commit is contained in:
parent
f1df6a749e
commit
9139821ea6
6
pom.xml
6
pom.xml
@ -660,11 +660,11 @@
|
|||||||
<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.core -->
|
<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.core -->
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql -->
|
||||||
<dependency>
|
<!-- <dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>42.2.24</version>
|
<version>42.3.1</version>
|
||||||
</dependency>
|
</dependency>-->
|
||||||
|
|
||||||
<!-- https://mvnrepository.com/artifact/org.renjin/renjin-script-engine -->
|
<!-- https://mvnrepository.com/artifact/org.renjin/renjin-script-engine -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -88,7 +88,7 @@ import PamguardMVC.dataOffline.OfflineDataLoadInfo;
|
|||||||
* NI cards (via UDP), files, directories of files, etc.
|
* NI cards (via UDP), files, directories of files, etc.
|
||||||
* <p>
|
* <p>
|
||||||
* Uses a plug in architecture to allow new types to be added. This
|
* Uses a plug in architecture to allow new types to be added. This
|
||||||
* is done through RegisterDaqType()
|
* is done through RegisterDaqType().
|
||||||
*
|
*
|
||||||
* @author Doug Gillespie
|
* @author Doug Gillespie
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user