Skip to content

Commit

Permalink
Upgrade jackson dep, restify dep and add pom for maven release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel DeGroff committed Dec 11, 2017
1 parent 36ee34f commit 573e248
Show file tree
Hide file tree
Showing 6 changed files with 723 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.iws
build
config.properties
cacerts
cacerts
target
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,22 @@ Released versions can be downloaded from the Savant Repository.

* http://savant.inversoft.org/com/inversoft/barista/

### Building
# Download from Maven
```xml
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>barista</artifactId>
<version>0.4.0</version>
</dependency>
```

### Building in Maven

```bash
$ mvn compile
```
mvn
### Building in Savant
**Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions:

```bash
Expand Down
4 changes: 2 additions & 2 deletions barista.iml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down Expand Up @@ -99,5 +100,4 @@
</library>
</orderEntry>
</component>
</module>

</module>
Loading

0 comments on commit 573e248

Please sign in to comment.