This commit is contained in:
@@ -10,25 +10,12 @@
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>pshell</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!-- TODO:
|
||||
Remove these dependecies when jhdf5 & jcae are in centralized repo.
|
||||
-->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.sis</groupId>
|
||||
<artifactId>ch.sis.jhdf5</artifactId>
|
||||
<version>14.12.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>jcae</artifactId>
|
||||
<version>2.9.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>bsread</artifactId>
|
||||
<version>3.4.4</version>
|
||||
</dependency>
|
||||
<groupId>org.zeromq</groupId>
|
||||
<artifactId>jeromq</artifactId>
|
||||
<version>0.4.0-PSI</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -36,22 +23,22 @@
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
</properties>
|
||||
<repositories>
|
||||
|
||||
<repository>
|
||||
<id>releases</id>
|
||||
<name>releases</name>
|
||||
<url>https://artifacts.psi.ch/artifactory/releases</url>
|
||||
</repository>
|
||||
<id>jcenter</id>
|
||||
<name>jcenter</name>
|
||||
<url>https://jcenter.bintray.com/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>libs-releases</id>
|
||||
<name>libs-releases</name>
|
||||
<url>https://artifacts.psi.ch/artifactory/libs-releases-local</url>
|
||||
</repository>
|
||||
<id>bintray-hltools</id>
|
||||
<name>bintray</name>
|
||||
<url>https://dl.bintray.com/paulscherrerinstitute/hltools</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>libs-snapshots</id>
|
||||
<name>libs-snapshots</name>
|
||||
<url>http://artifacts.psi.ch/artifactory/libs-snapshots-local</url>
|
||||
</repository>
|
||||
|
||||
<id>imagej</id>
|
||||
<name>imagej</name>
|
||||
<url>http://maven.imagej.net/content/repositories/public</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<name>MXSC</name>
|
||||
|
||||
@@ -65,7 +52,7 @@
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.3.1</version>
|
||||
<configuration>
|
||||
<outputDirectory>C:\Users\gac-S_Changer\Dev\PShell\home\plugins</outputDirectory>
|
||||
<outputDirectory>C:\dev\pshell\home\plugins</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user