Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
solariq committed Jul 24, 2018
1 parent 2375260 commit f5d3f1a
Show file tree
Hide file tree
Showing 43 changed files with 2,572 additions and 1,078 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ language: java
jdk:
- oraclejdk8
sudo: required
dist: trusty
dist: trusty
git:
submodules: false
before_install:
- git submodule update --init --remote --recursive
16 changes: 11 additions & 5 deletions experiments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.expleague</groupId>
<artifactId>experiments</artifactId>
<version>1.4</version>
<version>1.4.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>SpbSU Experiments</name>
Expand All @@ -18,24 +18,24 @@
<dependency>
<groupId>com.expleague</groupId>
<artifactId>commons</artifactId>
<version>1.4</version>
<version>1.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.expleague</groupId>
<artifactId>commons</artifactId>
<version>1.4</version>
<version>1.4.2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.expleague</groupId>
<artifactId>jmll</artifactId>
<version>1.4</version>
<version>1.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.expleague</groupId>
<artifactId>jmll</artifactId>
<version>1.4</version>
<version>1.4.2-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -153,6 +153,12 @@
<artifactId>nd4j-native-platform</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.4</version>
<scope>compile</scope>
</dependency>
</dependencies>

<properties>
Expand Down
Loading

0 comments on commit f5d3f1a

Please sign in to comment.