-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79d872a
commit 728276d
Showing
13 changed files
with
109 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7c1e44ff9dd0ab387bcde7cf6b26528e534b2d8a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> | ||
<info organisation="com.aol.cyclops" module="cyclops-converters" revision="1.0" status="integration" publication="20150703134609"> | ||
<description/> | ||
</info> | ||
<configurations> | ||
<conf name="archives" visibility="public" description="Configuration for archive artifacts."/> | ||
<conf name="compile" visibility="private" description="Compile classpath for source set 'main'."/> | ||
<conf name="default" visibility="public" description="Configuration for default artifacts." extends="runtime"/> | ||
<conf name="runtime" visibility="private" description="Runtime classpath for source set 'main'." extends="compile"/> | ||
<conf name="testCompile" visibility="private" description="Compile classpath for source set 'test'." extends="compile"/> | ||
<conf name="testRuntime" visibility="private" description="Runtime classpath for source set 'test'." extends="runtime,testCompile"/> | ||
</configurations> | ||
<publications> | ||
<artifact name="cyclops-converters" type="jar" ext="jar" conf="archives,runtime"/> | ||
</publications> | ||
<dependencies> | ||
<dependency org="com.google.guava" name="guava" rev="18.0" conf="compile->default"/> | ||
<dependency org="com.aol.simplereact" name="simple-react" rev="0.96" conf="compile->default"/> | ||
<dependency org="com.javaslang" name="javaslang" rev="1.2.0" conf="compile->default"/> | ||
<dependency org="com.nurkiewicz.lazyseq" name="lazyseq" rev="0.0.1" conf="compile->default"/> | ||
<dependency org="org.projectlombok" name="lombok" rev="1.14.2" conf="compile->default"/> | ||
<dependency org="org.functionaljava" name="functionaljava" rev="4.3" conf="compile->default"/> | ||
<dependency org="org.functionaljava" name="functionaljava-java8" rev="4.3" conf="compile->default"/> | ||
<dependency org="org.hamcrest" name="hamcrest-all" rev="1.3" conf="compile->default"/> | ||
<dependency org="junit" name="junit" rev="4.12" conf="testCompile->default"/> | ||
<dependency org="org.mockito" name="mockito-all" rev="1.9.5" conf="testCompile->default"/> | ||
</dependencies> | ||
</ivy-module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
4570f09de2d8027af0b67edccda841bc25945264 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1ec4d00bc7f309720c94afb8c339c32ddd5ba2be | ||
82048630f04463f5471cfc8e0c61f1f9d3b4e75b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
56a1e06d07dee9d40b00b60f3abc3e58d0610b7a | ||
e74926d12b736a6b4f223f865aaf3858aebbe7f6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,11 @@ modifyPom { | |
name 'John McClean' | ||
email '[email protected]' | ||
} | ||
developer { | ||
id 'The-Royal-We' | ||
name 'Brendan Carrol' | ||
email '[email protected]' | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=5.0.0 | ||
version=5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters