Created application main panel and separated Controller class
This commit is contained in:
16
pom.xml
16
pom.xml
@@ -3,14 +3,24 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>MXSC</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>1.9.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>pshell</artifactId>
|
||||
<version>1.8.0</version>
|
||||
<version>${project.version}</version>
|
||||
</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>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
@@ -31,7 +41,7 @@
|
||||
<repository>
|
||||
<id>libs-snapshots</id>
|
||||
<name>libs-snapshots</name>
|
||||
<url>https://artifacts.psi.ch/artifactory/libs-snapshots-local</url>
|
||||
<url>http://artifacts.psi.ch/artifactory/libs-snapshots-local</url>
|
||||
</repository>
|
||||
|
||||
</repositories>
|
||||
|
||||
Reference in New Issue
Block a user